aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2026-08-31 23:45:35 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2026-08-31 23:45:35 +0000
commit233e3ccb96525e7a6af31a60b891badd8d73c5a4 (patch)
treee3232d7a7364537e76121e516abf6ef307191db2 /NEWS
parent4f42e46eff746603a0762c0299cc63d9c7004bcf (diff)
downloadskalibs-main.tar.gz
Prepare for 2.15.2.0HEADmain
Add pthread_create_flat, waitpid_nohang, waitpids_nohang
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS10
1 files changed, 10 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 79580f6..2cc65ea 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,15 @@
Changelog for skalibs.
+In 2.15.2.0
+-----------
+
+ - Bugfixes.
+ - New libplaynice function: pthread_create_flat
+ (to avoid mallocing the arg when creating a thread)
+ - New functions: waitpid_nohang, waitpids_nohang
+ (to only reap the listed pids and ignore others)
+
+
In 2.15.1.0
-----------