summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authoregon <egon@debian-vm>2008-06-18 14:47:09 +0200
committeregon <egon@debian-vm>2008-06-18 14:47:09 +0200
commitdf08cc2180c01039428effeead8a004552d5dd36 (patch)
tree8f7371bbdbb2e29a11c14c9b06bd574dc7a5a176 /debian/changelog
parent44faadf294230dc6384b309b06089520d562f199 (diff)
parent58322f187bef63ef6c6768cb055401401623b64a (diff)
downloadpython-apt-df08cc2180c01039428effeead8a004552d5dd36.tar.gz
merged from mvo branch
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog18
1 files changed, 18 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 0c7a782c..6fa68d7e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,21 @@
+python-apt (0.7.6) unstable; urgency=low
+
+ * apt/cache.py:
+ - add "memonly" option to apt.Cache() to force python-apt to
+ not touch the pkgcache.bin file (this works around a possible
+ race condition in the pkgcache.bin handling)
+ * data/templates/Ubuntu.info.in:
+ - added ubuntu 'intrepid'
+ * debian/README.source:
+ - added (basic) documentation how to build python-apt
+ * aptsources/distinfo.py:
+ - support arch specific BaseURI, MatchURI and MirrosFile fields
+ in the distinfo template
+ * debian/control:
+ - move bzr branch to bzr.debian.org and update Vcs-Bzr
+
+ -- Michael Vogt <mvo@debian.org> Wed, 18 Jun 2008 14:46:43 +0200
+
python-apt (0.7.5) unstable; urgency=low
* use the new ListUpdate() code