diff options
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 22f9812..4fcd160 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,65 @@ +vyatta-cfg (0.16.44) unstable; urgency=low + + * fix for disable nodes loading (bug 5610). Additional checks added on + configuration of disable nodes. requires vyatta-config-migrate + package as well. + + -- Michael Larson <slioch@slioch.vyatta.com> Fri, 21 May 2010 10:21:32 -0700 + +vyatta-cfg (0.16.43) unstable; urgency=low + + * fixed error message on multinode limit exceeded--refer to parent + node name, not value. + * fixed seg violation on commit due to extended multiple types support + in valstruct. + + -- Michael Larson <slioch@slioch.vyatta.com> Thu, 20 May 2010 15:41:25 -0700 + +vyatta-cfg (0.16.42) unstable; urgency=low + + * fix for bug 5618. needed to extend valstruct to maintain multiple + types rather than using first type found in node.val file. also + simplified type check. + + -- Michael Larson <slioch@slioch.vyatta.com> Thu, 20 May 2010 13:36:53 -0700 + +vyatta-cfg (0.16.41) unstable; urgency=low + + * trap for illegal characters in comment field being set by user and + provide feedback. + * modified tag limit == 1. Now when set this node will only allow a + single instance. todo update the parsing structure to support a + signed value to support embedded tag node + + -- Michael Larson <slioch@slioch.vyatta.com> Wed, 19 May 2010 14:56:31 -0700 + +vyatta-cfg (0.16.40) unstable; urgency=low + + [ Arthur Xiong ] + * 1) skip comment and empty lines in priority file; + + [ Michael Larson ] + * added additional warning message if the user tries to deactivate a + node that has already been deactivated. + * initial checkin of comment feature for cli. + + [ An-Cheng Huang ] + * POC implementation of unified enumeration mechanism + + -- An-Cheng Huang <ancheng@vyatta.com> Fri, 14 May 2010 17:41:16 -0700 + +vyatta-cfg (0.16.39) unstable; urgency=low + + * additional fix + + -- An-Cheng Huang <ancheng@vyatta.com> Thu, 06 May 2010 17:32:40 -0700 + +vyatta-cfg (0.16.38) unstable; urgency=low + + * fix parsing error in node.def--seen with boolean default values. + + -- Michael Larson <slioch@slioch.vyatta.com> Thu, 06 May 2010 16:04:45 -0700 + vyatta-cfg (0.16.37) unstable; urgency=low [ Arthur ] |