diff options
| -rw-r--r-- | configure.ac | 2 | ||||
| -rw-r--r-- | debian/changelog | 6 | ||||
| -rw-r--r-- | redhat/frr.spec.in | 5 |
3 files changed, 11 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 0ce63282b8..a854a47f29 100644 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@ ## AC_PREREQ([2.69]) -AC_INIT([frr], [8.3.1], [https://github.com/frrouting/frr/issues]) +AC_INIT([frr], [8.3.2], [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 5be8bac211..a1ed4f33ce 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +frr (8.3-2) unstable; urgency=medium + + * New upstream release FRR 8.3.2 + + -- Jafar Al-Gharaibeh <jafar@atcorp.com> Wed, 15 Mar 2023 10:00:00 -0600 + frr (8.3.1-0) unstable; urgency=medium * bgpd: Do not announce routes that are conditionally withdrawn (a gap between conditional advertisement interval) diff --git a/redhat/frr.spec.in b/redhat/frr.spec.in index aa72e9605f..28fa333f2a 100644 --- a/redhat/frr.spec.in +++ b/redhat/frr.spec.in @@ -779,7 +779,10 @@ sed -i 's/ -M rpki//' %{_sysconfdir}/frr/daemons %changelog -* Wed Jul 13 2022 Martin Winter <mwinter@opensourcerouting.org> - %{version} +* Wed Mar 15 2023 Martin Winter <mwinter@opensourcerouting.org> - %{version} + +* Wed Mar 15 2023 Jafar Al-Gharaibeh <jafar@atcorp.com> - 8.3.2 +- This a convenience release/tag for house keeping * Tue Aug 30 2022 Donatas Abraitis <donatas@opensourcerouting.org> - 8.3.1 - bgpd |
