summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2011-07-26 11:52:42 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2011-07-26 11:52:42 +0200
commitcca2efe60edfae106380a55ee4fb561aa570f2c9 (patch)
treecc5f8570b581882d80b3d9b44f55fd6ecb327857 /debian
parentb9dc47069ab90a79ca3b9eae3cc85d38062d57ee (diff)
fix typos in changelog, make DeEscapeString const, improve description
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog5
1 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index f620bd871..0f8035a78 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,8 +7,9 @@ apt (0.8.15.2) unstable; urgency=high
* 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)
+ - add new DeEscapeString() similar to DeQuoteString but
+ unescape character escapes like \0XX and \xXX (plus added
+ test)
-- Michael Vogt <mvo@debian.org> Tue, 12 Jul 2011 11:54:47 +0200