summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog14
1 files changed, 14 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index bf07b285..69356be3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,17 @@
+python-apt (0.7.100.2) UNRELEASED; urgency=low
+
+ * apt/progress/text.py:
+ - only run ioctl for termios.TIOCGWINSZ if the fd is a tty
+ * apt/debfile.py, tests/test_debfile.py:
+ - strip "./" from _get_content and add tests, this fixes a control
+ file extraction bug in gdebi
+ * python/depcache.cc:
+ - when using the actiongroup as a contextmanager incref/decref
+ on enter and leave. this should fix the instablity issues
+ that aptdaemon runs into (LP: #691134)
+
+ -- Michael Vogt <mvo@debian.org> Tue, 07 Dec 2010 13:41:07 +0100
+
python-apt (0.7.100.1) unstable; urgency=low
[ Julian Andres Klode ]