mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-11-30 02:47:56 +08:00
release 3.4.1-42 version for some improvement
This commit is contained in:
parent
7b4033f749
commit
7db86b1bc3
@ -24,7 +24,7 @@
|
||||
|
||||
#include "init.h"
|
||||
|
||||
static char *version = "3.4.1-41 20190102";
|
||||
static char *version = "3.4.1-42 20190114";
|
||||
|
||||
const char *acl_version(void)
|
||||
{
|
||||
|
@ -1,4 +1,4 @@
|
||||
%define release_id 41
|
||||
%define release_id 42
|
||||
|
||||
Summary: The powerful c/c++ library and server framework
|
||||
Name: acl-libs
|
||||
@ -133,6 +133,10 @@ fi
|
||||
|
||||
%changelog
|
||||
|
||||
* Mon Jan 14 2019 zhengshuxin@qiyi.com 3.4.1-42-20190114.14
|
||||
- http_request::check_range: compatible some situation for the returned range value
|
||||
- fiber/tcp_keeper: more improvement
|
||||
|
||||
* Wed Jan 02 2019 zhengshuxin@qiyi.com 3.4.1-41-20190102.11
|
||||
- fiber_tbox.hpp/tbox.hpp/mbox.hpp: set free_obj's default value to true
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user