summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2004-09-20 17:04:03 +0000
committerArch Librarian <arch@canonical.com>2004-09-20 17:04:03 +0000
commitfe6fc1c2b56bc2d07ac35539cbf55a36f19c672f (patch)
tree543b104806a2c21045c6d6452e74bdc5fd119e0d /debian
parenta3f6ea20fbe26cb53f420c069c8f59e89f94bcfa (diff)
* Correctly implement -n as a synonym for --names-only ...
Author: mdz Date: 2003-12-20 22:56:14 GMT * Correctly implement -n as a synonym for --names-only (Closes: #224515)
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 9207622fc..7e587de9f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -20,6 +20,7 @@ apt (0.5.15) unstable; urgency=low
* Use isatty rather than ttyname for checking if stdin is a terminal.
isatty has the advantage of not requiring /proc under Linux, and thus
Closes: #221728
+ * Correctly implement -n as a synonym for --names-only (Closes: #224515)
--