diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2015-01-06 00:36:55 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2015-01-06 00:36:55 +0000 |
commit | 6bae0bac6941c9f02c7c4dcb08505df288210cb0 (patch) | |
tree | 43f413554bab9cdd3161a070e4a5c8777c18e63c | |
parent | 5253f3b6ff66249ff31e0d667d193ba3256b1a69 (diff) | |
download | execline-6bae0bac6941c9f02c7c4dcb08505df288210cb0.tar.xz |
version increase to 2.0.1.0 (because of import -u)v2.0.1.0
-rw-r--r-- | INSTALL | 2 | ||||
-rw-r--r-- | doc/index.html | 4 | ||||
-rw-r--r-- | doc/upgrade.html | 7 | ||||
-rw-r--r-- | package/info | 2 |
4 files changed, 11 insertions, 4 deletions
@@ -6,7 +6,7 @@ Build Instructions - A POSIX-compliant C development environment - GNU make version 4.0 or later - - skalibs version 2.0.0.0 or later: http://skarnet.org/software/skalibs/ + - skalibs version 2.1.0.0 or later: http://skarnet.org/software/skalibs/ This software will run on any operating system that implements POSIX.1-2008, available at: diff --git a/doc/index.html b/doc/index.html index 5ba0b66..08335f5 100644 --- a/doc/index.html +++ b/doc/index.html @@ -50,7 +50,7 @@ shell's syntax, and has no security issues. <li> A POSIX-compliant system with a standard C development environment </li> <li> GNU make, version 4.0 or later </li> <li> <a href="http://skarnet.org/software/skalibs/">skalibs</a> version -2.0.0.0 or later </li> +2.1.0.0 or later </li> </ul> <h3> Licensing </h3> @@ -63,7 +63,7 @@ shell's syntax, and has no security issues. <h3> Download </h3> <ul> - <li> The current released version of execline is <a href="execline-2.0.0.0.tar.gz">2.0.0.0</a>. </li> + <li> The current released version of execline is <a href="execline-2.0.1.0.tar.gz">2.0.1.0</a>. </li> <li> Alternatively, you can checkout a copy of the execline git repository: <pre> git clone git://git.skarnet.org/execline </pre> </li> </ul> diff --git a/doc/upgrade.html b/doc/upgrade.html index ab01120..d699803 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -17,6 +17,13 @@ <h1> What has changed in execline </h1> +<h2> in 2.0.1.0 </h2> + +<ul> + <li> skalibs dependency bumped to 2.1.0.0 </li> + <li> <tt>-u</tt> option added to import and importas </li> +</ul> + <h2> in 2.0.0.0 </h2> <ul> diff --git a/package/info b/package/info index 03775df..22ec255 100644 --- a/package/info +++ b/package/info @@ -1,4 +1,4 @@ package=execline -version=2.0.0.0 +version=2.0.1.0 category=admin package_macro_name=EXECLINE |