diff options
author | Mark O'Brien <mobrien@firebolt.vyatta.com> | 2008-11-25 19:08:34 -0800 |
---|---|---|
committer | Mark O'Brien <mobrien@firebolt.vyatta.com> | 2008-11-25 19:08:34 -0800 |
commit | 6ebea0892eb0d7785f45a4d9065e7abc8c876031 (patch) | |
tree | cefd1f18056da128c51f3af26b3333753fc6239d | |
parent | d65bc46a92e6433e59736c13f99ef33824341f8b (diff) | |
download | vyatta-bash-6ebea0892eb0d7785f45a4d9065e7abc8c876031.tar.gz vyatta-bash-6ebea0892eb0d7785f45a4d9065e7abc8c876031.zip |
-rw-r--r-- | debian/changelog | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 9b1e9eb..cbd3ebc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,35 @@ +vyatta-bash (3.1dfsg-8-vyatta-11) unstable; urgency=low + + 3.2.0 + [ Mark O'Brien ] + + + [ slioch ] + * remove ! and $ from vbash processing as these are handled by command + scripts. + * Handle double and single quote within a command argument. First + quote turns on automatic escaping, second turns off. Will support + unquoted, single quoted and + * disable shell interpretation of ![num] when entering configure + commands. this fixes a bug where the negation character in + nat/firewall/wlb + + [ root ] + * skipping whitespace at beginning of command when matching + set|delete. + * additional special characters to trap, added back free() after + additional testing, removed generated files from project. + * Revert "missing a free from last merge." + * missing a free from last merge. + * fix for bug 1283. Or partial fix. Now handle and escape special + characters in vbash shell without requiring quotes on string. only + applies to set/delete commands in vbash shell. Behavior is now much + closer to juniper shell behavior with special characters. + + [ Mark O'Brien ] + + -- Mark O'Brien <mobrien@firebolt.vyatta.com> Tue, 25 Nov 2008 19:08:33 -0800 + vyatta-bash (3.1dfsg-8-vyatta-10) unstable; urgency=low 3.1.0 |