Skip to content

Commit

Permalink
v1.21.7
Browse files Browse the repository at this point in the history
  • Loading branch information
pierky committed Mar 22, 2024
1 parent 321417b commit c49cbdc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.rst
Expand Up @@ -3,6 +3,11 @@ 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 <https://arouteserver.readthedocs.io/en/latest/INSTALLATION.html#upgrading>`__ section of the documentation.

1.21.7
------

- New: add support for `BIRD 2.15 <https://www.mail-archive.com/bird-users@network.cz/msg07905.html>`__ and `OpenBGPD 8.4 <https://www.undeadly.org/cgi?action=article;sid=20240308064655>`__, also added to the integration testing suite.

1.21.6
------

Expand Down
2 changes: 1 addition & 1 deletion pierky/arouteserver/version.py
Expand Up @@ -13,5 +13,5 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.

__version__ = "1.21.6" # pragma: no cover
__version__ = "1.21.7" # pragma: no cover
COPYRIGHT_YEAR = 2024 # pragma: no cover

0 comments on commit c49cbdc

Please sign in to comment.