summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorOliver Kiddle <opk@zsh.org>2025-02-27 16:02:02 +0100
committerOliver Kiddle <opk@zsh.org>2025-02-27 16:02:02 +0100
commite160cf85f05c3106189edf2158146b9f522d1f1c (patch)
tree5b7aa4fda7a86bdf67b45f0a36c3d32e780028a4 /ChangeLog
parent8701313c615394654f47586c9a4961ac8893bf5b (diff)
downloadzsh-e160cf85f05c3106189edf2158146b9f522d1f1c.tar.gz
zsh-e160cf85f05c3106189edf2158146b9f522d1f1c.zip
53378: support new pipebuf resource limit on FreeBSD
Also add other newer limits to the documentation.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 05aa89c88..80745557f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2025-02-27 Oliver Kiddle <opk@zsh.org>
+
+ * 53378: Doc/Zsh/builtins.yo, Src/Builtins/rlimits.c, configure.ac:
+ support new pipebuf resource limit on FreeBSD
+
2025-02-15 Bart Schaefer <schaefer@zsh.org>
* 53363: Src/builtin.c: permit "typeset -n +m pattern"