aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2018-03-16 07:03:39 +0200
committerSergey Poznyakoff <gray@gnu.org>2018-03-16 07:03:39 +0200
commit724073f51f35553bf7982789e5324c0e16311cb9 (patch)
tree1218901a947b41d25dbddbbf96c580155512c0fd
parent7d00b6cd95458a14dfed8915f8503a8d710abe45 (diff)
downloadeclat-724073f51f35553bf7982789e5324c0e16311cb9.tar.gz
eclat-724073f51f35553bf7982789e5324c0e16311cb9.tar.bz2
Version 2.0release-2.0
-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,9 +1,8 @@
-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.
Please send Eclat bug reports to <bug-eclat@gnu.org.ua>
-Version 1.1.91 (Git)
+Version 2.0, 2018-03-16
* Exponential backoff with jitter
@@ -21,5 +20,5 @@ following formula:
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
RequestLimitExceeded is received (be it a response to the query or
@@ -195,5 +194,5 @@ First alpha release.
Copyright information:
-Copyright (C) 2012-2015 Sergey Poznyakoff
+Copyright (C) 2012-2018 Sergey Poznyakoff
Permission is granted to anyone to make or distribute verbatim copies
diff --git a/README b/README
index 9b2186d..d3499dd 100644
--- a/README
+++ b/README
@@ -1,4 +1,3 @@
Eclat README
-Copyright (C) 2012-2018 Sergey Poznyakoff
See the end of file for copying conditions.
@@ -13,5 +12,5 @@ and has low resource requirements.
* Actions
-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
detailed list of actions and their status. I will be adding new
@@ -86,5 +85,5 @@ Send bug reports, propositions and action requests to
* Copyright information:
-Copyright (C) 2012, 2013 Sergey Poznyakoff
+Copyright (C) 2012-2018 Sergey Poznyakoff
Permission is granted to anyone to make or distribute verbatim copies
diff --git a/configure.ac b/configure.ac
index 72aee3e..25e0a0b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,5 +16,5 @@
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])
AC_CONFIG_SRCDIR([src/eclat.h])

Return to:

Send suggestions and report system problems to the System administrator.