diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2024-09-23 21:08:19 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska@appnovation.com> | 2024-09-23 21:08:19 +0000 |
| commit | 9456f992cc1f9afc221c61ad9010d9c9eddfa240 (patch) | |
| tree | 98d135b3893d2b041fbc57d9420dadb245185499 /doc | |
| parent | 770fbda5b9a73e86b1dfc3f7c285e6c8c50428c5 (diff) | |
| download | apaste-9456f992cc1f9afc221c61ad9010d9c9eddfa240.tar.gz | |
Prepare for 0.0.2.1; align with rest of skaware
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/index.html | 6 | ||||
| -rw-r--r-- | doc/upgrade.html | 9 |
2 files changed, 12 insertions, 3 deletions
diff --git a/doc/index.html b/doc/index.html index d10289a..13efa83 100644 --- a/doc/index.html +++ b/doc/index.html @@ -35,11 +35,11 @@ other protocol. <li> A POSIX-compliant system with a standard C development environment </li> <li> GNU make, version 3.81 or later </li> <li> <a href="//skarnet.org/software/skalibs/">skalibs</a> version -2.14.1.1 or later. It's a build-time requirement. It's also a run-time +2.14.3.0 or later. It's a build-time requirement. It's also a run-time requirement if you link against the shared version of the skalibs library. </li> <li> <a href="//skarnet.org/software/s6-networking/">s6-networking</a> version -2.7.0.2 or later. It's a build-time and run-time requirement: it's the layer +2.7.0.4 or later. It's a build-time and run-time requirement: it's the layer that provides the network connection. </li> </ul> @@ -54,7 +54,7 @@ that provides the network connection. </li> <ul> <li> The current released version of apaste is -<a href="apaste-0.0.2.0.tar.gz">0.0.2.0</a>. </li> +<a href="apaste-0.0.2.1.tar.gz">0.0.2.1</a>. </li> <li> You can checkout a copy of the <a href="//git.skarnet.org/cgi-bin/cgit.cgi/apaste/">apaste git repository</a>: diff --git a/doc/upgrade.html b/doc/upgrade.html index 42a4336..b91ac84 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -18,6 +18,15 @@ <h1> What has changed in apaste </h1> +<h2> in 0.0.2.1 </h2> + +<ul> + <li> <a href="//skarnet.org/software/skalibs/">skalibs</a> +dependency bumped to 2.14.3.0. </li> + <li> Static libraries (if any, which isn't the case for now) +are installed in <tt>/usr/lib</tt> by default. </li> +</ul> + <h2> in 0.0.2.0 </h2> <ul> |
