summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorDavid Kalnischkies <kalnischkies@gmail.com>2009-07-15 23:57:07 +0200
committerDavid Kalnischkies <kalnischkies@gmail.com>2009-07-15 23:57:07 +0200
commit6009e60d0192832277242438ad7ca2fc24a4c075 (patch)
treeca691ec88f3522952210a534df6551813b80778c /debian
parent9d800312c90b7d3b52f2f4c3cea3ebfc67bf000b (diff)
display warnings instead of errors if the parts dirs doesn't exist
Parts dirs are /etc/apt/{sources.list,apt.conf,preferences}.d (in the default setup)
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 786b8a86f..e4da484d4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -39,6 +39,7 @@ apt (0.7.22) UNRELEASED; urgency=low
array which can (at least in theory) grow dynamic
* add a segfault handler to MMap to show the Cache-Limit message, which
can be deactivated with MMap::SegfaultHandler=false (Closes: 535218)
+ * display warnings instead of errors if the parts dirs doesn't exist
[ Michael Vogt ]
* honor the dpkg hold state in new Marker hooks (closes: #64141)