From: David Kalnischkies Date: Sat, 29 Aug 2009 10:45:32 +0000 (+0200) Subject: merge with lp:~mvo/apt/debian-sid with the bugfix release 0.7.23.1 in it. X-Git-Tag: 0.7.24~9^2 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/b43af876ed0901eabfb7fe93276eb9272cacf22d merge with lp:~mvo/apt/debian-sid with the bugfix release 0.7.23.1 in it. --- b43af876ed0901eabfb7fe93276eb9272cacf22d diff --cc debian/changelog index 10afb5ef9,ab9457086..550addc92 --- a/debian/changelog +++ b/debian/changelog @@@ -1,26 -1,16 +1,39 @@@ +apt (0.7.24) UNRELEASED; urgency=low + + [ Nicolas François ] + * Cleaned up the first patch draft from KURASAWA Nozomu to finally + get po4a support for translating the man pages. + Many thanks to both for this excellent work! (Closes: #441608) + * doc/ja/*, doc/po/ja.po: + - remove the old ja man page translation and replace it with + the new po4a-powered translation by KURASAWA Nozomu. + * doc/*.?.xml (manpages): + - add contrib to author tags and also add refmiscinfo to fix warnings + * doc/style.txt, buildlib/defaults.mak, buildlib/manpage.mak: + - fix a few typos in the comments of this files + + [ David Kalnischkies ] + * doc/Doxyfile.in: + - update file with doxygen 1.6.1 (current unstable) + - activate DOT_MULTI_TARGETS, it is default on since doxygen 1.5.9 + * buildlib/po4a_manpage.mak, doc/makefile, configure: + - simplify the makefiles needed for po4a manpages + + -- David Kalnischkies 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 Fri, 28 Aug 2009 18:53:20 +0200 + apt (0.7.23) unstable; urgency=low [ Eugene V. Lyubimkin ]