summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2008-07-30 10:27:39 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2008-07-30 10:27:39 +0200
commitff1d513d23cb9df6b07a137b14a983f8269a6e07 (patch)
treec09d4fb1ffd63b4b9edaf4ad921a04a62a408ccb /debian
parentf5cec7ab0596ba15e6451745aa0770a84b151c58 (diff)
parentc085ac239354d78c3093049a4c48a27f514c6da2 (diff)
downloadpython-apt-ff1d513d23cb9df6b07a137b14a983f8269a6e07.tar.gz
* python/cache.cc:
- fix crash if Ver.PriorityType() returns NULL - add 'lenny' template info (closes: #476364)
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog9
1 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index c8963fe2..5f9c7431 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,14 @@
+python-apt (0.7.7.1ubuntu1) intrepid; urgency=low
+
+ * python/cache.cc:
+ - fix crash if Ver.PriorityType() returns NULL
+
+ -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 30 Jul 2008 10:26:53 +0200
+
python-apt (0.7.7ubuntu2) intrepid; urgency=low
* data/templates/Debian.info.in:
- - add 'lenny' template info
+ - add 'lenny' template info (closes: #476364)
* aptsources/distinfo.py:
- fix template matching for arch specific code (LP: #244093)