diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2026-03-30 23:58:53 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska-skaware@skarnet.org> | 2026-03-30 23:58:53 +0000 |
| commit | b47da70b421dee0454c91f4f63102db46262c061 (patch) | |
| tree | 683f398bef5092f85e1926d0dff1cc692d5c1beb | |
| parent | e00279e192cb2305688014e96ecbbbabce39e9fa (diff) | |
| download | skalibs-b47da70b421dee0454c91f4f63102db46262c061.tar.gz | |
Doc update
| -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> |
