diff options
| -rw-r--r-- | NEWS | 1 | ||||
| -rw-r--r-- | doc/upgrade.html | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -4,6 +4,7 @@ In 2.15.0.0 ----------- - Bugfixes. + - RPATH can now be disabled at configure time. - strallocs are now zero-initialized up to their capacity. - Newly allocated gensetdyn slots are now zero-initialized. - New functions: sassclient.h and sassserver.h, in libunixonacid. diff --git a/doc/upgrade.html b/doc/upgrade.html index ea8ddcc..4b1da7c 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -22,6 +22,7 @@ <li> New family of functions: sassclient and sassserver, working on top of textclient, to factor code for asynchronous helpers like s6-ftrigrd or skadnsd. </li> </li> + <li> RPATH can now be disabled at configure time. </li> </ul> <h2> in 2.14.5.1 </h2> |
