BBlack has submitted this change and it was merged. Change subject: NEWS update / version bump for 0.0.8 ......................................................................
NEWS update / version bump for 0.0.8 Change-Id: Ie260a8113e20f0854ee428a345ae6b390f4e163b --- M NEWS M configure.ac 2 files changed, 7 insertions(+), 1 deletion(-) Approvals: BBlack: Verified; Looks good to me, approved diff --git a/NEWS b/NEWS index a90bab6..cdafd35 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,10 @@ +0.0.8 - 2013-07-02 + Fixed HTTP response parsing bug that caused queue backlog + and constant re-send of a certain queue item. + Added an "inpkts_dequeued" stat, which advances when + all purgers have dequeued a given request. + 0.0.7 - 2013-07-02 Handles large HTTP response bodies more gracefully Small socket tweak for ephemeral port allocation, maybe diff --git a/configure.ac b/configure.ac index e8a0300..7175363 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.68]) -AC_INIT([vhtcpd],[0.0.7],[[email protected]],[vhtcpd],[https://gerrit.wikimedia.org/r/gitweb?p=operations/software/varnish/vhtcpd.git]) +AC_INIT([vhtcpd],[0.0.8],[[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/71649 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ie260a8113e20f0854ee428a345ae6b390f4e163b 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
