summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorMichael Vogt <egon@bottom>2006-07-25 13:18:15 +0200
committerMichael Vogt <egon@bottom>2006-07-25 13:18:15 +0200
commitd27dee5e4d80f10a8a37cf59e855484c4016e6b1 (patch)
treeba77e5230b59ed4a0f55d3d796bd7808b5b12727 /debian/changelog
parente491706947931c8d67b42a37c9de6f3a08098ac4 (diff)
parent71022104cf64547ba54029555799d72e6fb8027f (diff)
downloadpython-apt-d27dee5e4d80f10a8a37cf59e855484c4016e6b1.tar.gz
* merged from mainline
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog46
1 files changed, 44 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index effa0191..deb50ab7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,41 @@
+python-apt (0.6.19) unstable; urgency=low
+
+ [ Michael Vogt ]
+ * doc/examples/print_uris.py:
+ - added a example to show how the indexfile.ArchiveURI() can be used
+ with binary packages
+
+ [ Otavio Salvador ]
+ * apt/cache.py:
+ - fix commit doc string to also cite the open related callbacks
+ - allow change of rootdir for APT database loading
+ - add dh_installexamples in package building Closes: #376014
+
+ -- Michael Vogt <mvo@debian.org> Tue, 25 Jul 2006 11:45:28 +0200
+
+python-apt (0.6.18-0.2) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Add ${shlibs:Depends} and ${misc:Depends} (Closes: #377615).
+
+ -- Christoph Berg <myon@debian.org> Tue, 18 Jul 2006 11:39:52 +0200
+
+python-apt (0.6.18-0.1) unstable; urgency=high
+
+ * Non-maintainer upload.
+ * Call dh_pycentral and dh_python before dh_installdeb, to make sure
+ the dh_pycentral snippets are put into the maintainer scripts; patch from
+ Sam Morris. (Closes: #376416)
+
+ -- Steinar H. Gunderson <sesse@debian.org> Wed, 12 Jul 2006 23:26:50 +0200
+
+python-apt (0.6.18) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Update for the new Python policy. Closes: #373512
+
+ -- Raphael Hertzog <hertzog@debian.org> Sat, 17 Jun 2006 15:09:28 +0200
+
python-apt (0.6.17) unstable; urgency=low
* apt/progress.py:
@@ -9,8 +47,12 @@ python-apt (0.6.17) unstable; urgency=low
- fix various pychecker warnings
* apt/cache.py:
- return useful values on Cache.update()
- * apt/cache.py, apt/package.py: fix various pychecker warnings
- * apt/cache.py: Release locks on failure (thanks to Colin Watson)
+ - Release locks on failure (thanks to Colin Watson)
+ - fix various pychecker warnings
+ * apt/package.py:
+ - fix various pychecker warnings
+ - check if looupRecords succeeded
+ - fix bug in the return statement of _downloadable()
* python/srcrecords.cc:
- add "Restart" method
- don't run auto "Restart" before performing a Lookup