diff options
| author | Jafar Al-Gharaibeh <jafar@atcorp.com> | 2022-03-09 13:50:09 -0600 | 
|---|---|---|
| committer | Jafar Al-Gharaibeh <jafar@atcorp.com> | 2022-03-09 13:55:57 -0600 | 
| commit | ab32dd7ec63c87bc08a9fec688638c38d3267748 (patch) | |
| tree | d1cba5a850d7ba4c9233883970a41de9e6f41667 | |
| parent | fe894829f909c0f0b602f36c8442c40956f5861f (diff) | |
FRR Release 8.2.1frr-8.2.1.rcfrr-8.2.1docker/8.2.1
- bgp RPKI fix
- grpc fixes
Signed-off-by: Jafar Al-Gharaibeh <jafar@atcorp.com>
| -rw-r--r-- | configure.ac | 2 | ||||
| -rw-r--r-- | debian/changelog | 6 | ||||
| -rw-r--r-- | redhat/frr.spec.in | 6 | 
3 files changed, 12 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index dd5629668e..d1e37c2e56 100644 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@  ##  AC_PREREQ([2.69]) -AC_INIT([frr], [8.2], [https://github.com/frrouting/frr/issues]) +AC_INIT([frr], [8.2.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 77a51c3f6a..2aa2fb02f3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +frr (8.2.1-0) UNRELEASED; urgency=medium + +  * New upstream release FRR 8.2.1 + + -- Jafar Al-Gharaibeh <jafar@atcorp.com>  Wed, 09 Mar 2022 10:00:00 -0600 +  frr (8.2-0) UNRELEASED; urgency=medium    * New upstream release FRR 8.2 diff --git a/redhat/frr.spec.in b/redhat/frr.spec.in index c33c6e1ebd..03eaef5453 100644 --- a/redhat/frr.spec.in +++ b/redhat/frr.spec.in @@ -773,7 +773,11 @@ sed -i 's/ -M rpki//' %{_sysconfdir}/frr/daemons  %changelog -* Tue Mar  1 2022 Martin Winter <mwinter@opensourcerouting.org> - %{version} +* Wed Mar  9 2022 Martin Winter <mwinter@opensourcerouting.org> - %{version} + +* Wed Mar  9 2022 Jafar Al-Gharaibeh <jafar@atcorp.com> - 8.2.1 +- Fix bgp rpki hang issue +- Fixes for grpc  * Tue Mar  1 2022 Jafar Al-Gharaibeh <jafar@atcorp.com> - 8.2  - The FRRouting community would like to announce FRR Release 8.2.  | 
