summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorTomas Mraz <tm@t8m.info>2005-04-08 15:08:16 +0000
committerTomas Mraz <tm@t8m.info>2005-04-08 15:08:16 +0000
commite1f17d96a0a058d5bb777cc05975ae39f9461174 (patch)
tree765ad482fb85a9bd120e50485306147286437a19 /CHANGELOG
parentb484271729ebfc86cee8ec7386e0ac11b111c188 (diff)
Relevant BUGIDs: Red Hat bz #150537
Purpose of commit: bugfix Commit summary: --------------- misc_conv: flush input first then print the prompt - fixes problem with expect scripts
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index f7993aee..93dba7ce 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -65,6 +65,8 @@ BerliOS Bugs are marked with (BerliOS #XXXX).
* pam_tally: test for NULL data before dereferencing them (t8m)
* pam_unix: fix regression introduced in 0.78 - both NIS and local password
should be changed if possible (t8m)
+* misc_conv: flush input first then print the prompt - fixes problem
+ with expect scripts (t8m)
0.79: Thu Mar 31 16:48:45 CEST 2005
* pam_tally: added audit option (toady)