diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2010-08-02 21:02:01 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2010-08-02 21:02:01 +0200 |
commit | 73dfa041545d34b79a4dd25a0baa3e64f5564a62 (patch) | |
tree | 8c44337825529cbace905d0d1079c5e0d269ada8 /debian | |
parent | 4cbf323fabcc44946001a215c224ce5b080519ca (diff) |
* apt-pkg/cdrom.cc:
- fix off-by-one error in DropBinaryArch
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index cd0f4d7f6..1d76736a3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,10 @@ apt (0.7.26~exp13) UNRELEASEDexperimental; urgency=low * apt-pkg/pkgcache.cc: - re-evaluate the architectures cache when the cache is (re)opened + [ Colin Watson ] + * apt-pkg/cdrom.cc: + - fix off-by-one error in DropBinaryArch + -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 30 Jul 2010 17:37:14 +0200 apt (0.7.26~exp12) experimental; urgency=low |