diff options
| -rw-r--r-- | NEWS | 6 | ||||
| -rw-r--r-- | doc/index.html | 4 | ||||
| -rw-r--r-- | doc/upgrade.html | 6 | ||||
| -rw-r--r-- | package/info | 2 |
4 files changed, 15 insertions, 3 deletions
@@ -1,5 +1,11 @@ Changelog for utmps. +In 0.1.3.1 +---------- + + - Bugfixes. + + In 0.1.3.0 ---------- diff --git a/doc/index.html b/doc/index.html index 6e13ccc..1f375c3 100644 --- a/doc/index.html +++ b/doc/index.html @@ -76,8 +76,8 @@ suitable replacement for <h3> Download </h3> <ul> - <li> The current released version of utmps is <a href="utmps-0.1.3.0.tar.gz">0.1.3.0</a>. -You can access its checksum <a href="utmps-0.1.3.0.tar.gz.sha256">here</a>. </li> + <li> The current released version of utmps is <a href="utmps-0.1.3.1.tar.gz">0.1.3.1</a>. +You can access its checksum <a href="utmps-0.1.3.1.tar.gz.sha256">here</a>. </li> <li> Alternatively, you can checkout a copy of the <a href="//git.skarnet.org/cgi-bin/cgit.cgi/utmps/">utmps git repository</a>: diff --git a/doc/upgrade.html b/doc/upgrade.html index 9ded152..ea7ab54 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -18,6 +18,12 @@ <h1> What has changed in utmps </h1> +<h2> in 0.1.3.1 </h2> + +<ul> + <li> No functional changes. </li> +</ul> + <h2> in 0.1.3.0 </h2> <ul> diff --git a/package/info b/package/info index b839159..b3bbec9 100644 --- a/package/info +++ b/package/info @@ -1,4 +1,4 @@ package=utmps -version=0.1.3.0 +version=0.1.3.1 category=admin package_macro_name=UTMPS |
