diff options
| -rw-r--r-- | configure.ac | 2 | ||||
| -rw-r--r-- | debian/changelog | 6 | ||||
| -rw-r--r-- | redhat/frr.spec.in | 6 |
3 files changed, 13 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 9f9518f6d2..22d35fba15 100644 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@ ## AC_PREREQ([2.69]) -AC_INIT([frr], [8.0], [https://github.com/frrouting/frr/issues]) +AC_INIT([frr], [8.0.1], [https://github.com/frrouting/frr/issues]) PACKAGE_URL="https://frrouting.org/" AC_SUBST([PACKAGE_URL]) PACKAGE_FULLNAME="FRRouting" diff --git a/debian/changelog b/debian/changelog index ef62ac5c7b..9a2e8b752d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +frr (8.0.1-0) unstable; urgency=medium + + * New upstream release FRR 8.0.1 + + -- Martin Winter <mwinter@opensourcerouting.org> Wed, 21 Jul 2021 23:54:00 +0200 + frr (8.0-0) unstable; urgency=medium * New upstream release FRR 8.0 diff --git a/redhat/frr.spec.in b/redhat/frr.spec.in index d8a14140cb..f1720d9a92 100644 --- a/redhat/frr.spec.in +++ b/redhat/frr.spec.in @@ -770,6 +770,12 @@ sed -i 's/ -M rpki//' %{_sysconfdir}/frr/daemons %changelog +* Wed Aug 27 2021 Martin Winter <mwinter@opensourcerouting.org> - 8.0.1 +- Bug fix release +- Many bug fixes across all protocols +- Revert of per peer/peergroup dampening as it has various problems and + needs a rework + * Wed Jul 21 2021 Martin Winter <mwinter@opensourcerouting.org> - 8.0 - Major changes - New daemon pathd for segment routing |
