diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2009-09-24 11:49:45 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2009-09-24 11:49:45 +0200 |
commit | 3b5a76ae9ae425db6fda4ccc041fbb1e79fffc18 (patch) | |
tree | 5c1a4c1b9c88ab0c428d8d6e01226c2e9b9ad95d /debian | |
parent | f7d6459db697c6dbba8e5d787a817e7721bfb577 (diff) | |
parent | 07b2db9b4b2e543b599db97d75ac2315a1676ad8 (diff) |
* apt-pkg/deb/dpkgpm.cc:
- when tcgetattr() returns non-zero skip all pty magic
(thanks to Simon Richter, closes: #509866)
* apt-inst/contrib/arfile.cc:
- show propper error message for Invalid archive members
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 90e5f8de1..9def86ce9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,6 +12,13 @@ apt (0.7.24) UNRELEASED; urgency=low * doc/style.txt, buildlib/defaults.mak, buildlib/manpage.mak: - fix a few typos in the comments of this files + [ Michael Vogt ] + * apt-pkg/deb/dpkgpm.cc: + - when tcgetattr() returns non-zero skip all pty magic + (thanks to Simon Richter, closes: #509866) + * apt-inst/contrib/arfile.cc: + - show propper error message for Invalid archive members + [ David Kalnischkies ] * doc/Doxyfile.in: - update file with doxygen 1.6.1 (current unstable) |