summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-08-19 08:38:23 +1000
committerDamien Miller <djm@mindrot.org>2006-08-19 08:38:23 +1000
commitbb59814cd644f78e82df07d820ed00fa7a25e68a (patch)
tree5b67f5a6e3d4a54116f77cdaf972f4288e74c83f /ChangeLog
parent3d2d6e90e4c6f46347b7212401198babe49f2c50 (diff)
- (djm) Disable sigdie() for platforms that cannot safely syslog inside
a signal handler (basically all of them, excepting OpenBSD); ok dtucker@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4f31df3ba..d813c1fc1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -42,6 +42,9 @@
42 [gss-genr.c ssh-gss.h] 42 [gss-genr.c ssh-gss.h]
43 constify host argument to match the rest of the GSSAPI functions and 43 constify host argument to match the rest of the GSSAPI functions and
44 unbreak compilation with -Werror 44 unbreak compilation with -Werror
45 - (djm) Disable sigdie() for platforms that cannot safely syslog inside
46 a signal handler (basically all of them, excepting OpenBSD);
47 ok dtucker@
45 48
4620060817 4920060817
47 - (dtucker) [openbsd-compat/fake-rfc2553.c openbsd-compat/setproctitle.c] 50 - (dtucker) [openbsd-compat/fake-rfc2553.c openbsd-compat/setproctitle.c]
@@ -5263,4 +5266,4 @@
5263 - (djm) Trim deprecated options from INSTALL. Mention UsePAM 5266 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
5264 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu 5267 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
5265 5268
5266$Id: ChangeLog,v 1.4495 2006/08/18 14:46:43 djm Exp $ 5269$Id: ChangeLog,v 1.4496 2006/08/18 22:38:23 djm Exp $