Skip to content

Commit

Permalink
Update version for Swoole 4.4.24 (#4084)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yurunsoft authored Mar 9, 2021
1 parent bb5120a commit ba5d66a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 11 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.23)
SET(SWOOLE_VERSION 4.4.24)
SET(SWOOLE_CLFLAGS pthread rt dl ssl crypt crypto)
set(CMAKE_CXX_STANDARD 11)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 -Wall")
Expand Down
6 changes: 3 additions & 3 deletions include/swoole.h
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,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 23
#define SWOOLE_RELEASE_VERSION 24
#define SWOOLE_EXTRA_VERSION ""
#define SWOOLE_VERSION "4.4.23"
#define SWOOLE_VERSION_ID 40423
#define SWOOLE_VERSION "4.4.24"
#define SWOOLE_VERSION_ID 40424
#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
12 changes: 5 additions & 7 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@
<email>[email protected]</email>
<active>yes</active>
</developer>
<date>2020-12-17</date>
<time>16:00:00</time>
<date>2021-03-09</date>
<time>20:00:00</time>
<version>
<release>4.4.23</release>
<release>4.4.24</release>
<api>4.0</api>
</version>
<stability>
Expand All @@ -56,10 +56,7 @@
<notes>
Fixed
---
* Fixed table bugs
* Fixed sync client error info (#3784)
* Fixed memory overread when parse form-data boundary (#3858)
* Fixed the bug of the channel, the data that has enqueue cannot be popped after the close
* Fix crash when http2 client connects concurrently
</notes>
<contents>
<dir name="/">
Expand Down Expand Up @@ -1000,6 +997,7 @@
<file role="test" name="tests/swoole_global/unset_property_01.phpt" />
<file role="test" name="tests/swoole_global/unset_property_02.phpt" />
<file role="test" name="tests/swoole_global/unset_property_03.phpt" />
<file role="test" name="tests/swoole_http2_client_coro/connect_twice.phpt" />
<file role="test" name="tests/swoole_http2_client_coro/cookies.phpt" />
<file role="test" name="tests/swoole_http2_client_coro/error.phpt" />
<file role="test" name="tests/swoole_http2_client_coro/goaway.phpt" />
Expand Down

0 comments on commit ba5d66a

Please sign in to comment.