aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS9
-rw-r--r--README5
-rw-r--r--configure.ac2
3 files changed, 7 insertions, 9 deletions
diff --git a/NEWS b/NEWS
index c7edebd..78bc75b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,2 @@
-Eclat NEWS -- history of user-visible changes. 2018-03-15
-Copyright (C) 2012-2018 Sergey Poznyakoff
+Eclat NEWS -- history of user-visible changes. 2018-03-16
See the end of file for copying conditions.
@@ -6,3 +5,3 @@ Please send Eclat bug reports to <bug-eclat@gnu.org.ua>
-Version 1.1.91 (Git)
+Version 2.0, 2018-03-16
@@ -22,3 +21,3 @@ where N is the attempt number, M is the value of max-retry-interval
parameter, 'rand(a,b)' selects the integer random number X such that
-0 <= X <= b, and '**' denotes power operator. The attempts to resend
+0 <= X <= b, and '**' denotes the power operator. The attempts to resend
the request will continue until either a response other than
@@ -196,3 +195,3 @@ Copyright information:
-Copyright (C) 2012-2015 Sergey Poznyakoff
+Copyright (C) 2012-2018 Sergey Poznyakoff
diff --git a/README b/README
index 9b2186d..d3499dd 100644
--- a/README
+++ b/README
@@ -1,3 +1,2 @@
Eclat README
-Copyright (C) 2012-2018 Sergey Poznyakoff
See the end of file for copying conditions.
@@ -14,3 +13,3 @@ and has low resource requirements.
-So far about 27% of EC2 actions is implemented. The set of actions is
+So far about 42% of EC2 actions is implemented. The set of actions is
somewhat arbitrary and reflects my needs. See the file TODO for the
@@ -87,3 +86,3 @@ Send bug reports, propositions and action requests to
-Copyright (C) 2012, 2013 Sergey Poznyakoff
+Copyright (C) 2012-2018 Sergey Poznyakoff
diff --git a/configure.ac b/configure.ac
index 72aee3e..25e0a0b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,3 +17,3 @@
AC_PREREQ(2.63)
-AC_INIT([eclat], 1.1.91, [bug-eclat@gnu.org.ua],,
+AC_INIT([eclat], 2.0, [bug-eclat@gnu.org.ua],,
[http://www.gnu.org.ua/software/eclat])

Return to:

Send suggestions and report system problems to the System administrator.