summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2004-09-20 17:04:02 +0000
committerArch Librarian <arch@canonical.com>2004-09-20 17:04:02 +0000
commita3f6ea20fbe26cb53f420c069c8f59e89f94bcfa (patch)
tree735b5b3e0d06fd7f3170d233342f3b40204bba81 /debian
parent6cb7ccbb7ae7eb18316069ecca4d74708dee356d (diff)
* Use isatty rather than ttyname for checking if stdin ...
Author: mdz Date: 2003-11-19 23:50:51 GMT * 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
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index bfe9f6ebb..9207622fc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -17,6 +17,9 @@ apt (0.5.15) unstable; urgency=low
* Let apt-get build-dep try alternatives if the installed package
doesn't meet version requirements (Closes: #214736)
* Fix version display for recommends (Closes: #219900)
+ * 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
--