diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 17:02:30 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 17:02:30 +0000 |
commit | 421ff8070ebdcc10831c77595e220063af36b4eb (patch) | |
tree | 03d1a6bb432e8544c5b8af85fe59ef27115c03a9 /debian | |
parent | fba22682691636294f0b8c82db4276f6fe28c6ec (diff) |
* Only try to clear stdin if it is a tty, to avoid loop...
Author: mdz
Date: 2003-07-26 00:25:44 GMT
* Only try to clear stdin if it is a tty, to avoid looping if there is
lots of stuff (perhaps an infinite amount) to read (Closes: #192228)
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 4352bdc4f..9c04f1277 100644 --- a/debian/changelog +++ b/debian/changelog @@ -23,8 +23,10 @@ apt (0.5.8) unstable; urgency=medium YnPrompt works correctly (Closes: #200953). No other translations seem to have this problem * Regenerate POT file and sync .po files + * Only try to clear stdin if it is a tty, to avoid looping if there is + lots of stuff (perhaps an infinite amount) to read (Closes: #192228) - -- + -- Matt Zimmerman <mdz@debian.org> Fri, 25 Jul 2003 20:21:53 -0400 apt (0.5.7) unstable; urgency=low |