summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2009-01-13 17:38:37 +0100
committerMichael Vogt <michael.vogt@ubuntu.com>2009-01-13 17:38:37 +0100
commit85839f4f241c99f9e4ebb0a6a8847a2d433f1160 (patch)
tree3778f55d63c20956cbb7ddee790d6ef69d26e267 /debian
parent38d602dc83006c51dfe4ed594d691ea9b0679498 (diff)
parentc906abf5f25479483041636813117c48556f389b (diff)
downloadpython-apt-85839f4f241c99f9e4ebb0a6a8847a2d433f1160.tar.gz
* apt/package.py:
- fix bug in candidateInstalledSize property * aptsources/distinfo.py: - fix too restrictive mirror url check * aptsources/distro.py: - only add nearest_server and server to the mirrors if they are defined
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog10
1 files changed, 10 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 49236999..976c72da 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
python-apt (0.7.9~exp2) experimental; urgency=low
+ [ Julian Andres Klode ]
* apt/*.py:
- Almost complete cleanup of the code
- Remove inconsistent use of tabs and spaces (Closes: #505443)
@@ -31,6 +32,15 @@ python-apt (0.7.9~exp2) experimental; urgency=low
* Merge Ben Finney's do not use has_key() (Closes: #481878)
* Do not use deprecated form of raise statement (Closes: #494259)
* Add support for PkgRecords.SHA256Hash (Closes: #456113)
+
+ [ Michael Vogt ]
+ * apt/package.py:
+ - fix bug in candidateInstalledSize property
+ * aptsources/distinfo.py:
+ - fix too restrictive mirror url check
+ * aptsources/distro.py:
+ - only add nearest_server and server to the mirrors if
+ they are defined
-- Julian Andres Klode <jak@debian.org> Sun, 11 Jan 2009 20:01:59 +0100