Skip to content

Commit

Permalink
Merge pull request twitter#643 from twitter/release-0.5.0
Browse files Browse the repository at this point in the history
Release twemproxy 0.5.0
  • Loading branch information
TysonAndre authored Jul 13, 2021
2 parents 7fb53c5 + ca45646 commit 894d783
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2021-13-07 Tyson Andre <tysonandre775@hotmail.com>
* twemproxy: version 0.5.0 release
Same as 0.5.0-RC1

2021-06-07 Tyson Andre <tysonandre775@hotmail.com>
* twemproxy: version 0.5.0-RC1 release
Add 'tcpkeepalive' pool boolean config flag setting
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ m4_define([NC_BUGS], [https://github.com/twitter/twemproxy/issues])

# Initialize autoconf
AC_PREREQ([2.64])
AC_INIT([nutcracker], [NC_MAJOR.NC_MINOR.NC_PATCH-RC1], [NC_BUGS])
AC_INIT([nutcracker], [NC_MAJOR.NC_MINOR.NC_PATCH], [NC_BUGS])
AC_CONFIG_SRCDIR([src/nc.c])
AC_CONFIG_AUX_DIR([config])
AC_CONFIG_HEADERS([config.h:config.h.in])
Expand All @@ -19,7 +19,7 @@ AM_INIT_AUTOMAKE([1.9 foreign])
AC_DEFINE(NC_VERSION_MAJOR, NC_MAJOR, [Define the major version number])
AC_DEFINE(NC_VERSION_MINOR, NC_MINOR, [Define the minor version number])
AC_DEFINE(NC_VERSION_PATCH, NC_PATCH, [Define the patch version number])
AC_DEFINE(NC_VERSION_STRING, "NC_MAJOR.NC_MINOR.NC_PATCH-RC1", [Define the version string])
AC_DEFINE(NC_VERSION_STRING, "NC_MAJOR.NC_MINOR.NC_PATCH", [Define the version string])

# Checks for language
AC_LANG([C])
Expand Down
6 changes: 5 additions & 1 deletion scripts/nutcracker.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Summary: Twitter's nutcracker redis and memcached proxy
Name: nutcracker
Version: 0.5.0
Release: 0.1.rc1
Release: 1

URL: https://github.com/twitter/twemproxy/
Source0: %{name}-%{version}.tar.gz
Expand Down Expand Up @@ -66,6 +66,10 @@ fi
%config(noreplace)%{_sysconfdir}/%{name}/%{name}.yml

%changelog
* Tue Jul 06 2021 Tyson Andre <tysonandre775@hotmail.com>
- twemproxy: version 0.5.0 release
- Same as 0.5.0-RC1

* Tue Jul 06 2021 Tyson Andre <tysonandre775@hotmail.com>
- twemproxy: version 0.5.0-RC1 release
- Add 'tcpkeepalive' pool boolean config flag setting to enable tcp keepalive (charsyam, manju)
Expand Down

0 comments on commit 894d783

Please sign in to comment.