summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog43
1 files changed, 36 insertions, 7 deletions
diff --git a/debian/changelog b/debian/changelog
index ce96cc9e..7b0b0c21 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,14 @@
-python-apt (0.7.11.0) UNRELEASED; urgency=low
+python-apt (0.7.11.1) unstable; urgency=low
+
+ * apt/progress/__init__.py:
+ - Exception handling fixes in InstallProgress class.
+
+ -- Stephan Peijnik <debian@sp.or.at> Sat, 25 Jul 2009 10:37:11 +0200
+
+python-apt (0.7.11.0) unstable; urgency=low
+
+ [ Julian Andres Klode ]
+ * data/templates/Debian.info.in: Squeeze will be 6.0, not 5.1
[ Stephan Peijnik ]
* apt/progress/__init__.py:
@@ -10,8 +20,32 @@ python-apt (0.7.11.0) UNRELEASED; urgency=low
* python/progress.cc:
- low level code for update_status_full and pulse_items()
- better threading support
+
+ [ Michael Vogt ]
+ * aptsources/distro.py:
+ - fix indent error that causes incorrect sources.list additons
+ (LP: #372224)
+ * python/progress.cc:
+ - fix crash in RunSimpleCallback()
+ * apt/cache.py:
+ - when the cache is run with a alternative rootdir, create
+ required dirs/files automatically
- -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 05 May 2009 11:57:57 +0200
+ -- Michael Vogt <mvo@debian.org> Mon, 20 Jul 2009 15:35:27 +0200
+
+python-apt (0.7.10.4) unstable; urgency=low
+
+ [ Michael Vogt ]
+ * data/templates/Ubuntu.info.in:
+ - updated for the new ubuntu karmic version
+ * data/templates/Debian.info.in:
+ - add squeeze
+
+ [ Otavio Salvador ]
+ * utils/get_debian_mirrors.py: updated to support current mirror page.
+ * Update Debian mirrors. (Closes: #518071)
+
+ -- Michael Vogt <mvo@debian.org> Tue, 05 May 2009 12:03:27 +0200
python-apt (0.7.10.3) unstable; urgency=low
@@ -100,13 +134,8 @@ python-apt (0.7.9) unstable; urgency=low
closes: #497049
* apt/package.py:
- avoid uneeded interal references in the Package objects
- * python/progress.cc:
- - fix crash in RunSimpleCallback()
* aptsources/sourceslist.py:
- fix bug in invalid lines detection (LP: #324614)
- * apt/cache.py:
- - when the cache is run with a alternative rootdir, create
- required dirs/files automatically
-- Michael Vogt <mvo@debian.org> Thu, 19 Mar 2009 13:39:21 +0100