BBlack has submitted this change and it was merged. Change subject: version bump to 1.1 ......................................................................
version bump to 1.1 Change-Id: Ic9c8532ac1becb33742b1c5b8c24c47663d57ecc --- A NEWS M configure.ac 2 files changed, 17 insertions(+), 1 deletion(-) Approvals: BBlack: Verified; Looks good to me, approved diff --git a/NEWS b/NEWS new file mode 100644 index 0000000..560ab81 --- /dev/null +++ b/NEWS @@ -0,0 +1,16 @@ +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 + is still used as well (that is, init/map calls in one VCL have no + bearing on another). + Removed all known fatal errors for things like missing/unloadable + database files at startup/runtime. In the case of a missing or malformed + database file at startup, it will complain at startup and keep trying + to load the DB on the reload intervals. Until success, runtime queries + will return no-match and also log an error. In the case of a map request + for a non-existent label (never specified in an init call), it returns + no-match and logs an error. + Fixed docs re: our variant on the build process. + +1.0 - 2013-06-24 + First release diff --git a/configure.ac b/configure.ac index 2ecf063..4a75a1c 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.0],[[email protected]],[libvmod-netmapper],[https://git.wikimedia.org/summary/operations%2Fsoftware%2Fvarnish%2Flibvmod-netmapper]) +AC_INIT([libvmod-netmapper],[1.1],[[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/71807 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ic9c8532ac1becb33742b1c5b8c24c47663d57ecc 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
