summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@diac24.net>2015-03-03 00:50:57 +0100
committerDavid Lamparter <equinox@diac24.net>2015-03-03 00:50:57 +0100
commitf191f1e6d64e9f2cefacc91023a2359d037fea79 (patch)
tree4c2967f9337b67261b6e0c8cd59c5ec47017d2b4
parent4c421215a0330b96d85879810558d40027a96ca6 (diff)
downloadquagga-f191f1e6d64e9f2cefacc91023a2359d037fea79.tar.bz2
quagga-f191f1e6d64e9f2cefacc91023a2359d037fea79.tar.xz
release: 0.99.24quagga-0.99.24
-rw-r--r--NEWS30
-rwxr-xr-xconfigure.ac2
2 files changed, 31 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 57cc99f0..8f9dd7a1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,35 @@
Note: this file lists major user-visible changes only.
+* Changes in Quagga 0.99.24
+
+User-visible changes:
+- [pimd] New daemon: pimd provides IPv4 PIM-SSM multicast routing.
+- [bgpd] New feature: "next-hop-self all" to override nexthop on iBGP route
+ reflector setups.
+- [bgpd] route-maps have a new action "set ipv6 next-hop peer-address"
+- [bgpd] route-maps have a new action "set as-path prepend last-as"
+- [bgpd] Update validity checking (particularly MP-BGP / IPv6 routes) was
+ touched up significantly. Please report possible bugs.
+- [ripd] New feature: RIP for IPv4 now supports equal-cost multipath (ECMP)
+- [zebra] Multicast RIB support has been extended. It still is IPv4 only.
+- [zebra] "no link-detect" is now printed in configurations since it won't
+ be the default anymore soon. To retain current behaviour, re-save your
+ configuration after updating to 0.99.24.
+
+Distributor-visible changes:
+- --enable-pimd is added to enable pimd. It is considered experimental, though
+ unless the distribution target is embedded systems with little flash, there
+ is no reason to not include it in packages.
+- --disable-ipv6 no longer exists as an option. It's 2015, your C library
+ really needs to have IPv6 support by now.
+- --disable-netlink no longer exists as an option. It didn't work anyway.
+- --disable-solaris no longer exists as an option. It only controlled some
+ init scripts.
+- --enable-isisd is now the default.
+- mrlg.cgi is no longer included (it was severely outdated). It can be found
+ independently at http://mrlg.op-sec.us/
+- build on Linux with the musl C library should now work
+
* Changes in Quagga 0.99.23
Known issues:
diff --git a/configure.ac b/configure.ac
index 75a48e4d..4d52eefa 100755
--- a/configure.ac
+++ b/configure.ac
@@ -7,7 +7,7 @@
##
AC_PREREQ(2.53)
-AC_INIT(Quagga, 0.99.24-rc1, [https://bugzilla.quagga.net])
+AC_INIT(Quagga, 0.99.24, [https://bugzilla.quagga.net])
CONFIG_ARGS="$*"
AC_SUBST(CONFIG_ARGS)
AC_CONFIG_SRCDIR(lib/zebra.h)