about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2003-02-09 01:13:53 +0000
committerClint Adams <clint@users.sourceforge.net>2003-02-09 01:13:53 +0000
commita8feefe8e813ced4b2e311b749682f38ebbf64e6 (patch)
tree82f80ca4419b6d16038a17921f2481238a08ef17 /ChangeLog
parentf13c7a3a2438e3a8f61123a3561ac031508f8e10 (diff)
downloadzsh-a8feefe8e813ced4b2e311b749682f38ebbf64e6.tar.gz
zsh-a8feefe8e813ced4b2e311b749682f38ebbf64e6.tar.xz
zsh-a8feefe8e813ced4b2e311b749682f38ebbf64e6.zip
* 18207: Src/Builtins/rlimits.c: add maxfilelocks to ulimit output.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c6ce79da3..fec9ba3c0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-02-08  Clint Adams  <clint@zsh.org>
+
+        * 18207: Src/Builtins/rlimits.c: add maxfilelocks to ulimit output.
+
 2003-02-06  Clint Adams  <clint@zsh.org>
 
 	* unposted: Completion/compinit: conjugate "need" properly.