summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorDavid Kalnischkies <kalnischkies@gmail.com>2010-06-05 18:00:00 +0200
committerDavid Kalnischkies <kalnischkies@gmail.com>2010-06-05 18:00:00 +0200
commit84910ad5090b8cffc81d7942497ca09cc5d93244 (patch)
treedfd25652364a1b82f1c5ebe9aaab11e9210e655e /debian
parent6ebaae9a5d794ce69d17e419c109fc185925541c (diff)
support special release-modifier 'installed' and 'candidate'
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 6c9faf119..21093b056 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -25,6 +25,7 @@ apt (0.7.26~exp6) UNRELEASED; urgency=low
- add simple wrapper around std::set for cache structures
- move regex magic from apt-get to new FromRegEx method
- move cmdline parsing from apt-cache to new FromCommandLine method
+ - support special release-modifier 'installed' and 'candidate'
* apt-pkg/contrib/cmdline.cc:
- fix segfault in SaveInConfig caused by writing over char[] sizes
* apt-pkg/pkgcache.cc: