summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2011-04-07 11:52:23 +0200
committerJulian Andres Klode <jak@debian.org>2011-04-07 11:52:23 +0200
commit8220213e48857172d8ebbf3d4914667e372a8930 (patch)
tree97fe7fc89c49c89edd0932599a344652ec38d25b /debian
parent00870bf52186b5adb9819c707b411ac2fffe482b (diff)
* apt-pkg/indexcopy.cc:
- Use RealFileExists() instead of FileExists(), allows amongst other things a directory named Sources to exist on a CD-ROM (LP: #750694).
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog8
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 03bbe86d4..34e34c3a6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+apt (0.8.13.3) UNRELEASED; urgency=low
+
+ * apt-pkg/indexcopy.cc:
+ - Use RealFileExists() instead of FileExists(), allows amongst other
+ things a directory named Sources to exist on a CD-ROM (LP: #750694).
+
+ -- Julian Andres Klode <jak@debian.org> Thu, 07 Apr 2011 11:48:46 +0200
+
apt (0.8.13.2) unstable; urgency=low
[ David Kalnischkies ]