about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Ackersviller <packersv@users.sourceforge.net>2007-12-04 01:17:30 +0000
committerPaul Ackersviller <packersv@users.sourceforge.net>2007-12-04 01:17:30 +0000
commita7ed374430f5da323bd69ee3bf21035c18698582 (patch)
treef5aba2e809055d6971d4bf5ea76926d13111a643 /ChangeLog
parent31d6e4a753b40e8148a51efac3fdd7d8386e28ae (diff)
downloadzsh-a7ed374430f5da323bd69ee3bf21035c18698582.tar.gz
zsh-a7ed374430f5da323bd69ee3bf21035c18698582.tar.xz
zsh-a7ed374430f5da323bd69ee3bf21035c18698582.zip
Slight tweak of pws's 24148: attempt to use strerror_r() to make
error messages in signal handle safer.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 58e40a9b0..d519aae3a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2007-12-03  Peter Stephenson  <p.w.stephenson@ntlworld.com>
+
+	* 24148: configure.ac, Src/utils.c: attempt to use strerror_r()
+	to make error messages in signal handle safer.
+
+2007-12-03  Peter Stephenson  <pws@csr.com>
+
+	* 24143: Etc/zsh-development-guide, Util/.distfiles:  Remove
+	difflog.pl from the distribution owing to security worries
+	in usage (but leave it in the archive); also document the
+	distfiles business.
+
 2007-12-03  Clint Adams  <clint@zsh.org>
 
 	* 24140: Completion/Unix/Command/_git: spelling fix and