BBlack has submitted this change and it was merged.

Change subject: 1.2 release stuff
......................................................................


1.2 release stuff

Change-Id: I8352a9f3cfadaed46159e548d0a3e25e86bc8e53
---
M NEWS
M configure.ac
2 files changed, 9 insertions(+), 1 deletion(-)

Approvals:
  BBlack: Verified; Looks good to me, approved



diff --git a/NEWS b/NEWS
index 560ab81..2039f67 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+1.2 - 2013-09-12
+   Added vnm_validate cmdline tool.  Exit status indicates JSON parse-ability.
+     Accepts IP addr as extra argument for manual results debugging.
+   Added support for maskless IPs as implicit all-ones netmasks.
+   Bugfix: memory issues in the strings allocator
+   Backported more-robust network optimizer code from gdnsd
+   Fixed "make distcheck"
+
 1.1 - 2013-07-03
    Changed the API slightly from 1.0 - now supports multiple databases
      in a single VCL, which are differentiated by a text label.  VCL context
diff --git a/configure.ac b/configure.ac
index eaa87b7..aa0a8fd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 AC_PREREQ(2.59)
 AC_COPYRIGHT([Copyright (c) 2013 Brandon Black <[email protected]>])
-AC_INIT([libvmod-netmapper],[1.1],[[email protected]],[libvmod-netmapper],[https://git.wikimedia.org/summary/operations%2Fsoftware%2Fvarnish%2Flibvmod-netmapper])
+AC_INIT([libvmod-netmapper],[1.2],[[email protected]],[libvmod-netmapper],[https://git.wikimedia.org/summary/operations%2Fsoftware%2Fvarnish%2Flibvmod-netmapper])
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_AUX_DIR([acaux])
 AC_CONFIG_SRCDIR(src/vmod_netmapper.vcc)

-- 
To view, visit https://gerrit.wikimedia.org/r/84019
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I8352a9f3cfadaed46159e548d0a3e25e86bc8e53
Gerrit-PatchSet: 1
Gerrit-Project: operations/software/varnish/libvmod-netmapper
Gerrit-Branch: master
Gerrit-Owner: BBlack <[email protected]>
Gerrit-Reviewer: BBlack <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to