aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS4
-rw-r--r--README5
-rw-r--r--configure.ac2
3 files changed, 6 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 7721917..5b8592a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,10 @@
-Vmod-binlog NEWS -- history of user-visible changes. 2014-11-01
+Vmod-binlog NEWS -- history of user-visible changes. 2014-11-13
Copyright (C) 2013-2014 Sergey Poznyakoff
See the end of file for copying conditions.
Please send Vmod-binlog bug reports to <gray@gnu.org>
-Version 1,0.91 (Git)
+Version 2,0, 2014-11-13
Support for VCL 4.0
diff --git a/README b/README
index c9a3dce..759490d 100644
--- a/README
+++ b/README
@@ -26,8 +26,9 @@ and searching in binary log files.
* Installation
In order to compile the package you need to have Varnish source tree.
-At least Varnish 3.0.1 is required. Supposing that the varnish source tree
-is available under /usr/src/varnish-3.0.1, run:
+At least Varnish 3.0.1 is required. Varnish 4.0 is OK, too.
+Supposing that the varnish source tree is available under
+/usr/src/varnish-3.0.1, run:
./configure --with-varnish-source=/usr/src/varnish-3.0.1
diff --git a/configure.ac b/configure.ac
index 44ebe8d..d82cee6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -14,7 +14,7 @@
# You should have received a copy of the GNU General Public License
# along with vmod-binlog. If not, see <http://www.gnu.org/licenses/>.
AC_PREREQ(2.69)
-AC_INIT([vmod-binlog], 1.0.91, [gray@gnu.org])
+AC_INIT([vmod-binlog], 2.0, [gray@gnu.org])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR(src/binlog.c)

Return to:

Send suggestions and report system problems to the System administrator.