Skip to content

Commit

Permalink
Update version for Swoole 4.4.12
Browse files Browse the repository at this point in the history
  • Loading branch information
twose committed Nov 4, 2019
1 parent 7038bdc commit e48bc45
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PROJECT(libswoole)

ENABLE_LANGUAGE(ASM)
SET(SWOOLE_VERSION 4.4.11)
SET(SWOOLE_VERSION 4.4.12)
SET(SWOOLE_CLFLAGS pthread rt dl ssl crypt crypto)
set(CMAKE_CXX_STANDARD 11)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11")
Expand Down
6 changes: 3 additions & 3 deletions include/swoole.h
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,10 @@ int clock_gettime(clock_id_t which_clock, struct timespec *t);

#define SWOOLE_MAJOR_VERSION 4
#define SWOOLE_MINOR_VERSION 4
#define SWOOLE_RELEASE_VERSION 11
#define SWOOLE_RELEASE_VERSION 12
#define SWOOLE_EXTRA_VERSION ""
#define SWOOLE_VERSION "4.4.11"
#define SWOOLE_VERSION_ID 40411
#define SWOOLE_VERSION "4.4.12"
#define SWOOLE_VERSION_ID 40412
#define SWOOLE_BUG_REPORT \
"A bug occurred in Swoole-v" SWOOLE_VERSION ", please report it.\n"\
"The Swoole developers probably don't know about it,\n"\
Expand Down
6 changes: 4 additions & 2 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@
<active>yes</active>
</developer>
<date>2019-11-04</date>
<time>18:00:00</time>
<time>21:00:00</time>
<version>
<release>4.4.11</release>
<release>4.4.12</release>
<api>4.0</api>
</version>
<stability>
Expand Down Expand Up @@ -77,6 +77,8 @@

Fixed
---
* Fixed AIO task num overflow (7038bdc1) (@twose)
* Fixed gdbinit, support get backtrace info of current stack (bd033e56) (@twose)
* Fixed Websocket Compression (ca818657) (@matyhtf)
* Fixed compilation failure caused BrotliDecoder (#2925) (@twose)
* Fixed memory error caused by compressing big data (#2928) (@twose)
Expand Down

0 comments on commit e48bc45

Please sign in to comment.