diff options
| author | David Lamparter <equinox@diac24.net> | 2020-05-06 13:44:20 +0200 | 
|---|---|---|
| committer | David Lamparter <equinox@diac24.net> | 2020-05-06 13:44:20 +0200 | 
| commit | a87315ebda4d4efc369cda93464b110138a6145b (patch) | |
| tree | 0fc0cabe9e03a75ffd354af373e5eefea6e7a827 | |
| parent | d7ed2f10e4ab70f5e534972e088c76bebb571c03 (diff) | |
FRRouting release 7.3.1frr-7.3.1
Maintenance/bugfix release.
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
| -rw-r--r-- | changelog-auto.in | 6 | ||||
| -rwxr-xr-x | configure.ac | 2 | ||||
| -rw-r--r-- | redhat/frr.spec.in | 5 | 
3 files changed, 11 insertions, 2 deletions
diff --git a/changelog-auto.in b/changelog-auto.in index 82d0b2a80c..fb153a3132 100644 --- a/changelog-auto.in +++ b/changelog-auto.in @@ -6,6 +6,12 @@ frr (@VERSION@-0) UNRELEASED; urgency=medium   -- FRRouting-Dev <dev@lists.frrouting.org>  Thu, 25 Oct 2018 16:36:50 +0200 +frr (7.3.1-0) testing; urgency=medium + +  * upstream 7.3.1 release + + -- David Lamparter <equinox@opensourcerouting.org>  Wed, 06 May 2020 13:40:53 +0200 +  frr (7.3-0) testing; urgency=medium    * BGPd diff --git a/configure.ac b/configure.ac index cc1f1572f6..59443b9f59 100755 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@  ##  AC_PREREQ([2.60]) -AC_INIT([frr], [7.3], [https://github.com/frrouting/frr/issues]) +AC_INIT([frr], [7.3.1], [https://github.com/frrouting/frr/issues])  PACKAGE_URL="https://frrouting.org/"  AC_SUBST([PACKAGE_URL])  PACKAGE_FULLNAME="FRRouting" diff --git a/redhat/frr.spec.in b/redhat/frr.spec.in index cb7913deed..53e681ad02 100644 --- a/redhat/frr.spec.in +++ b/redhat/frr.spec.in @@ -728,7 +728,10 @@ fi  %changelog -* Fri Feb 14 2020 Martin Winter <mwinter@opensourcerouting.org> - %{version} +* Wed May 06 2020 David Lamparter <equinox@opensourcerouting.org> - %{version} +- upstream 7.3.1 + +* Fri Feb 14 2020 Martin Winter <mwinter@opensourcerouting.org> - 7.3  - BGPd  -    EVPN PIP Support  -    Route Aggregation code speed ups  | 
