aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2016-01-26 15:39:51 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2016-01-26 15:57:42 +0200
commit6ea9edf098af19ebb8b081be35c510ed57e99f47 (patch)
treece4718584f117d13fc9fe9374c91288155e32c2d /NEWS
parent768bab2cb558f20a58a74f059c5053eb455ef788 (diff)
downloadvmod-tbf-6ea9edf098af19ebb8b081be35c510ed57e99f47.tar.gz
vmod-tbf-6ea9edf098af19ebb8b081be35c510ed57e99f47.tar.bz2
Keep TBF data in a binary tree instead of DBM database.
* configure.ac: Don't check for libdb. * src/tbf.c: Rewrite using binary tree. * src/vmod_tbf.vcc (open, close, sync): Remove. (rate, check): Add PRIV_VCL argument. (debug,dump,gc,set_gc_interval): New functions. * tests/test00.vtc: Remove calls to tbf.open/close * tests/test01.vtc: Likewise. * tests/test02.vtc: Likewise. * tests/test03.vtc: Likewise. * NEWS: Document changes. * src/vmod-tbf.3: Likewise.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 5 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index b2f9387..6a4036a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,17 +1,20 @@
-vmod-tbf -- history of user-visible changes. 2016-01-23
+vmod-tbf -- history of user-visible changes. 2016-01-26
Copyright (C) 2013-2016 Sergey Poznyakoff
See the end of file for copying conditions.
Please send vmod-tbf bug reports to <gray@gnu.org>
-Version 2.0.90-4.1.9, (git)
+Version 2.0.91-4.1.9, (git)
* Support for Varnish 4.1
* Versioning changes
Starting with this release, the version number includes version
+
+* TBF data are stored in a binary tree instead of DBM database
+
Version 2.0, 2014-11-13

Return to:

Send suggestions and report system problems to the System administrator.