aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.