summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@jak-laptop>2009-11-07 19:02:49 +0100
committerJulian Andres Klode <jak@jak-laptop>2009-11-07 19:02:49 +0100
commit516f979538c389d02787f758001011017f2e0d27 (patch)
treef60e4e2845734cee93e446940822505437da9ef5 /debian
parent34d3e8ac912084adeb2609ef1ff9c3870a5fc947 (diff)
parent18e9800bb962072e79e99f8fb1a29692919596ee (diff)
downloadpython-apt-516f979538c389d02787f758001011017f2e0d27.tar.gz
Merge with mvo:
* po/zh_CN.po: - updated, thanks to Feng Chao * python/progress.cc: - if the mediaChange() does not return anything or is not implemented send "false" to libapt
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog10
1 files changed, 9 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 4fbf6be1..ede70add 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,13 @@
-python-apt (0.7.13.4) unstable; urgency=low
+python-apt (0.7.13.4) UNRELEASED; urgency=low
+ [ Michael Vogt ]
+ * po/zh_CN.po:
+ - updated, thanks to Feng Chao
+ * python/progress.cc:
+ - if the mediaChange() does not return anything or is not implemented
+ send "false" to libapt
+
+ [ Julian Andres Klode ]
* apt/package.py: Fix dictionary access of VersionList, patch
by Sebastian Heinlein (Closes: #554895).