diff options
author | Michael Vogt <egon@bottom> | 2006-09-12 13:52:22 +0200 |
---|---|---|
committer | Michael Vogt <egon@bottom> | 2006-09-12 13:52:22 +0200 |
commit | 0dbbd79dbce8117521f36ecb0d6e8025152023f0 (patch) | |
tree | 2288de2edcb4ca124d6e34db69ca16e51037bf78 /debian/changelog | |
parent | d4a7a408559193d80843cef66231216fb58770a4 (diff) | |
parent | 071812e3bfe5446f58c8ac4cd5731bd601eac29a (diff) |
* merged with mainline
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 8831d9ba7..9248e8018 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,30 @@ +apt (0.6.45.1) unstable; urgency=low + + * debian/control: + - switched to libdb4.4 for building (closes: #381019) + * cmdline/apt-get.cc: + - show only the recommends/suggests for the candidate-version, not for all + versions of the package (closes: #257054) + - properly handle recommends/suggests or-groups when printing the list of + suggested/recommends packages (closes: #311619) + * methods/http.cc: + - check more careful for incorrect proxy settings (closes: #378868) + * methods/gzip.cc: + - don't hang when /var is full (closes: #341537), thanks to + Luis Rodrigo Gallardo Cruz for the patch + * doc/examples/sources.list: + - removed non-us.debian.org from the example (closes: #380030,#316196) + * Merged from Christian Perrier bzr branch: + * sk.po: Updated to 514t. Closes: #386851 + * ja.po: Updated to 514t. Closes: #386537 + * gl.po: Updated to 514t. Closes: #386397 + * fr.po: Updated to 516t. + * fi.po: Updated to 512t. Closes: #382702 + * share/archive-archive.gpg: + - removed the outdated amd64 and debian-2004 keys + + -- + apt (0.6.45) unstable; urgency=low * apt-pkg/contrib/sha256.cc: |