summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2009-05-15 11:21:39 -0700
committerStephen Hemminger <stephen.hemminger@vyatta.com>2009-05-15 11:21:39 -0700
commit8a97c5ec54c94c8dc75a576968fddf52fc5b2d1f (patch)
treeb5eddc4f3eb119f0157296a25acc2f8b7b7b08a2
parentc79601be23704a67bf57180c68bdd99c8597b9b5 (diff)
downloadquagga-8a97c5ec54c94c8dc75a576968fddf52fc5b2d1f.tar.bz2
quagga-8a97c5ec54c94c8dc75a576968fddf52fc5b2d1f.tar.xz
-rw-r--r--debian/changelog24
1 files changed, 24 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index f7acf6a1..1a6cab87 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,27 @@
+vyatta-quagga (0.99.12-3) unstable; urgency=low
+
+ * Remove assertion when route clears and peer !Established
+ * Bgp socket use static initialization
+ * Allow message tables to be constant
+ * Fix compile warnings
+ * Use const in smux interface
+ * BGP make attribute variables local
+ * Make BGP FSM table read-only static
+ * BGP make some bgp_attr functions static
+ * BGP aspath eliminate dead code
+ * BGP make flag action table read-only
+ * BGP make receive capability static
+ * BGP make message list in bgp_open const
+ * BGP make community hash table static
+ * BGP make some damp function static
+ * BGP make ecommunity variables/functions local
+ * BGP main program cleanup
+ * ZEBRA make message table read only
+ * OSPF make message lists read only
+ * BGP make message lists read only
+
+ -- Stephen Hemminger <stephen.hemminger@vyatta.com> Fri, 15 May 2009 11:21:38 -0700
+
vyatta-quagga (0.99.12-2) unstable; urgency=low
* Revert "Wait for peers to clear on BGP shutdown"