Skip to content

Commit b4a458b

Browse files
authored
v4.12.1
1 parent 30598aa commit b4a458b

File tree

4 files changed

+14
-12
lines changed

4 files changed

+14
-12
lines changed

CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 4.12.1
2+
3+
. Bug fixed: PDO pool client for Postgres
4+
. Compatible with PHP 8.2.0 (PHP-8.2.0)
5+
16
# 4.12.0
27

38
. New server option: `enable_server_token`, disable by default

CMakeLists.txt

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

33
ENABLE_LANGUAGE(ASM)
4-
set(SWOOLE_VERSION 4.12.0)
4+
set(SWOOLE_VERSION 4.12.1)
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
@@ -14,10 +14,10 @@
1414

1515
#define SWOOLE_MAJOR_VERSION 4
1616
#define SWOOLE_MINOR_VERSION 12
17-
#define SWOOLE_RELEASE_VERSION 0
17+
#define SWOOLE_RELEASE_VERSION 1
1818
#define SWOOLE_EXTRA_VERSION ""
19-
#define SWOOLE_VERSION "4.12.0"
20-
#define SWOOLE_VERSION_ID 41200
19+
#define SWOOLE_VERSION "4.12.1"
20+
#define SWOOLE_VERSION_ID 41201
2121
#define SWOOLE_API_VERSION_ID 0x202012a
2222

2323
#define SWOOLE_BUG_REPORT \

package.xml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
<email>[email protected]</email>
1313
<active>yes</active>
1414
</lead>
15-
<date>2022-10-03</date>
16-
<time>01:00:00</time>
15+
<date>2022-12-21</date>
16+
<time>13:00:00</time>
1717
<version>
18-
<release>4.12.0</release>
18+
<release>4.12.1</release>
1919
<api>4.0</api>
2020
</version>
2121
<stability>
@@ -24,11 +24,8 @@
2424
</stability>
2525
<license uri="http://www.apache.org/licenses/LICENSE-2.0.html">Apache 2.0</license>
2626
<notes>
27-
. New server option: `enable_server_token`, disable by default
28-
. Compatible with PHP 8.2 latest changes (PHP-8.2-RC3)
29-
. Fix: ignore user set encoding if it is not supported
30-
. Fix: Remove illegal http header
31-
. Fix convert double sec to long microseconds in hooked usleep by @shandyDev
27+
. Bug fixed: PDO pool client for Postgres
28+
. Compatible with PHP 8.2.0 (PHP-8.2.0)
3229
</notes>
3330
<contents>
3431
<dir name="/">

0 commit comments

Comments
 (0)