BBlack has uploaded a new change for review. https://gerrit.wikimedia.org/r/65973
Change subject: Bump version to 0.0.5, add NEWS file ...................................................................... Bump version to 0.0.5, add NEWS file Change-Id: Iea053afb72257c1c9c23951e2563c01a30fb481c --- M Makefile.am A NEWS M configure.ac 3 files changed, 7 insertions(+), 2 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/software/varnish/vhtcpd refs/changes/73/65973/1 diff --git a/Makefile.am b/Makefile.am index 7dc684b..2d3b9fa 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,7 +5,7 @@ # Subdirectories to recurse into SUBDIRS = src -EXTRA_DIST = t/pktgen.pl +EXTRA_DIST = NEWS t/pktgen.pl # Some junk autotools doesn't seem to clean on its own DISTCLEANFILES = config.h.in~ configure.ac~ diff --git a/NEWS b/NEWS new file mode 100644 index 0000000..3b1dea9 --- /dev/null +++ b/NEWS @@ -0,0 +1,5 @@ + +0.0.5 - 2013-05-29 + First seemingly production-ready release, will track + significant changes in this file from here out. + diff --git a/configure.ac b/configure.ac index a99dee0..2829aa4 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.68]) -AC_INIT([vhtcpd],[0.0.4],[[email protected]],[vhtcpd],[https://gerrit.wikimedia.org/r/gitweb?p=operations/software/varnish/vhtcpd.git]) +AC_INIT([vhtcpd],[0.0.5],[[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/65973 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Iea053afb72257c1c9c23951e2563c01a30fb481c Gerrit-PatchSet: 1 Gerrit-Project: operations/software/varnish/vhtcpd Gerrit-Branch: master Gerrit-Owner: BBlack <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
