summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--NEWS10
2 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 498ba2ebf..3d072a21d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2026-05-22 dana <dana@dana.is>
+
+ * unposted: NEWS: update for w/52326 and w/52594
+
2026-05-22 Mikael Magnusson <mikachu@gmail.com>
* unposted: Src/Modules/curses.c: fix missing return keyword
diff --git a/NEWS b/NEWS
index dbf7bef97..dcf9047c8 100644
--- a/NEWS
+++ b/NEWS
@@ -54,6 +54,16 @@ NTP, etc. For the most part this is transparent to users. However, as a
side effect, some features like $SECONDS and the time keyword gained
(nominal) nanosecond precision.
+POSIX real-time signals (SIGRTMIN etc) are now supported by the kill
+and trap builtins, TRAP* functions, and the signals parameter, where
+available.
+
+The kill builtin learnt a new option -q to send the signal via
+sigqueue(3) along with an arbitrary integer value, where available.
+
+The kill builtin also learnt a new -L option to print a list of all
+known signal numbers and their names.
+
The zsh/zutil module's zparseopts builtin learnt the following:
- a new -G option enables GNU-style argument parsing