Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
varnishevent
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
uplex-varnish
varnishevent
Commits
386509a0
Commit
386509a0
authored
Dec 12, 2016
by
Geoff Simmons
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
prepare version 4.1.3
parent
3b2d1cba
Pipeline
#91
skipped
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
README.rst
README.rst
+4
-4
configure.ac
configure.ac
+3
-3
No files found.
README.rst
View file @
386509a0
...
...
@@ -7,8 +7,8 @@ Display Varnish log contents in formats for client, backend and other events
----------------------------------------------------------------------------
:Author: Geoffrey Simmons
:Date: 2016-12-
09
:Version:
trunk
:Date: 2016-12-
12
:Version:
4.1.3
:Manual section: 1
...
...
@@ -375,8 +375,8 @@ precision.
REQUIREMENTS
============
This version of varnishevent requires Varnish 4.1.3
through 5.0.0.
See the
project repository for versions that are compatible with other
This version of varnishevent requires Varnish 4.1.3
or 4.1.4. See the
project repository for versions that are compatible with other
versions of Varnish.
...
...
configure.ac
View file @
386509a0
AC_PREREQ(2.59)
AC_COPYRIGHT([Copyright (c) 2015 UPLEX Nils Goroll Systemoptimierung
Copyright (c) 2015 Otto Gmbh & Co KG])
AC_INIT([varnishevent], [
trunk
])
AC_INIT([varnishevent], [
4.1.3
])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR(src/varnishevent.h)
AM_CONFIG_HEADER(config.h)
...
...
@@ -52,8 +52,8 @@ AM_CONDITIONAL(HAVE_RST2HTML,[test "x$RST2HTML" != "xno"])
# Check for pkg-config
PKG_PROG_PKG_CONFIG
PKG_CHECK_MODULES([VARNISH], [varnishapi >= 4.1.3 varnishapi <=
5.0.0
], [],
[AC_MSG_ERROR([Varnish 4.1.3
through 5.0.0
is required])])
PKG_CHECK_MODULES([VARNISH], [varnishapi >= 4.1.3 varnishapi <=
4.1.4
], [],
[AC_MSG_ERROR([Varnish 4.1.3
or 4.1.4
is required])])
AC_SUBST(VARNISH_CFLAGS)
AC_SUBST(VARNISH_LIBS)
PKG_CHECK_VAR([VARNISH_PKG_INCLUDE], [varnishapi], [pkgincludedir])
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment