From 183ea1b09aaba32d914ce4c086818bdab4142a97 Mon Sep 17 00:00:00 2001 From: tianfenghan Date: Wed, 21 Sep 2022 18:05:40 +0800 Subject: [PATCH] Release v4.8.12 --- CMakeLists.txt | 2 +- include/swoole_version.h | 4 ++-- package.xml | 52 +++++++++++++++++++++++++++------------- 3 files changed, 39 insertions(+), 19 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6f9c3173946..57673efd320 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ PROJECT(libswoole) ENABLE_LANGUAGE(ASM) -set(SWOOLE_VERSION 4.8.12-dev) +set(SWOOLE_VERSION 4.8.12) set(CMAKE_CXX_STANDARD 11) set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 -Wall -g") diff --git a/include/swoole_version.h b/include/swoole_version.h index d64cb0333ca..5df98b91152 100644 --- a/include/swoole_version.h +++ b/include/swoole_version.h @@ -21,8 +21,8 @@ #define SWOOLE_MAJOR_VERSION 4 #define SWOOLE_MINOR_VERSION 8 #define SWOOLE_RELEASE_VERSION 12 -#define SWOOLE_EXTRA_VERSION "dev" -#define SWOOLE_VERSION "4.8.12-dev" +#define SWOOLE_EXTRA_VERSION "" +#define SWOOLE_VERSION "4.8.12" #define SWOOLE_VERSION_ID 40812 #define SWOOLE_API_VERSION_ID 0x202109a diff --git a/package.xml b/package.xml index 5ee3cff59f1..e1bd6d0a875 100644 --- a/package.xml +++ b/package.xml @@ -48,10 +48,10 @@ doubaokun@php.net yes - 2022-05-06 - + 2022-09-21 + - 4.8.11 + 4.8.12 4.0 @@ -60,13 +60,13 @@ Apache2.0 - - Supports intel CET - - Fixed #4712 - - Fixed crash issue when pdo persistent connection throws exception - - Added Server::$ssl property - - Added enable-cares option to pecl - - Refactor multipart_parser - - Fixed incorrect error message in Server::close() + - Supports PHP-8.2 + - Enhanced Event::add() support for sockets resources + - Fixed incorrect error message when wrong multipart body is received + - Improved Http\Client::sendfile(), support large files over 4G + - Improved Server::taskWaitMulti(), support coroutine environment + - Fixed incorrect error message when add timer less than 1ms + - Fixed deadlock caused by writing log when disk is full @@ -88,6 +88,8 @@ + + @@ -221,6 +223,7 @@ + @@ -684,6 +687,7 @@ + @@ -945,6 +949,7 @@ + @@ -1165,18 +1170,20 @@ + + + - - - - - - + + + + + @@ -1345,6 +1352,7 @@ + @@ -1406,12 +1414,14 @@ + + @@ -1717,6 +1727,7 @@ + @@ -2003,6 +2014,7 @@ + @@ -2029,6 +2041,14 @@ + + + + + + + +