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