Skip to content

Commit

Permalink
Merge pull request #56 from ifwe/ifwe-github-version
Browse files Browse the repository at this point in the history
Update iteration for memcached branch to tmg19
  • Loading branch information
TysonAndre committed Jun 11, 2021
2 parents 4a4b474 + 726b03f commit 7d3cafc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7d3cafc

Please sign in to comment.