summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2010-08-31 17:13:59 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2010-08-31 17:13:59 +0200
commite381c072e22a8117f1310997a328dc0d4ffeab8d (patch)
tree45b23904fb57bd2f7c08eaa715f503829768d130 /debian
parente88fffd39adb23b6cfa35205e29741be37c4232f (diff)
downloadpython-apt-e381c072e22a8117f1310997a328dc0d4ffeab8d.tar.gz
debian/changelog: add missing changelog entry
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 5e16f349..616404e6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,10 @@
python-apt (0.7.97.2) UNRELEASED; urgency=low
[ Michael Vogt ]
+ * python/acquire.cc:
+ - return long long when calling TotalNeeded(), FetchNeeded() and
+ PartialPresent() from pkgAcquire(). This follows the change
+ in libapt.
* apt/debfile.py:
- add missing init for _installed_conflicts (LP: #618597)
* add "provides" property to the apt.Version objects