about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorStefan Neudorf <BM-2cXppXU4T67w7j6NCir9T1WdzBHmFgBnLj@bitmessage.ch>2013-10-30 02:33:18 +0100
committerPeter Stephenson <p.w.stephenson@ntlworld.com>2013-10-31 20:25:13 +0000
commit790a4fee2b498a80b43605d64f4c81f01501b727 (patch)
treefa9debf9255d87022e4a49d997f5ef66a4f8d4f8 /ChangeLog
parented01d6e1e889ee3184a86ac6e3af6c6684e3a0be (diff)
downloadzsh-790a4fee2b498a80b43605d64f4c81f01501b727.tar.gz
zsh-790a4fee2b498a80b43605d64f4c81f01501b727.tar.xz
zsh-790a4fee2b498a80b43605d64f4c81f01501b727.zip
31930 / 31934: New limits from BSD.
Avoid clash of uses for ulimit -k.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5f0795509..198147ed4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2013-10-31  Peter Stephenson  <p.w.stephenson@ntlworld.com>
+
+	* Stefan Neudorf: 31930 / 31934: Doc/Zsh/builtins.yo,
+	Src/Builtins/rlimits.awk, Src/Builtins/rlimits.c, configure.ac,
+	Src/Builtins/rlimits.c:  New BSD limits; avoid clash with
+	ulimit -k.
+
 2013-10-29  Barton E. Schaefer  <schaefer@zsh.org>
 
 	* 31929: Src/jobs.c: fix DPUTS3() test condition from 31906.