diff options
author | Rick Balocca <rbalocca@vyatta.com> | 2008-12-03 17:38:08 -0800 |
---|---|---|
committer | Rick Balocca <rbalocca@vyatta.com> | 2008-12-03 17:38:08 -0800 |
commit | a25d6759be1eae79b1fdf679448ec9aaebb643b7 (patch) | |
tree | f4ef7674d4111b13f7114fea893a96e35b3f12d3 /debian/changelog | |
parent | bdcd55d8a3051473e523c453595da05e3ad8a74b (diff) | |
parent | 4739f62b9fa51e902a3f4558132171ffa2fa910b (diff) | |
download | vyatta-cfg-quagga-a25d6759be1eae79b1fdf679448ec9aaebb643b7.tar.gz vyatta-cfg-quagga-a25d6759be1eae79b1fdf679448ec9aaebb643b7.zip |
Merge branch 'islavista' into jenner
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 64b377df..27f0cbb2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,56 @@ +vyatta-cfg-quagga (0.13) unstable; urgency=low + + 3.2.0 + [ Mark O'Brien ] + + + [ Bob Gilligan ] + * Bugfix: 3684 + + [ Stephen Hemminger ] + * Remove the perl wrapper for vtysh (no longer needed). + * Revert "Replace vyatta-vtysh with vtysh" + * Replace vyatta-vtysh with vtysh + + [ Stig Thormodsrud ] + * Fix syntax errors found by check_tmpl. + * Fix syntax error found by check_tmpl. + * Fix syntax problems identified by /opt/vyatta/sbin/check_tmpl + * Fix 3550: Setting kernel redistribution metric generates internal + error. + * Fix BGP IPv6 redistribute route-map error message. + * Add BGP IPv6 redistribute commands. + * Fix bgp soft-reconfiguration for IPv6. + * Add IPv6 support to bgp cli. + + [ rbalocca ] + * Ignore derived files + + [ Stig Thormodsrud ] + * Fix "delete protocols ripng". + + [ Stephen Hemminger ] + * Replace calls to vyatta-vtysh perl script with vyatta-vtysh + * Update control since now contains not just scripts + * Get rid of long line causing warning + + [ Stig Thormodsrud ] + * First pass at gluing ripng cli to quagga. + + [ Stephen Hemminger ] + * Use vyatta_sbindir + * Add program to .gitignore + * Add new program to check prefix boundary + + [ Stig Thormodsrud ] + * Fix ipv6 blackhole route. + * Fix check_prefix_boundry() to handle IPv6 abreviated addresses. + * Add cli for IPv6 static routes. + + [ Mark O'Brien ] + + -- Mark O'Brien <mobrien@firebolt.vyatta.com> Tue, 25 Nov 2008 19:08:50 -0800 + vyatta-cfg-quagga (0.12) unstable; urgency=low 3.1.2 |