diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2009-08-29 12:45:32 +0200 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2009-08-29 12:45:32 +0200 |
commit | b43af876ed0901eabfb7fe93276eb9272cacf22d (patch) | |
tree | 28be7f5d599a2ff2c3c376e158fe8b2f57049cac /debian | |
parent | 86d9e9635a23c7ecfe2de7f440a6acce320067bc (diff) | |
parent | 6abe26994fd82bef9bc357055d1dc4feee261a4d (diff) |
merge with lp:~mvo/apt/debian-sid with the bugfix release 0.7.23.1 in it.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 10afb5ef9..550addc92 100644 --- a/debian/changelog +++ b/debian/changelog @@ -21,6 +21,19 @@ apt (0.7.24) UNRELEASED; urgency=low -- David Kalnischkies <kalnischkies@gmail.com> Fri, 28 Aug 2009 09:40:08 +0200 +apt (0.7.23.1) UNRELEASED; urgency=low + + [ Michael Vogt ] + * apt-pkg/pkgcache.cc: + - do not set internel "needs-configure" state for packages in + triggers-pending state. dpkg will deal with the trigger and + it if does it before we trigger it, dpkg will error out + (LP: #414631) + * apt-pkg/acquire-item.cc: + - do not segfault on invalid items (closes: #544080) + + -- Michael Vogt <mvo@debian.org> Fri, 28 Aug 2009 18:53:20 +0200 + apt (0.7.23) unstable; urgency=low [ Eugene V. Lyubimkin ] @@ -30,7 +43,7 @@ apt (0.7.23) unstable; urgency=low and '{http,ftp}_proxy' environment variables are used only if options mentioned above are not specified. (Closes: #445985, #157759, #320184, #365880, #479617) - + [ David Kalnischkies ] * cmdline/apt-get.cc: - add APT::Get::HideAutoRemove=small to display only a short line |