From 08e17f7e320260e4c3600bf5677543e68555c088 Mon Sep 17 00:00:00 2001 From: Pier Carlo Chiodi Date: Sat, 23 Mar 2024 14:30:21 +0100 Subject: [PATCH] v1.22.0 --- CHANGES.rst | 7 +++++++ pierky/arouteserver/version.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 91914e14..0f11edbb 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -3,6 +3,13 @@ Change log .. note:: **Upgrade notes**: after upgrading, run the ``arouteserver setup-templates`` command to sync the local templates with those distributed with the new version. More details on the `Upgrading `__ section of the documentation. +1.22.0 +------ + +- New: add support of IPv6 NEXT_HOP for IPv4 routes (`RFC8950 `__). + + Only available for BIRD 2.x. + 1.21.7 ------ diff --git a/pierky/arouteserver/version.py b/pierky/arouteserver/version.py index ba432f6e..45dfa285 100644 --- a/pierky/arouteserver/version.py +++ b/pierky/arouteserver/version.py @@ -13,5 +13,5 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -__version__ = "1.21.7" # pragma: no cover +__version__ = "1.22.0" # pragma: no cover COPYRIGHT_YEAR = 2024 # pragma: no cover