From a151864a1e502fe11d48ec283a77fcfa9d09a61f Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Mon, 6 Nov 2023 13:27:01 +0000 Subject: version: 2.14.0.0 Signed-off-by: Laurent Bercot --- NEWS | 5 ++++- doc/upgrade.html | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 144cc89..a4a36e8 100644 --- a/NEWS +++ b/NEWS @@ -10,8 +10,11 @@ In 2.14.0.0 - New strerr macros to warn with a "fatal" message. - New cdb functions: cdb_hashv(), cdbmake_addv(). - child_spawn() revamp. Prototype change (last arg is a size_t). - - case_lowerb() and friends now use ctype.h functions + - case_lowerb() and friends now use ctype.h functions. - case_str() removed, strcasestr() fallback implementation added. + - cspawn(): finally unifying fork() and posix_spawn(). + - Better support for nonstandard posix_spawn subfunctions. + - Lots of new sysdeps. In 2.13.1.1 diff --git a/doc/upgrade.html b/doc/upgrade.html index 8c55e4b..8add0dc 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -26,6 +26,7 @@
  • New cdb functions: cdb_hashv(), cdbmake_addv()
  • New cspawn function, for posix_spawn/fork unification
  • child_spawn functions are now declared in cspawn.h
  • +
  • New sysdeps for posix_spawn options and more
  • case_lowerb() and friends now use ctype.h functions, supporting locale if it is declared in the application.
  • case_str() removed, strcasestr() fallback implementation added
  • -- cgit v1.2.3