]> git.proxmox.com Git - mirror_frr.git/commitdiff
debian, redhat: update changelog for new release
authorJafar Al-Gharaibeh <jafar@atcorp.com>
Wed, 2 Mar 2022 06:09:40 +0000 (00:09 -0600)
committerJafar Al-Gharaibeh <jafar@atcorp.com>
Mon, 23 May 2022 19:56:00 +0000 (14:56 -0500)
Signed-off-by: Jafar Al-Gharaibeh <jafar@atcorp.com>
debian/changelog
redhat/frr.spec.in

index f3e42199decd43a926d22e3d5d4fb617e58f9c9f..0661ffbb97dea83ef23f76ea8337a24d6f1b02ca 100644 (file)
@@ -4,6 +4,12 @@ frr (8.3~dev-1) UNRELEASED; urgency=medium
 
  -- Donatas Abraitis <donatas.abraitis@gmail.com>  Tue, 01 Feb 2022 11:00:00 +0200
 
+frr (8.2-0) UNRELEASED; urgency=medium
+
+  * New upstream release FRR 8.2
+
+ -- Jafar Al-Gharaibeh <jafar@atcorp.com>  Tue, 01 Mar 2022 10:00:00 +0500
+
 frr (8.1-0) unstable; urgency=medium
 
   * New upstream release FRR 8.1
index 73c214ea2e5547eec3a5146c15ec3267ee060c45..1b4ea0eefb48972a9569b0c8723f94756afa4d30 100644 (file)
@@ -774,9 +774,91 @@ sed -i 's/ -M rpki//' %{_sysconfdir}/frr/daemons
 
 
 %changelog
-* Tue Nov  4 2021 Martin Winter <mwinter@opensourcerouting.org> - %{version}
-
-* Tue Feb  1 2022 Donatas Abraitis <donatas.abraitis@gmail.com> - 8.2
+* 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