summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorDavid Kalnischkies <kalnischkies@gmail.com>2011-06-30 14:05:03 +0200
committerDavid Kalnischkies <kalnischkies@gmail.com>2011-06-30 14:05:03 +0200
commit41b4dee4acaadda869840f7a94c58fd5b7d42017 (patch)
tree10fd810843c78319dd5b590108cb3460cd630783 /debian
parent5ee89a3c491f7e3210e6bbdd585bea9cfe0f0ace (diff)
* apt-pkg/pkgcachegen.cc:
- fallback to memory if file is not writeable even if access() told us the opposite before (e.g. in fakeroot 1.16) (Closes: #630591)
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog9
1 files changed, 9 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 87d25e78f..d74baf2cc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+apt (0.8.15.2) unstable; urgency=low
+
+ [ David Kalnischkies ]
+ * apt-pkg/pkgcachegen.cc:
+ - fallback to memory if file is not writeable even if access()
+ told us the opposite before (e.g. in fakeroot 1.16) (Closes: #630591)
+
+ -- David Kalnischkies <kalnischkies@gmail.com> Thu, 30 Jun 2011 14:00:54 +0200
+
apt (0.8.15.1) unstable; urgency=low
[ David Kalnischkies ]