Skip to content

Commit

Permalink
v4.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
doubaokun authored Dec 21, 2022
1 parent 30598aa commit b4a458b
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 12 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 4.12.1

. Bug fixed: PDO pool client for Postgres
. Compatible with PHP 8.2.0 (PHP-8.2.0)

# 4.12.0

. New server option: `enable_server_token`, disable by default
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PROJECT(libopenswoole)

ENABLE_LANGUAGE(ASM)
set(SWOOLE_VERSION 4.12.0)
set(SWOOLE_VERSION 4.12.1)

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 @@ -14,10 +14,10 @@

#define SWOOLE_MAJOR_VERSION 4
#define SWOOLE_MINOR_VERSION 12
#define SWOOLE_RELEASE_VERSION 0
#define SWOOLE_RELEASE_VERSION 1
#define SWOOLE_EXTRA_VERSION ""
#define SWOOLE_VERSION "4.12.0"
#define SWOOLE_VERSION_ID 41200
#define SWOOLE_VERSION "4.12.1"
#define SWOOLE_VERSION_ID 41201
#define SWOOLE_API_VERSION_ID 0x202012a

#define SWOOLE_BUG_REPORT \
Expand Down
13 changes: 5 additions & 8 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
<email>[email protected]</email>
<active>yes</active>
</lead>
<date>2022-10-03</date>
<time>01:00:00</time>
<date>2022-12-21</date>
<time>13:00:00</time>
<version>
<release>4.12.0</release>
<release>4.12.1</release>
<api>4.0</api>
</version>
<stability>
Expand All @@ -24,11 +24,8 @@
</stability>
<license uri="http://www.apache.org/licenses/LICENSE-2.0.html">Apache 2.0</license>
<notes>
. New server option: `enable_server_token`, disable by default
. Compatible with PHP 8.2 latest changes (PHP-8.2-RC3)
. Fix: ignore user set encoding if it is not supported
. Fix: Remove illegal http header
. Fix convert double sec to long microseconds in hooked usleep by @shandyDev
. Bug fixed: PDO pool client for Postgres
. Compatible with PHP 8.2.0 (PHP-8.2.0)
</notes>
<contents>
<dir name="/">
Expand Down

0 comments on commit b4a458b

Please sign in to comment.