From 724073f51f35553bf7982789e5324c0e16311cb9 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Fri, 16 Mar 2018 07:03:39 +0200 Subject: Version 2.0 --- NEWS | 9 ++++----- README | 5 ++--- configure.ac | 2 +- 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 @@ -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 -Version 1.1.91 (Git) +Version 2.0, 2018-03-16 * Exponential backoff with jitter @@ -20,7 +19,7 @@ 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 another error response), or the total time spent in the retry loop @@ -194,7 +193,7 @@ 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 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 @@ Eclat README -Copyright (C) 2012-2018 Sergey Poznyakoff See the end of file for copying conditions. * Introduction @@ -12,7 +11,7 @@ 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 actions as the need arises and my time permits. Given that the Eclat @@ -85,7 +84,7 @@ 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 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 @@ # along with Eclat. If not, see . 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]) AC_CONFIG_AUX_DIR([build-aux]) -- cgit v1.2.1