Skip to content

Commit da2f458

Browse files
authored
Merge pull request PowerDNS#15964 from miodvallat/498_changelog
auth 4.9.8 changelog and secpoll update
2 parents 206447a + a72f92e commit da2f458

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

docs/changelog/4.9.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
Changelogs for 4.9.x
22
====================
33

4+
.. changelog::
5+
:version: 4.9.8
6+
:released: 7th of August 2025
7+
8+
This is release 4.9.8 of the Authoritative Server.
9+
It contains a minor feature.
10+
11+
Please review the :doc:`Upgrade Notes <../upgrading>` before upgrading from versions < 4.9.x.
12+
13+
.. change::
14+
:tags: New Features
15+
:pullreq: 15961
16+
17+
Return record last modification time in the API when known.
18+
419
.. changelog::
520
:version: 4.9.7
621
:released: 7th of July 2025

docs/secpoll.zone

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@ 86400 IN SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2025072901 10800 3600 604800 10800
1+
@ 86400 IN SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2025080701 10800 3600 604800 10800
22
@ 3600 IN NS pdns-public-ns1.powerdns.com.
33
@ 3600 IN NS pdns-public-ns2.powerdns.com.
44

@@ -136,6 +136,7 @@ auth-4.9.4.security-status 60 IN TXT "1 OK"
136136
auth-4.9.5.security-status 60 IN TXT "1 OK"
137137
auth-4.9.6.security-status 60 IN TXT "1 OK (never formally released)"
138138
auth-4.9.7.security-status 60 IN TXT "1 OK"
139+
auth-4.9.8.security-status 60 IN TXT "1 OK"
139140
auth-5.0.0-alpha1.security-status 60 IN TXT "1 Unsupported pre-release (no known vulnerabilities)"
140141
auth-5.0.0-beta1.security-status 60 IN TXT "1 Unsupported pre-release (no known vulnerabilities)"
141142

0 commit comments

Comments
 (0)