about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2006-09-15 21:22:06 +0000
committerClint Adams <clint@users.sourceforge.net>2006-09-15 21:22:06 +0000
commit7a7dfd55a1eb8682ec0b559476107cd4c168de95 (patch)
tree9e4b72eb27ac4d3269dbd868f47e65c55665a528 /ChangeLog
parent572ad667e7c868dbcb2c609cd7d421c3359589b9 (diff)
downloadzsh-7a7dfd55a1eb8682ec0b559476107cd4c168de95.tar.gz
zsh-7a7dfd55a1eb8682ec0b559476107cd4c168de95.tar.xz
zsh-7a7dfd55a1eb8682ec0b559476107cd4c168de95.zip
22718: use ulimit -e and -r for RLIMIT_NICE and RLIMIT_RTPRIO respectively.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8d947b045..d63c2912d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-09-15  Clint Adams  <clint@zsh.org>
+
+	* 22718: Src/Builtins/rlimits.c: use ulimit -e and -r
+	for RLIMIT_NICE and RLIMIT_RTPRIO respectively.
+
 2006-09-15  Peter Stephenson  <pws@csr.com>
 
 	* 22715: Src/exec.c: AUTOCONTINUE option never worked.