From b0b3436f15be4db295bd2a61f1f1c6fc07025710 Mon Sep 17 00:00:00 2001 From: Pier Carlo Chiodi Date: Sat, 14 Mar 2020 19:21:23 +0100 Subject: [PATCH] v0.24.1 --- CHANGES.rst | 10 +++++++--- pierky/arouteserver/version.py | 2 +- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index e5f2f88a..81748fc3 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -3,15 +3,19 @@ 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. -new release ------------ +v0.24.1 +------- -- New: add support for `bgpq4 `_. +- Improvement: add support for `bgpq4 `_. At least version 0.0.5 is required. Related: `PR #53 on GitHub `_. +- Fix: ``clients-from-euroix`` command, route server detection on Euro-IX schema versions 0.7 and 1.0. + + In version 0.7 and 1.0 of the `Euro-IX member list JSON file `_ the way the route server information are exported changed. The ``clients-from-euroix`` command was no longer able to filter out the IP addresses that represent the route server of the same IXP for which the members are processed, basically generating a client entry for the same route server being configured. + v0.24.0 ------- diff --git a/pierky/arouteserver/version.py b/pierky/arouteserver/version.py index eeaf761e..6c57cb70 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__ = "0.24.0" # pragma: no cover +__version__ = "0.24.1" # pragma: no cover COPYRIGHT_YEAR = 2020 # pragma: no cover