aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2020-03-27 11:44:08 +0200
committerSergey Poznyakoff <gray@gnu.org>2020-03-27 11:44:08 +0200
commit70828f3743ea69ff4db2632baf6567aa3e1b4c3c (patch)
tree6a09a8c438088a0004e9adb802dd4527ba733f7f
parent2dd61838548238a5247c11bfad1ef445c564db4c (diff)
downloadvmod-remoteip-70828f3743ea69ff4db2632baf6567aa3e1b4c3c.tar.gz
vmod-remoteip-70828f3743ea69ff4db2632baf6567aa3e1b4c3c.tar.bz2
Fix compatibility with Varnish versions 6.1.x and 6.2.x.v2.1
-rw-r--r--NEWS7
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index aed17ee..130ed53 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,13 @@
1vmod_remoteip -- history of user-visible changes. 2020-03-25 1vmod_remoteip -- history of user-visible changes. 2020-03-27
2See the end of file for copying conditions. 2See the end of file for copying conditions.
3 3
4Please send vmod_remoteip bug reports to <gray@gnu.org> 4Please send vmod_remoteip bug reports to <gray@gnu.org>
5 5
6Version 2.1, 2020-03-27
7
8* Fix compatibility with Varnish versions 6.1.x and 6.2.x.
9
10
6Version 2.0, 2020-03-25 11Version 2.0, 2020-03-25
7 12
8* Use ACL to hold IPs of the trusted proxies. 13* Use ACL to hold IPs of the trusted proxies.
diff --git a/configure.ac b/configure.ac
index 1fcc3bc..6eac1ba 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@
15# along with vmod_remoteip. If not, see <http://www.gnu.org/licenses/>. 15# along with vmod_remoteip. If not, see <http://www.gnu.org/licenses/>.
16 16
17AC_PREREQ(2.69) 17AC_PREREQ(2.69)
18AC_INIT([vmod-remoteip], [2.0], [gray@gnu.org]) 18AC_INIT([vmod-remoteip], [2.1], [gray@gnu.org])
19AC_CONFIG_AUX_DIR([build-aux]) 19AC_CONFIG_AUX_DIR([build-aux])
20AC_CONFIG_MACRO_DIR([m4]) 20AC_CONFIG_MACRO_DIR([m4])
21AC_CONFIG_SRCDIR(src/vmod_remoteip.vcc) 21AC_CONFIG_SRCDIR(src/vmod_remoteip.vcc)

Return to:

Send suggestions and report system problems to the System administrator.