From 6d94bc8e34e207c6d8098db084874aef8dfc7e06 Mon Sep 17 00:00:00 2001 From: dana Date: Fri, 22 May 2026 16:05:17 -0500 Subject: unposted: NEWS: update for w/52326 and w/52594 --- ChangeLog | 4 ++++ NEWS | 10 ++++++++++ 2 files changed, 14 insertions(+) diff --git a/ChangeLog b/ChangeLog index 498ba2ebf..3d072a21d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2026-05-22 dana + + * unposted: NEWS: update for w/52326 and w/52594 + 2026-05-22 Mikael Magnusson * 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 -- cgit v1.3.1