summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2010-05-04 18:01:51 +0200
committerJulian Andres Klode <jak@debian.org>2010-05-04 18:01:51 +0200
commit61d15f9104e1f574b0786700207675b892a0e241 (patch)
tree613c784b2e33d7c8ce27314838c71eb5d4748356 /debian
parentd63a1458427692a6f98274e76020e0f803408d81 (diff)
* apt-pkg/pkgcache.cc:
- Merge fix from David to correct handling in single-arch environments. This makes apt-get showauto working.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index eed15ccb8..28de4dc8a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -65,6 +65,8 @@ apt (0.7.26~exp4) UNRELEASEDexperimental; urgency=low
an object which will be set to NULL when the object is deallocated.
* [ABI break] apt-pkg/acquire{-worker,-item,}.h:
- subclass pkgAcquire::{Worker,Item,ItemDesc} from WeakPointable.
+ * apt-pkg/pkgcache.cc:
+ - Merge fix from David to correct handling in single-arch environments.
* cmdline/apt-get.cc:
- Add apt-get markauto, showauto and unmarkauto commands.