aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2016-10-01 10:56:01 +0300
committerSergey Poznyakoff <gray@gnu.org>2016-10-01 10:56:01 +0300
commit53c3589f97f6e4ef1a2f5a974c99d20054085417 (patch)
tree40741062285e94bc6aa3f0c4655dafbd93d33a49
parent558c9d71b89c42dc9c3700011165ad17cc144b84 (diff)
downloadrush-53c3589f97f6e4ef1a2f5a974c99d20054085417.tar.gz
rush-53c3589f97f6e4ef1a2f5a974c99d20054085417.tar.bz2
Version 1.8release-1.8
-rw-r--r--NEWS6
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index e8ea77a..d35229e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,10 @@
-GNU Rush NEWS -- history of user-visible changes. 2016-08-20
+GNU Rush NEWS -- history of user-visible changes. 2016-10-01
Copyright (C) 2008-2011, 2014, 2016 Sergey Poznyakoff
See the end of file for copying conditions.
Please send bug reports to <bug-rush@gnu.org.ua>
-Version 1.7.91 (Git)
+Version 1.8, 2016-10-01
* rushlast and rushwho
@@ -38,6 +38,8 @@ variables. E.g. this is now valid:
* Fix CVE-2013-6889
+* Manpages are provided
+
Version 1.7, 2010-07-07
diff --git a/configure.ac b/configure.ac
index 7c182bc..6bdc85b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@
# along with GNU Rush. If not, see <http://www.gnu.org/licenses/>.
AC_PREREQ(2.63)
-AC_INIT([GNU rush], [1.7.91], [bug-rush@gnu.org])
+AC_INIT([GNU rush], [1.8], [bug-rush@gnu.org])
AC_CONFIG_SRCDIR([src/rush.c])
AC_CONFIG_HEADER([config.h])
AC_CONFIG_AUX_DIR([build-aux])

Return to:

Send suggestions and report system problems to the System administrator.