summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2007-07-18 12:33:36 +0100
committerMichael Vogt <michael.vogt@ubuntu.com>2007-07-18 12:33:36 +0100
commit394eadc8e13784162fee87c8059bcc214275f4b5 (patch)
tree981c57ff5e300bbcf928dde6ee6eb185650848c3 /debian
parent82d0afc286514bbe8904c3436bb6580aeaa6ad66 (diff)
- support task removal too: apt-get remove taskname^
(thanks to Matt Zimmerman reporting this problem)
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 f618b84df..131cdbe90 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,8 @@ apt (0.7.4) UNRELEASED; urgency=low
* cmdline/apt-get.cc:
- fix in the task-install code regexp (thanks to Adam Conrad and
Colin Watson)
+ - support task removal too: apt-get remove taskname^
+ (thanks to Matt Zimmerman reporting this problem)
[Otavio Salvador]
* Fix a typo on 0.7.3 changelog entry about g++ (7.3 to 4.3)