BBlack has submitted this change and it was merged. Change subject: NEWS / version bump for 0.0.7 ......................................................................
NEWS / version bump for 0.0.7 Change-Id: I69f2e13abac4875c480181105b288562c3cd9d20 --- M NEWS M configure.ac 2 files changed, 5 insertions(+), 1 deletion(-) Approvals: BBlack: Verified; Looks good to me, approved diff --git a/NEWS b/NEWS index 5b7edf6..a90bab6 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,8 @@ +0.0.7 - 2013-07-02 + Handles large HTTP response bodies more gracefully + Small socket tweak for ephemeral port allocation, maybe + 0.0.6 - 2013-05-30 Now allows text hostnames in cache cmdline args Upgraded hostname regex matches from POSIX ERE to PCRE diff --git a/configure.ac b/configure.ac index ae675d6..e8a0300 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.68]) -AC_INIT([vhtcpd],[0.0.6],[[email protected]],[vhtcpd],[https://gerrit.wikimedia.org/r/gitweb?p=operations/software/varnish/vhtcpd.git]) +AC_INIT([vhtcpd],[0.0.7],[[email protected]],[vhtcpd],[https://gerrit.wikimedia.org/r/gitweb?p=operations/software/varnish/vhtcpd.git]) AC_CONFIG_SRCDIR([src/main.c]) AC_CONFIG_AUX_DIR([acaux]) AM_INIT_AUTOMAKE([1.11.3 dist-xz no-dist-gzip foreign tar-ustar -Wall]) -- To view, visit https://gerrit.wikimedia.org/r/71626 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I69f2e13abac4875c480181105b288562c3cd9d20 Gerrit-PatchSet: 1 Gerrit-Project: operations/software/varnish/vhtcpd 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
