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,10 +1,9 @@
1Eclat NEWS -- history of user-visible changes. 2018-03-15 1Eclat NEWS -- history of user-visible changes. 2018-03-16
2Copyright (C) 2012-2018 Sergey Poznyakoff
3See the end of file for copying conditions. 2See the end of file for copying conditions.
4 3
5Please send Eclat bug reports to <bug-eclat@gnu.org.ua> 4Please send Eclat bug reports to <bug-eclat@gnu.org.ua>
6 5
7Version 1.1.91 (Git) 6Version 2.0, 2018-03-16
8 7
9* Exponential backoff with jitter 8* Exponential backoff with jitter
10 9
@@ -20,7 +19,7 @@ following formula:
20 19
21where N is the attempt number, M is the value of max-retry-interval 20where N is the attempt number, M is the value of max-retry-interval
22parameter, 'rand(a,b)' selects the integer random number X such that 21parameter, 'rand(a,b)' selects the integer random number X such that
230 <= X <= b, and '**' denotes power operator. The attempts to resend 220 <= X <= b, and '**' denotes the power operator. The attempts to resend
24the request will continue until either a response other than 23the request will continue until either a response other than
25RequestLimitExceeded is received (be it a response to the query or 24RequestLimitExceeded is received (be it a response to the query or
26another error response), or the total time spent in the retry loop 25another error response), or the total time spent in the retry loop
@@ -194,7 +193,7 @@ First alpha release.
194========================================================================= 193=========================================================================
195Copyright information: 194Copyright information:
196 195
197Copyright (C) 2012-2015 Sergey Poznyakoff 196Copyright (C) 2012-2018 Sergey Poznyakoff
198 197
199 Permission is granted to anyone to make or distribute verbatim copies 198 Permission is granted to anyone to make or distribute verbatim copies
200 of this document as received, in any medium, provided that the 199 of this document as received, in any medium, provided that the
diff --git a/README b/README
index 9b2186d..d3499dd 100644
--- a/README
+++ b/README
@@ -1,5 +1,4 @@
1Eclat README 1Eclat README
2Copyright (C) 2012-2018 Sergey Poznyakoff
3See the end of file for copying conditions. 2See the end of file for copying conditions.
4 3
5* Introduction 4* Introduction
@@ -12,7 +11,7 @@ and has low resource requirements.
12 11
13* Actions 12* Actions
14 13
15So far about 27% of EC2 actions is implemented. The set of actions is 14So far about 42% of EC2 actions is implemented. The set of actions is
16somewhat arbitrary and reflects my needs. See the file TODO for the 15somewhat arbitrary and reflects my needs. See the file TODO for the
17detailed list of actions and their status. I will be adding new 16detailed list of actions and their status. I will be adding new
18actions as the need arises and my time permits. Given that the Eclat 17actions as the need arises and my time permits. Given that the Eclat
@@ -85,7 +84,7 @@ Send bug reports, propositions and action requests to
85 84
86* Copyright information: 85* Copyright information:
87 86
88Copyright (C) 2012, 2013 Sergey Poznyakoff 87Copyright (C) 2012-2018 Sergey Poznyakoff
89 88
90 Permission is granted to anyone to make or distribute verbatim copies 89 Permission is granted to anyone to make or distribute verbatim copies
91 of this document as received, in any medium, provided that the 90 of this document as received, in any medium, provided that the
diff --git a/configure.ac b/configure.ac
index 72aee3e..25e0a0b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@
15# along with Eclat. If not, see <http://www.gnu.org/licenses/>. 15# along with Eclat. If not, see <http://www.gnu.org/licenses/>.
16 16
17AC_PREREQ(2.63) 17AC_PREREQ(2.63)
18AC_INIT([eclat], 1.1.91, [bug-eclat@gnu.org.ua],, 18AC_INIT([eclat], 2.0, [bug-eclat@gnu.org.ua],,
19 [http://www.gnu.org.ua/software/eclat]) 19 [http://www.gnu.org.ua/software/eclat])
20AC_CONFIG_SRCDIR([src/eclat.h]) 20AC_CONFIG_SRCDIR([src/eclat.h])
21AC_CONFIG_AUX_DIR([build-aux]) 21AC_CONFIG_AUX_DIR([build-aux])

Return to:

Send suggestions and report system problems to the System administrator.