diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-09-19 16:05:44 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-09-19 16:05:44 +0200 |
commit | 36afd8495a5646ccdec0153c93945a5a27606fce (patch) | |
tree | 35410bfee6ead769fb56c08c21bb066619432e2e /debian | |
parent | 455f831c3cbd7f555d3a0b0c949a42432efc63d3 (diff) | |
parent | c158ff49dacb8f6fdca98f9b43329eac44f1a827 (diff) |
* merged apt--tasks, this brings in the latest changes from apt--mvo as well
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 5ec586f85..4aba0caf9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,29 @@ +apt (0.6.45ubuntu10) edgy; urgency=low + + * 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-pkg/tagfile.cc: + - applied patch from Jeroen van Wolffelaar to make the tags + caseinsensitive (closes: #384182) + - reverted MMap use in the tagfile because it does not work + across pipes (closes: #383487) + * added "installtask" command + + -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 19 Sep 2006 15:07:51 +0200 + apt (0.6.45ubuntu9) edgy; urgency=low * cmdline/apt-get.cc: |