diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-12-19 11:59:47 -0800 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-12-19 11:59:47 -0800 |
commit | 55be44cd1b6367a79157f9a0882a4b104787477c (patch) | |
tree | d95683d20d9e25e0971b6d2303d1339e7260b927 | |
parent | 02f08ca7b2c247073ff24923655a176b78850643 (diff) | |
download | quagga-55be44cd1b6367a79157f9a0882a4b104787477c.tar.bz2 quagga-55be44cd1b6367a79157f9a0882a4b104787477c.tar.xz |
Update version and changelog
-rw-r--r-- | debian/changelog | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 6a6739dd..3e00841d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,33 @@ +vyatta-quagga (0.99.11-1) UNRELEASED; urgency=low + + [ Stephen Hemminger ] + * ignore derived files + * Interface rename changes + * Ignore delete address message interface is gone + * Fix management of interface renames + + [ An-Cheng Huang ] + * "files" file should be removed before package build + * update maintainer information + + [ Stephen Hemminger ] + * Handle interfaces coming back from dead + * Don't delete interface completely when kernel notifies of loss of + link + * Use start-stop-daemon to retry + * Turn on block rearranging. + * Remember protocol as well as scope in RIB + * Fix inversion of likely/unlikely in assert + * Minor whitespace + * Revert "Add compiler directive to mark code paths that log as cold" + * Make command nodes static (again) + * Make command nodes static (again) + * Use XCALLOC instead of XMALLOC/memset + * Remove unnecessary modprobe + * Merge in upstream 0.99.11 + + -- Stephen Hemminger <shemminger@extreme> Fri, 19 Dec 2008 11:43:26 -0800 + vyatta-quagga (0.99.10-2) unstable; urgency=low 3.2.0 |