Skip to content

Commit

Permalink
Version 4.8.8
Browse files Browse the repository at this point in the history
  • Loading branch information
matyhtf committed Mar 15, 2022
1 parent a8c5ed3 commit 406964c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 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.8.7)
set(SWOOLE_VERSION 4.8.8)

set(CMAKE_CXX_STANDARD 11)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 -Wall -g")
Expand Down
6 changes: 3 additions & 3 deletions include/swoole_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@

#define SWOOLE_MAJOR_VERSION 4
#define SWOOLE_MINOR_VERSION 8
#define SWOOLE_RELEASE_VERSION 7
#define SWOOLE_RELEASE_VERSION 8
#define SWOOLE_EXTRA_VERSION ""
#define SWOOLE_VERSION "4.8.7"
#define SWOOLE_VERSION_ID 40807
#define SWOOLE_VERSION "4.8.8"
#define SWOOLE_VERSION_ID 40808
#define SWOOLE_API_VERSION_ID 0x202109a

#define SWOOLE_BUG_REPORT \
Expand Down
12 changes: 6 additions & 6 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@
<email>[email protected]</email>
<active>yes</active>
</developer>
<date>2022-02-18</date>
<date>2022-03-15</date>
<time>14:00:00</time>
<version>
<release>4.8.7</release>
<release>4.8.8</release>
<api>4.0</api>
</version>
<stability>
Expand All @@ -63,10 +63,10 @@
</stability>
<license uri="http://www.apache.org/licenses/LICENSE-2.0.html">Apache2.0</license>
<notes>
- Added curl_share supports
- Fixed symbol undefined on arm32 platform
- Fixed clock_gettime() compatibility
- Fixed issue where server sending fails with PROCESS mode when kernel lacks large block of memory
- Reduce SW_IPC_BUFFER_MAX_SIZE to 64k
- Respect SETTINGS_HEADER_TABLE_SIZE http2 setting (#4635)
- Fixed #4639
- Fixed http2 server NPN errors
</notes>
<contents>
<dir name="/">
Expand Down

0 comments on commit 406964c

Please sign in to comment.