diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2011-07-26 10:49:28 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2011-07-26 10:49:28 +0200 |
commit | a513ace2d2e3b71d607257990893199c6105b072 (patch) | |
tree | 71610b3a2034dd7cd2d06156baea8df2d8bc989c /debian/changelog | |
parent | f748b4760d0f8247001c0b46e9eaf02b379bc3c4 (diff) |
* apt-pkg/contrib/strutl.{h,cc}, test/libapt/strutil_test.cc:
- add new DeEscapeString() similar to DeQuoteQuotedWord but
unescape charackter escapes like \0XXX and \xXX (plus add test)
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 29a571fb9..f620bd871 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,9 @@ apt (0.8.15.2) unstable; urgency=high - fix missing download progress in apt-get download * apt-pkg/contrib/cdromutl.cc: - fix escape problem when looking for the mounted devices + * apt-pkg/contrib/strutl.{h,cc}, test/libapt/strutil_test.cc: + - add new DeEscapeString() similar to DeQuoteQuotedWord but + unescape charackter escapes like \0XXX and \xXX (plus add test) -- Michael Vogt <mvo@debian.org> Tue, 12 Jul 2011 11:54:47 +0200 |