aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS9
1 files changed, 4 insertions, 5 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 <bug-eclat@gnu.org.ua>
-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

Return to:

Send suggestions and report system problems to the System administrator.