Skip to content

Commit e48bc45

Browse files
committed
Update version for Swoole 4.4.12
1 parent 7038bdc commit e48bc45

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PROJECT(libswoole)
22

33
ENABLE_LANGUAGE(ASM)
4-
SET(SWOOLE_VERSION 4.4.11)
4+
SET(SWOOLE_VERSION 4.4.12)
55
SET(SWOOLE_CLFLAGS pthread rt dl ssl crypt crypto)
66
set(CMAKE_CXX_STANDARD 11)
77
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11")

include/swoole.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,10 @@ int clock_gettime(clock_id_t which_clock, struct timespec *t);
106106

107107
#define SWOOLE_MAJOR_VERSION 4
108108
#define SWOOLE_MINOR_VERSION 4
109-
#define SWOOLE_RELEASE_VERSION 11
109+
#define SWOOLE_RELEASE_VERSION 12
110110
#define SWOOLE_EXTRA_VERSION ""
111-
#define SWOOLE_VERSION "4.4.11"
112-
#define SWOOLE_VERSION_ID 40411
111+
#define SWOOLE_VERSION "4.4.12"
112+
#define SWOOLE_VERSION_ID 40412
113113
#define SWOOLE_BUG_REPORT \
114114
"A bug occurred in Swoole-v" SWOOLE_VERSION ", please report it.\n"\
115115
"The Swoole developers probably don't know about it,\n"\

package.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@
4343
<active>yes</active>
4444
</developer>
4545
<date>2019-11-04</date>
46-
<time>18:00:00</time>
46+
<time>21:00:00</time>
4747
<version>
48-
<release>4.4.11</release>
48+
<release>4.4.12</release>
4949
<api>4.0</api>
5050
</version>
5151
<stability>
@@ -77,6 +77,8 @@
7777

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

0 commit comments

Comments
 (0)