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 @@
-vmod_remoteip -- history of user-visible changes. 2020-03-25
+vmod_remoteip -- history of user-visible changes. 2020-03-27
See the end of file for copying conditions.
Please send vmod_remoteip bug reports to <gray@gnu.org>
+Version 2.1, 2020-03-27
+
+* Fix compatibility with Varnish versions 6.1.x and 6.2.x.
+
+
Version 2.0, 2020-03-25
* 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 @@
# along with vmod_remoteip. If not, see <http://www.gnu.org/licenses/>.
AC_PREREQ(2.69)
-AC_INIT([vmod-remoteip], [2.0], [gray@gnu.org])
+AC_INIT([vmod-remoteip], [2.1], [gray@gnu.org])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR(src/vmod_remoteip.vcc)

Return to:

Send suggestions and report system problems to the System administrator.