diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2011-07-26 12:02:40 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2011-07-26 12:02:40 +0200 |
commit | 5af23ac14695d7f09dcd5fa55d1c822de4a05718 (patch) | |
tree | 69fad33da1d4f16a78fe89b4f679ee647ce1aa59 /debian | |
parent | 38c19831778f9bedb8538a65ac5bafed29e1941c (diff) | |
parent | cca2efe60edfae106380a55ee4fb561aa570f2c9 (diff) |
merged from lp:~mvo/apt/mvo
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 1eeb57ae7..6c2d21754 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,11 +1,19 @@ -apt (0.8.15.4) unstable; urgency=low +apt (0.8.15.4) UNRELEASEDunstable; urgency=low [ David Miller ] * apt-pkg/contrib/sha1.cc: - fix illegally casts of on-stack buffer to a type requiring more alignment than it has resulting in segfaults on sparc (Closes: #634696) - -- David Kalnischkies <kalnischkies@gmail.com> Tue, 26 Jul 2011 08:26:53 +0200 + [ Michael Vogt ] + * 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 DeQuoteString but + unescape character escapes like \0XX and \xXX (plus added + test) + + -- Michael Vogt <mvo@debian.org> Tue, 26 Jul 2011 11:58:27 +0200 apt (0.8.15.3) unstable; urgency=low |