This is an automated email from the ASF dual-hosted git repository.
dinglei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-client-cpp.git
The following commit(s) were added to refs/heads/master by this push:
new 51ef3a6 feat(libevent): update libevent to v2.1.11 to avoid get mutex time out.
(#228)
51ef3a6 is described below
commit 51ef3a6a06262670c5ab0e912714a776bd89bd95
Author: dinglei <libya_003@163.com>
AuthorDate: Tue Jan 14 12:41:54 2020 +0800
feat(libevent): update libevent to v2.1.11 to avoid get mutex time out. (#228)
---
build.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.sh b/build.sh
index 77ab32b..6b0407e 100755
--- a/build.sh
+++ b/build.sh
@@ -26,7 +26,7 @@ install_lib_dir="${basepath}/bin"
fname_libevent="libevent*.zip"
fname_jsoncpp="jsoncpp*.zip"
fname_boost="boost*.tar.gz"
-fname_libevent_down="release-2.0.22-stable.zip"
+fname_libevent_down="release-2.1.11-stable.zip"
fname_jsoncpp_down="0.10.6.zip"
fname_boost_down="1.58.0/boost_1_58_0.tar.gz"
|