From: Miod Vallat Date: Wed, 6 Aug 2025 06:32:37 +0000 (+0200) Subject: Be a bit more explicit regarding @ no longer being magic in pdnsutil. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F15962%2Fhead;p=thirdparty%2Fpdns.git Be a bit more explicit regarding @ no longer being magic in pdnsutil. Signed-off-by: Miod Vallat --- diff --git a/docs/upgrading.rst b/docs/upgrading.rst index c8dd798da..bfb4b28fd 100644 --- a/docs/upgrading.rst +++ b/docs/upgrading.rst @@ -220,7 +220,8 @@ A few changes of behaviour have been implemented as well: ``zone create-secondary`` or ``zone load`` (if the zone wasn't existing already), a :ref:`metadata-soa-edit-api` metadata with a value of ``DEFAULT`` will be added to the zone. -* ``add-record`` and ``delete-rrset`` now treat all names as absolute. +* ``add-record`` and ``delete-rrset`` now treat all names as absolute. This + means the name ``@`` no longer has any special meaning. 4.8.0 to 4.9.0 --------------