diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-11-23 19:03:24 -0800 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-11-23 19:03:24 -0800 |
commit | 96700ba4c5c8acc2aecddbe68e9af8adf95850a3 (patch) | |
tree | fcbae35d65fa4fe2d73a5e9429e63121929cf8ac /debian/changelog | |
parent | 61fa9efdf886c5b47644d68ecc99cac2d4cf673a (diff) | |
download | vyatta-cfg-quagga-96700ba4c5c8acc2aecddbe68e9af8adf95850a3.tar.gz vyatta-cfg-quagga-96700ba4c5c8acc2aecddbe68e9af8adf95850a3.zip |
0.19.3debian/0.19.3
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index e44f37e8..03c032b4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,23 @@ +vyatta-cfg-system (0.19.3) unstable; urgency=low + + [ Bob Gilligan ] + * Bugfix 6457: Don't ask the question if you're not going to like the + answer. + * 0.19.2 + + [ Stephen Hemminger ] + * Don't allow zero for VRRP priority or VRID + * Bonding should have same VRRP rules as Ethernet + * typo in tunnel cleanup + * Don't need to rename vlan devices + * Make scripts executable + * Improve performance of syntax checks for vrrp address + * Use sockets to check if IP address is local + * Use unlink rather than system() to remove files in keepalive script + * Remove check function from keepalived perl script + + -- Stephen Hemminger <stephen.hemminger@vyatta.com> Tue, 23 Nov 2010 19:03:23 -0800 + vyatta-cfg-system (0.19.2) unstable; urgency=low [ Bob Gilligan ] |