aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2019-07-01 10:54:51 +0300
committerSergey Poznyakoff <gray@gnu.org>2019-07-01 11:00:28 +0300
commit48b83df7c47c10754cef0df9411490d637b82676 (patch)
tree4ee02d642fe33e7869c20d98240aaa0cb196b6a6
parente7ac13a57d0b8d144f973d863d025b6ca7f654f0 (diff)
downloadrush-48b83df7c47c10754cef0df9411490d637b82676.tar.gz
rush-48b83df7c47c10754cef0df9411490d637b82676.tar.bz2
Version 2.0release-2.0
-rw-r--r--NEWS18
-rw-r--r--configure.ac2
-rw-r--r--doc/rush.texi2
3 files changed, 12 insertions, 10 deletions
diff --git a/NEWS b/NEWS
index 254932d..1213d99 100644
--- a/NEWS
+++ b/NEWS
@@ -1,18 +1,20 @@
-GNU Rush NEWS -- history of user-visible changes. 2019-06-29
+GNU Rush NEWS -- history of user-visible changes. 2019-07-01
See the end of file for copying conditions.
Please send bug reports to <bug-rush@gnu.org.ua>
-Version 1.9.91 (git)
+Version 2.0, 2019-07-01
-This version introduces a completely new syntax for the configuration
-file. Please see the documentation for details.
+Configuration file support completely rewritten. New configuration
+file syntax is introduced that offers a large set of control
+structures and transformation instructions for handling arbitrary
+requests. Please see the documentation for details.
-Old configuration file syntax is still supported, so your existing
+Backward compatibility with prior releases is retained and old
+configuration syntax is still supported. This ensures that existing
installations will remain operational without any changes.
-You are however encouraged to switch to the new syntax as soon as
-possible.
-
+Nevertheless, system administrators are encouraged to switch to the
+new syntax as soon as possible.
Version 1.9, 2019-04-24
diff --git a/configure.ac b/configure.ac
index 0d7d299..7c909e5 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.9.91], [bug-rush@gnu.org])
+AC_INIT([GNU rush], [2.0], [bug-rush@gnu.org])
AC_CONFIG_SRCDIR([src/rush.c])
AC_CONFIG_HEADER([config.h])
AC_CONFIG_AUX_DIR([build-aux])
diff --git a/doc/rush.texi b/doc/rush.texi
index be4c34e..def6a36 100644
--- a/doc/rush.texi
+++ b/doc/rush.texi
@@ -523,7 +523,7 @@ rush 2.0
This statement is mandatory. In its absence, the file will be
treated as a legacy configuration file@footnote{For the discussion of
the legacy syntax, please refer to
-@uref{http://www.gnu.org.ua/software/rush/manual/legacy}.}. To avoid
+@uref{http://www.gnu.org.ua/software/rush/legacy}.}. To avoid
confusion, a notice message to that effect will be printed.
Statements that follow form logical groups. Each group begins

Return to:

Send suggestions and report system problems to the System administrator.