summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJafar Al-Gharaibeh <jafar@atcorp.com>2022-03-02 00:09:40 -0600
committerJafar Al-Gharaibeh <jafar@atcorp.com>2022-03-02 00:09:40 -0600
commit8d6b160202cd72f522bb9248a81e03e04b897902 (patch)
tree6085ab52466e65fcd81f1369194cad184031411b
parent5e11c46d1b6b7d382b7771b4664ba33617dddf23 (diff)
debian, redhat: update changelog for new release
Signed-off-by: Jafar Al-Gharaibeh <jafar@atcorp.com>
-rw-r--r--debian/changelog6
-rw-r--r--redhat/frr.spec.in86
2 files changed, 88 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index f5b392274a..77a51c3f6a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-frr (8.2~dev-1) UNRELEASED; urgency=medium
+frr (8.2-0) UNRELEASED; urgency=medium
- * New upstream release...
+ * New upstream release FRR 8.2
- -- Jafar Al-Gharaibeh <jafar@atcorp.com> Mon, 08 Nov 2021 10:00:00 +0500
+ -- Jafar Al-Gharaibeh <jafar@atcorp.com> Tue, 01 Mar 2022 10:00:00 +0500
frr (8.1-0) unstable; urgency=medium
diff --git a/redhat/frr.spec.in b/redhat/frr.spec.in
index 7f8e89de16..c33c6e1ebd 100644
--- a/redhat/frr.spec.in
+++ b/redhat/frr.spec.in
@@ -773,7 +773,91 @@ sed -i 's/ -M rpki//' %{_sysconfdir}/frr/daemons
%changelog
-* Tue Nov 4 2021 Martin Winter <mwinter@opensourcerouting.org> - %{version}
+* Tue Mar 1 2022 Martin Winter <mwinter@opensourcerouting.org> - %{version}
+
+* Tue Mar 1 2022 Jafar Al-Gharaibeh <jafar@atcorp.com> - 8.2
+- The FRRouting community would like to announce FRR Release 8.2.
+- This release consists of just over 800 commits from 62 authors.
+- Selected features and bug fixes are listed below.
+- babeld:
+- Fix the checks for truncated packets
+- bfdd:
+- Correct one spelling error of comment
+- Fix detection timeout update
+- Fix possibly wrong counter of control packets
+- bgpd:
+- Add "json" option to a few more show commands
+- Add 'show bgp <afi> <safi> json detail' header data
+- Add a 6 hour warning to missing policy
+- Add an ability to match ipv6 next-hop by prefix-list
+- Add autocomplete for access-list under bmp node
+- Add autocomplete for as-path filters
+- Add autocomplete for set/match community/large/ext lists
+- Add long-lived graceful restart capability
+- Add peer-groups to neighbor autocomplete
+- Adjust symbolic names for cease notifications according to rfc4486
+- Deprecate dpa, advertiser and rcid_path path attributes
+- Extended bgp administrative shutdown communication
+- Fix crash when using "show bgp vrf all"
+- Fix inconsistency of match ip/ipv6 next-hop commands
+- Fix missing name of default vrf
+- Handle TCP connection errors with connection callbacks for RPKI
+- Implement llgr helper mode
+- Implement rfc9072
+- Support redirect import more than one route-target ipv6
+- docker:
+- Update alpine build enable set own version
+- isisd:
+- Add link state traffic engineering support
+- Fix router capability tlv parsing issues
+- Fix running-config for fast-reroute
+- Make isis work with default vrf name different than 'default'
+- ospf6d
+- Add missing vrf parameter to "clear ipv6 ospf6 interface"
+- Add prompt for commands with non-exist vrf
+- Add support for nssa type-7 address ranges
+- Add the ability of specifying router-id/area-id in no debug ospf6
+- Do not originate type-4 lsa when nssa
+- Do not send type-5 into stub area
+- Fix ecmp inter-area route nexthop update
+- Fix memory leak for `show ipv6 ospf6 zebra json`
+- ospfd
+- Fix wrong comparison of routemap name
+- Fix crash on "ospf send-extra-data zebra"
+- Fix incorrect detection of topology changes in helper mode
+- Fix loss of mixed form in "range" command
+- Fix no-form of "graceful-restart" command
+- Fix summary-address deletion
+- Fix wrong parsing of te subtlv
+- pbrd
+- Add vlan actions to vty
+- Pbr route maps get addr family of nhgs
+- Protect from a possible null dereference
+- pimd
+- Do not allow 224.0.0.0/24 range in igmp join
+- Fix igmp user config
+- Fix msdp mesh grp with wildcard member addr
+- Fix stale forwarding entries left around after join goes away
+- Fix FRR drops IGMP packets for TOS value other than 0XC0
+- redhat
+- Check if frr.conf already exists
+- Logrotate file has typo for staticd
+- ripd
+- Fix packet send for non primary addresses
+- vtysh
+- Add missing rpki node when showing config
+- Improve startup time by ca. ×6
+- remove `address-family evpn`
+- watchfrr
+- Allow an integrated config to work within a namespace
+- zebra
+- Add optional nhg id output to `show ip ro`
+- Add resolver flag for nexthop in json
+- Add support for json output in srv6 locator detail command
+- Don't lose next hop weights while exporting via fpm
+- Fix buffer overflow
+- Fix netns deletion
+- Fix route-map application when when using vrfs
* Tue Nov 2 2021 Jafar Al-Gharaibeh <jafar@atcorp.com> - 8.1
- FRR 8.1 brings a long list of enhancements and fixes with 1200 commits from