diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2007-07-18 12:33:36 +0100 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2007-07-18 12:33:36 +0100 |
commit | 394eadc8e13784162fee87c8059bcc214275f4b5 (patch) | |
tree | 981c57ff5e300bbcf928dde6ee6eb185650848c3 /debian/changelog | |
parent | 82d0afc286514bbe8904c3436bb6580aeaa6ad66 (diff) |
- support task removal too: apt-get remove taskname^
(thanks to Matt Zimmerman reporting this problem)
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 2 |
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) |