]> git.puffer.fish Git - mirror/frr.git/commitdiff
*: Update packaging/doc to version information
authorDonald Sharp <sharpd@nvidia.com>
Tue, 3 Nov 2020 13:15:23 +0000 (08:15 -0500)
committerDonald Sharp <sharpd@nvidia.com>
Tue, 3 Nov 2020 13:15:23 +0000 (08:15 -0500)
Update the packaging to have correct version as well as
documentation for said packaging.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
changelog-auto.in
configure.ac
redhat/frr.spec.in

index 127d7fe1472c613659662edc8f916fc8520177f1..46e99ce89fc208799b23f10a7edc1c7370ba6d97 100644 (file)
@@ -1,10 +1,69 @@
-frr (@VERSION@-0) UNRELEASED; urgency=medium
-
-  * autoconf changelog entry -- for git autobuilds only.
-    remove and replace when creating releases!
-    (tools/tarsource.sh will handle this)
-
- -- FRRouting-Dev <dev@lists.frrouting.org>  Thu, 25 Oct 2018 16:36:50 +0200
+frr (7.5) RELEASED; urgency=medium
+  BFD
+    Profile support
+    Minimum ttl support
+  BGP
+    rpki VRF support
+    GR fixes
+    Add wide option to display of routes
+    Add `maximum-prefix <num> force`
+    Add `bestpath-routes` to neighbor command
+    Add `bgp shutdown message MSG...` command
+    Add v6 Flowspec support
+    Add `neighbor <neigh> shutdown rtt` command
+    Allow update-delay to be applied globaly
+  EVPN
+    Beginning of MultiHoming Support
+  ISIS
+    Segment Routing Support
+VRF Support
+    Guard against adj timer display overflow
+    Add support for Anycast-SIDs
+    Add support for Topology Independent LFA (TI-LFA)
+    Add `lsp-gen-interval 2` to isis configuration
+  OSPF
+    Segment Routing support for ECMP
+    Various LSA fixes
+    Prevent crash if transferring config amongst instances
+  PBR
+    Adding json support to commands
+    DSCP/ECN based PBR Matching
+  PIM
+    Add more json support to commands
+    Fix missing mesh-group commands
+    MSDP SA forwarding
+    Clear (s,g,rpt) ifchannel on (*, G) prune received
+    Fix igmp querier election and IP address mapping
+    Crash fix when RP is removed
+  STATIC
+    Northbound Support
+  YANG
+    Filter and route-map Support
+    OSPF model definition
+    BGP model definition
+  VTYSH
+    Speed up output across daemons
+    Fix build-time errors for some --enable flags
+    Speed up output of configuration across daemons
+  ZEBRA
+    nexthop group support for FPM
+    northbound support for rib model
+    Backup nexthop support
+    netlink batching support
+    Allow upper level protocols to request ARP
+    Add json output for zebra ES, ES-EVI and access vlan dumps
+
+  Upgrade to using libyang1.0.184
+
+  RPM
+    Moved RPKI to subpackage
+    Added SNMP subpackage
+
+  As always there are too many bugfixes to list individually.  This release
+  compromises just over 1k of commits by the community, with contributors from
+  70 people.
+
+ -- FRRouting-Dev <dev@lists.frrouting.org>  Tue, 2 Nov 2020 08:04:23 +0400
 
 frr (6.0-2) testing; urgency=medium
 
index faa0a1d5172ba72e8279ea97479cd14851e07e53..f9f682ef978f7b96ac7b26e1be92c36768cdb8a1 100755 (executable)
@@ -7,7 +7,7 @@
 ##
 AC_PREREQ([2.60])
 
-AC_INIT([frr], [7.5-dev], [https://github.com/frrouting/frr/issues])
+AC_INIT([frr], [7.5], [https://github.com/frrouting/frr/issues])
 PACKAGE_URL="https://frrouting.org/"
 AC_SUBST([PACKAGE_URL])
 PACKAGE_FULLNAME="FRRouting"
index e72d2e3f36264729af55ff3a39ea9fca4465da6f..d95cc89f4b28d2f13389c2b0a419f6d25aab4342 100644 (file)
@@ -758,9 +758,70 @@ sed -i 's/ -M rpki//' %{_sysconfdir}/frr/daemons
 
 
 %changelog
-* Fri Oct 30 2020 Martin Winter <mwinter@opensourcerouting.org> - %{version}
-- Moved RPKI to subpackage
-- Added SNMP subpackage
+* Tue Nov 2 2020 Donald Sharp <sharpd@nvidia.com> - 7.5
+- BFD
+-      Profile support
+-      Minimum ttl support
+- BGP
+-      rpki VRF support
+-      GR fixes
+-      Add wide option to display of routes
+-      Add `maximum-prefix <num> force`
+-      Add `bestpath-routes` to neighbor command
+-      Add `bgp shutdown message MSG...` command
+-      Add v6 Flowspec support
+-      Add `neighbor <neigh> shutdown rtt` command
+-      Allow update-delay to be applied globaly
+- EVPN
+-      Beginning of MultiHoming Support
+- ISIS
+-      Segment Routing Support
+-      VRF Support
+-      Guard against adj timer display overflow
+-      Add support for Anycast-SIDs
+-      Add support for Topology Independent LFA (TI-LFA)
+-      Add `lsp-gen-interval 2` to isis configuration
+- OSPF
+-      Segment Routing support for ECMP
+-      Various LSA fixes
+-      Prevent crash if transferring config amongst instances
+- PBR
+-      Adding json support to commands
+-      DSCP/ECN based PBR Matching
+- PIM
+-      Add more json support to commands
+-      Fix missing mesh-group commands
+-      MSDP SA forwarding
+-      Clear (s,g,rpt) ifchannel on (*, G) prune received
+-      Fix igmp querier election and IP address mapping
+-      Crash fix when RP is removed
+- STATIC
+-      Northbound Support
+- YANG
+-      Filter and route-map Support
+-      OSPF model definition
+-      BGP model definition
+- VTYSH
+-      Speed up output across daemons
+-      Fix build-time errors for some --enable flags
+-      Speed up output of configuration across daemons
+- ZEBRA
+-      nexthop group support for FPM
+-      northbound support for rib model
+-      Backup nexthop support
+-      netlink batching support
+-      Allow upper level protocols to request ARP
+-      Add json output for zebra ES, ES-EVI and access vlan dumps
+- 
+- Upgrade to using libyang1.0.184
+- 
+- RPM
+-      Moved RPKI to subpackage
+-      Added SNMP subpackage
+- 
+- As always there are too many bugfixes to list individually.  This release
+- compromises just over 1k of commits by the community, with contributors from
+- 70 people.
 
 * Tue Jun 30 2020 Martin Winter <mwinter@opensourcerouting.org> - 7.4
 - BGPd