From b6e920192eee90fa2d403a6616129149c8daba97 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Wed, 9 Oct 2024 14:28:08 +0000 Subject: version: 2.14.3.0 Signed-off-by: Laurent Bercot --- NEWS | 6 +++--- doc/upgrade.html | 2 ++ patch-for-solaris | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 80d1a26..7956c2d 100644 --- a/NEWS +++ b/NEWS @@ -7,15 +7,15 @@ In 2.4.3.0 - Newish function: mininetstring_read(). (was previously removed in 2.7.0.0) - New header: cplz.h - - Install .a to /usr/lib by default + - Install .a to /usr/lib by default. In 2.4.2.0 ---------- - Support for midipix and old MacOS X. (More sysdeps.) - - New gol.h header (a take on getopt_long) - - New mkptemp3 function + - New gol.h header (a take on getopt_long). + - New mkptemp3 function. In 2.14.1.1 diff --git a/doc/upgrade.html b/doc/upgrade.html index eb7a7aa..9f1c24a 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -23,6 +23,8 @@
  • New mininetstring_read() function. (Was previously removed in 2.7.0.0.)
  • New cplz.h header.
  • +
  • New fork_newpid function, forking a child in a new +PID namespace on Linux.
  • Static libraries now install to /usr/lib by default.
  • diff --git a/patch-for-solaris b/patch-for-solaris index a5f3c14..6bdc3f8 100755 --- a/patch-for-solaris +++ b/patch-for-solaris @@ -1,4 +1,4 @@ -#!/usr/xpg4/bin/sh +#!/usr/xpg4/bin/sh -e patchit () { if head -n 1 $1 | grep -qF -- -e ; then -- cgit v1.2.3