aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)AuthorFiles
2022-08-21Support for varnish 7.1Sergey Poznyakoff1
2020-04-09Version 2.6v2.6Sergey Poznyakoff1
2020-03-26Dropped support for varnish < 6.0Sergey Poznyakoff1
2020-03-23Works with Varnish 6.3.2Sergey Poznyakoff1
2020-03-10Restore backward compatibility with Varnish < 6.2v2.5Sergey Poznyakoff1
2020-03-03Support for Varnish 6.3.1v2.4Sergey Poznyakoff1
2018-12-10Version 2.3Sergey Poznyakoff1
Support for Varnish API 6.0.2
2017-08-10Update acvmod to suppress spurious warningrelease-2.2Sergey Poznyakoff1
2017-08-10Support for varnish 5.1.Sergey Poznyakoff1
* configure.ac: Set version 2.2 (AC_VMOD_BASENAME): New subst variable. * NEWS: Document changes. * README: Likewise. * acvmod: Update. * tests/Makefile.am: Define AT_VMOD_BASENAME in package.m4 * tests/atlocal.in: Add @VARNISH_SBINDIR@ to PATH.
2017-08-06Version 2.1release-2.1Sergey Poznyakoff1
2017-08-05Update acvmod. Withdraw the --with-varnish-source option.Sergey Poznyakoff1
2016-01-24Varnish 4.1Sergey Poznyakoff1
* .gitmodules: New file. * acvmod: New submodule. * bootstrap: Update. * Makefile.am (ACLOCAL_AMFLAGS): Add acvmod * configure.ac: Use AM_VARNISHAPI instead of inlining the related code. Enable silent rules. Set version number 2.0.90-4.1.0 * src/vmod.vcc: Use $Event instead of $Init * src/binlog.c: Declare event function. * src/Makefile.am: Enable silent rules. * tests/Makefile.am: Likewise. * tests/atlocal.in (ret_vcl_recv): Remove variable. * tests/test01.at: Likewise. * tests/test02.at: Likewise.
2014-11-13Version 2.0release-2.0Sergey Poznyakoff1
2014-11-01Report version of varnish at the end of configureSergey Poznyakoff1
2014-11-01Support for VCL 4.0Sergey Poznyakoff1
* configure.ac: Version 1.0.91 Detect varnish version and set variables and conditionals accordingly. * NEWS: Update. * src/.gitignore: Update. * src/Makefile.am: Always build vcc_if.c and vcc_if.h. Don't distribute them. * src/binlog.c: Use VCL data type. Define them for VCL 3.0. (vmod_init): Fix premature memory deallocation. * src/vmod.vcc: Rewrite in VCL 4.0 syntax. * tests/atlocal.in (ret_vcl_recv): New variable. * tests/test01.at (vcl_recv): Return $ret_vcl_recv. * tests/test02.at: Likewise.
2014-05-29Further thread-safety fixes.Sergey Poznyakoff1
* NEWS: Version 1.0.90 * configure.ac: Likewise. * src/binlog.c (binlog_env) <inst_head>: New member. (binlog_env_init): Initialize inst_head and use it instead of conf->inst_head. (env_free): Free inst_head. * src/pack.c (packdup): New function. * src/pack.h (packdup): New proto.
2013-10-19Require automake 1.14 or newer.Sergey Poznyakoff1
2013-10-18Get rid of the --with-vmod-dir option.Sergey Poznyakoff1
* Makefile.am: Add default options for distcheck. * configure.ac: Remove --with-vmod-dir, default to the standard Varnish module location, Provide the --without-vmoddir option for use in distcheck. * README: Write it. * doc/vmod-binlog.3: Minor change,
2013-10-17binlogsel: add loadable module supportSergey Poznyakoff1
* Makefile.am (SUBDIRS): Add libltdl * configure.ac: Configure ltdl * src/Makefile.am (binlogsel_LDADD): Add LIBLTDL. (binlogsel_CPPFLAGS): New variable. * src/binlogcat.c (catlog): Bugfix. * src/binlogsel.c: Allow for multiple intervals. Support loadable modules. * doc/binlogcat.1: Update. * doc/binlogsel.1: Update. * doc/vmod-binlog.3: Update.
2013-10-16Add manpages.Sergey Poznyakoff1
2013-10-15Change default log naming.Sergey Poznyakoff1
* configure.ac: Call AM_PROG_CC_C_O * src/binlog.c (BLF_TRUNCATE): New flag. (vmod_init): Change pattern initialization. New parameter "reuselog". (createfile): Remove O_TRUNC. (checkheader): New function. (newfile): Reuse existing file, if it is the first file to be opened after varnish startup and its header matches exactly our data. * src/binlogsel.c: Use indexed directory structure to speed up searches. * src/vmod-binlog.h (BINLOG_PATTERN): Change pattern. (BINLOG_GLOB_PATTERN,BINLOG_INDEX): New defines.
2013-10-14New utility binlogselSergey Poznyakoff1
* configure.ac: Check for yacc. * src/.gitignore: Update. * src/Makefile.am (libbinlog_a_SOURCES): Add new files. Build binlogsel. * src/binlogcat.c: Use xmalloc. * src/binlogsel.c: New file. * src/parse-datetime.h: New file. * src/parse-datetime.y: New file. * src/xalloc.c: New file. * src/xalloc.h: New file.
2013-10-11Add testsuite.Sergey Poznyakoff1
2013-10-11Initial commitSergey Poznyakoff1

Return to:

Send suggestions and report system problems to the System administrator.