diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2026-05-28 00:49:07 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska-skaware@skarnet.org> | 2026-05-28 00:49:07 +0000 |
| commit | bc3593e63f237be229157693221a8c0783928ef8 (patch) | |
| tree | f6e221e8f6c4f88f016eddfb6cc3e0c12125c4ee | |
| parent | 3b647f7b7031fb5421975c7edb713b3ee384454a (diff) | |
| download | tipidee-bc3593e63f237be229157693221a8c0783928ef8.tar.gz | |
Prepare for 0.8.0.0
| -rw-r--r-- | INSTALL | 2 | ||||
| -rw-r--r-- | NEWS | 6 | ||||
| -rw-r--r-- | doc/index.html | 6 | ||||
| -rw-r--r-- | doc/upgrade.html | 7 | ||||
| -rw-r--r-- | package/deps-build | 2 | ||||
| -rw-r--r-- | package/info | 2 |
6 files changed, 19 insertions, 6 deletions
@@ -6,7 +6,7 @@ Build Instructions - A POSIX-compliant C development environment - GNU make version 3.81 or later - - skalibs version 2.15.0.0 or later: https://skarnet.org/software/skalibs/ + - skalibs version 2.15.0.1 or later: https://skarnet.org/software/skalibs/ - (optional but recommended): s6-networking version 2.8.0.0 or later: https://skarnet.org/software/s6-networking/ @@ -1,5 +1,11 @@ Changelog for tipidee. +In 0.0.8.0 +---------- + + - Bugfixes. + + In 0.0.7.2 ---------- diff --git a/doc/index.html b/doc/index.html index 2a48ef0..b0f28b6 100644 --- a/doc/index.html +++ b/doc/index.html @@ -112,7 +112,7 @@ make it shorter. Just like the code. <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.15.0.0 or later. It's a build-time requirement. It's also a run-time +2.15.0.1 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> Recommended at run-time: <a href="//skarnet.org/software/s6-networking/">s6-networking</a> version @@ -144,8 +144,8 @@ Don't take my word for it; try it out for yourself. </li> <ul> <li> The current released version of tipidee is -<a href="tipidee-0.0.7.2.tar.gz">0.0.7.2</a>. -You can access its checksum <a href="tipidee-0.0.7.2.tar.gz.sha256">here</a>. </li> +<a href="tipidee-0.0.8.0.tar.gz">0.0.8.0</a>. +You can access its checksum <a href="tipidee-0.0.8.0.tar.gz.sha256">here</a>. </li> <li> You can checkout a copy of the <a href="//git.skarnet.org/cgi-bin/cgit.cgi/tipidee/">tipidee git repository</a>: diff --git a/doc/upgrade.html b/doc/upgrade.html index a146667..e3dc99b 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -19,6 +19,13 @@ <h1> What has changed in tipidee </h1> +<h2> in 0.0.8.0 </h2> + +<ul> + <li> <a href="//skarnet.org/software/skalibs/">skalibs</a> +dependency bumped to 2.15.0.1 </li> +</ul> + <h2> in 0.0.7.2 </h2> <ul> diff --git a/package/deps-build b/package/deps-build index c4c4bd6..799a2c7 100644 --- a/package/deps-build +++ b/package/deps-build @@ -1 +1 @@ -true true /package/prog/skalibs 2.15.0.0 libskarnet +true true /package/prog/skalibs 2.15.0.1 libskarnet diff --git a/package/info b/package/info index 59816cd..3e0c8a9 100644 --- a/package/info +++ b/package/info @@ -1,4 +1,4 @@ package=tipidee -version=0.0.7.2 +version=0.0.8.0 category=web package_macro_name=TIPIDEE |
