From 726b03f0cb57d45b056af68292cbc152149bc6e5 Mon Sep 17 00:00:00 2001 From: Tyson Andre Date: Fri, 11 Jun 2021 14:46:19 -0400 Subject: [PATCH] Update iteration for memcached branch to tmg19 Use the same iteration pattern as the recently changed build-nutredis, which this has been unified with --- ChangeLog | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 57482491..3ce41b1d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,5 @@ 2021-??-?? Tyson Andre - * twemproxy: version 0.5.2-ifwe18 release + * twemproxy: version 0.5.2-tmg19 release Add support for a failover pool with arbitrary depth (tyson, john irwin) Improve tolerance of DNS failures in commands sent to multiple redis/memcache servers such as memcache get(multiget), redis mget, etc. diff --git a/configure.ac b/configure.ac index a18310e3..4242fb90 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ m4_define([NC_MAJOR], 0) m4_define([NC_MINOR], 5) m4_define([NC_PATCH], 2) # Indicate in the version string that this is from the ifwe/twemproxy fork to avoid confusion in bug reports, etc. -m4_define([NC_ITERATION], ifwe19) +m4_define([NC_ITERATION], tmg19) m4_define([NC_BUGS], [manj@cs.stanford.edu]) # Initialize autoconf