summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorDavid Kalnischkies <kalnischkies@gmail.com>2010-06-05 16:59:45 +0200
committerDavid Kalnischkies <kalnischkies@gmail.com>2010-06-05 16:59:45 +0200
commit6ebaae9a5d794ce69d17e419c109fc185925541c (patch)
treee062119172a5f427ff507be8fa6af135f1825b57 /debian
parent88edd59bb5ff29d1f55612b2ab216a72b9a9898e (diff)
accept package versions in the unmet command
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 5590f20ff..6c9faf119 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -34,6 +34,7 @@ apt (0.7.26~exp6) UNRELEASED; urgency=low
- use pkgCacheFile and the new CacheSets all over the place
- add --target-release option (Closes: #115520)
- accept pkg/release and pkg=version in show and co. (Closes: #236270)
+ - accept package versions in the unmet command
* apt-pkg/cachefile.{cc,h}:
- split Open() into submethods to be able to build only parts
- make the OpProgress optional in the Cache buildprocess