Skip to content

Commit 406964c

Browse files
committed
Version 4.8.8
1 parent a8c5ed3 commit 406964c

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
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.8.7)
4+
set(SWOOLE_VERSION 4.8.8)
55

66
set(CMAKE_CXX_STANDARD 11)
77
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 -Wall -g")

include/swoole_version.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020

2121
#define SWOOLE_MAJOR_VERSION 4
2222
#define SWOOLE_MINOR_VERSION 8
23-
#define SWOOLE_RELEASE_VERSION 7
23+
#define SWOOLE_RELEASE_VERSION 8
2424
#define SWOOLE_EXTRA_VERSION ""
25-
#define SWOOLE_VERSION "4.8.7"
26-
#define SWOOLE_VERSION_ID 40807
25+
#define SWOOLE_VERSION "4.8.8"
26+
#define SWOOLE_VERSION_ID 40808
2727
#define SWOOLE_API_VERSION_ID 0x202109a
2828

2929
#define SWOOLE_BUG_REPORT \

package.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@
5151
<email>[email protected]</email>
5252
<active>yes</active>
5353
</developer>
54-
<date>2022-02-18</date>
54+
<date>2022-03-15</date>
5555
<time>14:00:00</time>
5656
<version>
57-
<release>4.8.7</release>
57+
<release>4.8.8</release>
5858
<api>4.0</api>
5959
</version>
6060
<stability>
@@ -63,10 +63,10 @@
6363
</stability>
6464
<license uri="http://www.apache.org/licenses/LICENSE-2.0.html">Apache2.0</license>
6565
<notes>
66-
- Added curl_share supports
67-
- Fixed symbol undefined on arm32 platform
68-
- Fixed clock_gettime() compatibility
69-
- Fixed issue where server sending fails with PROCESS mode when kernel lacks large block of memory
66+
- Reduce SW_IPC_BUFFER_MAX_SIZE to 64k
67+
- Respect SETTINGS_HEADER_TABLE_SIZE http2 setting (#4635)
68+
- Fixed #4639
69+
- Fixed http2 server NPN errors
7070
</notes>
7171
<contents>
7272
<dir name="/">

0 commit comments

Comments
 (0)