summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSteve Langasek <vorlon@debian.org>2007-09-03 21:45:04 +0000
committerSteve Langasek <vorlon@debian.org>2007-09-03 21:45:04 +0000
commit379e1f36401db2137b55382a3ad544069279e93d (patch)
tree6a2cc56f18d2cf6d8fda32cb47879d8c1f409abe /NEWS
parentcaab44a1ddb860fda17df611ae989b8466685ec6 (diff)
Relevant BUGIDs: Debian bug #1708
Purpose of commit: cleanup (behavior change) Commit summary: --------------- 2007-09-03 Steve Langasek <vorlon@debian.org> * libpam_misc/misc_conv.c: don't block SIGINT in misc_conv; it's perfectly valid to allow the user to interrupt at a prompt. If an application wants prompts to not be interruptable, the application should take responsibility for blocking SIGINT.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 4432cf31..9b677047 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,7 @@
Linux-PAM NEWS -- history of user-visible changes.
+* misc_conv no longer blocks SIGINT; applications that don't want
+ user-interruptable prompts should block SIGINT themselves.
Release 0.99.8.1
* Fix a regression in audit code introduced with last release