diff options
author | Mark O'Brien <mobrien@firebolt.vyatta.com> | 2008-07-23 21:36:00 -0700 |
---|---|---|
committer | Mark O'Brien <mobrien@firebolt.vyatta.com> | 2008-07-23 21:36:00 -0700 |
commit | e3ce1a4cb7482a08641d6c89840ec0c797cac472 (patch) | |
tree | 197ae43f6f12202283149b79ad3554da019d3ae1 /debian | |
parent | e95fb343a63b8cb6c1dc10fe30b5b1c3cafecc2a (diff) | |
download | vyatta-cfg-e3ce1a4cb7482a08641d6c89840ec0c797cac472.tar.gz vyatta-cfg-e3ce1a4cb7482a08641d6c89840ec0c797cac472.zip |
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 73 |
1 files changed, 73 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index bced47f..ac83ded 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,76 @@ +vyatta-cfg (0.12) unstable; urgency=low + + 3.1.2 + [ Mark O'Brien ] + + + [ Rick Balocca ] + * Code moved for fix of bug + http://bugzilla.vyatta.com/show_bug.cgi?id=3417 + + [ Stig Thormodsrud ] + * Prioritize vpn ahead of pppo[ea] interfaces. + + [ Mohit Mehta ] + * removing code to update resolv.conf from here, it is better to call + it from dhclient-script + * => Modified VyattaConfig.pm function 'returnOrigValues()' to return + empty array when no value is configured + + [ Michael Larson ] + * fix for bug 3441. Selective stripping of the 'def' only needs to + occur in one location. + * Revert "fix for bug 3441. Removed def from listOutputNodes(), which + allowed other code that filters out def file to be removed." + + [ root ] + * fix for bug 3441. Removed def from listOutputNodes(), which allowed + other code that filters out def file to be removed. + + [ rbalocca ] + * Fix for bug http://bugzilla.vyatta.com/show_bug.cgi?id=3427 + + [ An-Cheng Huang ] + * fix for bug 3323: skip deletions of nodes with default values when + loading + + [ Michael Larson ] + * fix for bug 3216. added no escape option to push path for + environmental path variable. note this is appied to all c code + access to the + + [ Stig Thormodsrud ] + * Partial fix for 3383: check for vyatta-config-version, warn/prompt + that it appears to be invalid config. + + [ Michael Larson ] + * fix for bug 3377. + + [ An-Cheng Huang ] + * fix for bug 3403: allocate correct amount of memory for multi-valued + nodes. + + [ Michael Larson ] + * Revert "set load-balancing load order after interfaces are + configured on load." + + [ Stig Thormodsrud ] + * Fix 3396: "commit failed at rank 800" while booting with bgp peer- + group. + + [ An-Cheng Huang ] + * add help string for "copy" and "rename" + + [ Michael Larson ] + * fix for bug 3400. user vyatta needed modification to discard + command. + * set load-balancing load order after interfaces are configured on + load. + + [ Mark O'Brien ] + + -- Mark O'Brien <mobrien@firebolt.vyatta.com> Wed, 23 Jul 2008 21:36:00 -0700 + vyatta-cfg (0.11) unstable; urgency=low 3.1.1 |