X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/d6689735f2f19c2f9b551096963c7daf72e0dbb2..e90f4af200d96f8e319bdf169f2477d62150e6ed:/debian/changelog diff --git a/debian/changelog b/debian/changelog index c11a6f6ce..b034e4294 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,60 @@ +apt (0.5.22) unstable; urgency=low + + * Updated French translation of man pages from Philippe Batailler + (Closes: #203119) + * Initialize StatusFile in debSystem (Closes: #229791) + * Fix apt-get's suggests/recommends printing, which was skipping every + other dependency due to both using GlobOr and incrementing the DepIterator + (Closes: #229722) + * Restore SIGINT/SIGQUIT handlers to their old values (rather than + SIG_DFL) after invoking dpkg (Closes: #229854) + * Updated Dutch translation of message catalog from cobaco + (Closes: #229601) + * Catalan translation from Antoni Bella, Matt Bonner and Jordi Mallach + (Closes: #230102) + * Simplified Chinese translation of message catalog from "Carlos + Z.F. Liu" (Closes: #230960) + * Replace SGML manpages with XML man pages from richard.bos@xs4all.nl + (Closes: #230687) + * Updated Spanish translation of man pages from Ruben Porras + (Closes: #231539) + + -- Matt Zimmerman Sat, 7 Feb 2004 23:05:25 -0800 + +apt (0.5.21) unstable; urgency=low + + * Patch from Eric Wong to include apt18n.h after + other headers to avoid breaking locale.h when setlocale() is defined + as an empty macro. This was not a problem on Debian, but broke + compilation on Solaris. (Closes: #226509) + * Updated French translation from Pierre Machard + (Closes: #226886) + * Add colons to apt-get's "kept back"/"upgraded"/"downgraded" messages + (Closes: #226813) + * Fix typo in apt-cache(8) (Closes: #226351) + * Clearer error message in place of "...has no available version, but + exists in the database" (Closes: #212203) + * Patch from Oliver Kurth to use AC_CACHE_VAL for + GLIBC_VER to make cross-compilation easier (Closes: #221528) + * Add example preferences file (Closes: #220799) + * Updated Greek translation from Konstantinos Margaritis + (Closes: #227205) + * Updated Spanish translation of man pages from Ruben Porras + (Closes: #227729) + + -- Matt Zimmerman Fri, 16 Jan 2004 10:54:39 -0800 + +apt (0.5.20) unstable; urgency=low + + * Fixed German translations of "Suggested" from Christian Garbs + (Closes: #197960) + * Add an "apt-cache madison" command with an output format similar to + the katie tool of the same name (but less functionality) + * Fix debSourcesIndex::Describe() to correctly say "Sources" rather than + "Packages" + + -- Matt Zimmerman Sat, 3 Jan 2004 23:42:50 -0800 + apt (0.5.19) unstable; urgency=low * Fix Packages::Extensions support in apt-ftparchive generate