diff options
| -rw-r--r-- | AUTHORS | 1 | ||||
| -rw-r--r-- | COPYING | 2 | ||||
| -rw-r--r-- | NEWS | 6 | ||||
| -rw-r--r-- | doc/index.html | 2 | ||||
| -rw-r--r-- | doc/upgrade.html | 7 | ||||
| -rw-r--r-- | package/info | 2 |
6 files changed, 17 insertions, 3 deletions
@@ -8,3 +8,4 @@ Thanks to: Lennart Jablonka <humm@ljabl.com> Vincent de Ribou <vins_bozo@yahoo.fr> Alexis <flexibeast@gmail.com> + Mario Rugiero <mrugiero@gmail.com> @@ -1,4 +1,4 @@ -Copyright (c) 2023-2024 Laurent Bercot <ska-skaware@skarnet.org> +Copyright (c) 2023-2025 Laurent Bercot <ska-skaware@skarnet.org> Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that the above @@ -1,5 +1,11 @@ Changelog for tipidee. +In 0.0.5.2 +---------- + + - Bugfixes. + + In 0.0.5.1 ---------- diff --git a/doc/index.html b/doc/index.html index 7771f37..47c0a55 100644 --- a/doc/index.html +++ b/doc/index.html @@ -143,7 +143,7 @@ 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.5.1.tar.gz">0.0.5.1</a>. </li> +<a href="tipidee-0.0.5.2.tar.gz">0.0.5.2</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 a0b595b..46186d6 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -18,6 +18,13 @@ <h1> What has changed in tipidee </h1> +<h2> in 0.0.5.2 </h2> + +<ul> + <li> No functional changes. </li> +</ul> + + <h2> in 0.0.5.1 </h2> <ul> diff --git a/package/info b/package/info index 36febb0..078ec69 100644 --- a/package/info +++ b/package/info @@ -1,4 +1,4 @@ package=tipidee -version=0.0.5.1 +version=0.0.5.2 category=web package_macro_name=TIPIDEE |
