diff options
-rw-r--r-- | NEWS | 6 | ||||
-rw-r--r-- | doc/upgrade.html | 2 | ||||
-rwxr-xr-x | patch-for-solaris | 2 |
3 files changed, 6 insertions, 4 deletions
@@ -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 @@ <li> New <tt>mininetstring_read()</tt> function. (Was previously removed in 2.7.0.0.) </li> <li> New <tt>cplz.h</tt> header. </li> + <li> New <tt>fork_newpid</tt> function, forking a child in a new +PID namespace on Linux. </li> <li> Static libraries now install to <tt>/usr/lib</tt> by default. </li> </ul> 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 |