summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2007-06-28 16:48:08 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2007-06-28 16:48:08 +0200
commitbe23d152022cb79b74f9d7c6a07567b4e53c57d2 (patch)
treeb8abbc511063b132e978dd50f68e257eadc0d8f8 /debian
parent5a05be08148871001206ae60b01ed88514189817 (diff)
downloadpython-apt-be23d152022cb79b74f9d7c6a07567b4e53c57d2.tar.gz
* aptsources/distro.py:
- generalized some code, bringing it into the Distribution class, and wrote some missing methods for the DebianDistribution one (thanks to Gustavo Noronha Silva)
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog4
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 2e61f39b..de2039c1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,10 @@ python-apt (0.7.3) unstable; urgency=low
* python/cache.py:
- throw FetchCancelleException, FetchFailedException,
LockFailedException exceptions when something goes wrong
+ * aptsources/distro.py:
+ - generalized some code, bringing it into the Distribution
+ class, and wrote some missing methods for the DebianDistribution
+ one (thanks to Gustavo Noronha Silva)
--