From 04a31ec35e14656aa8f249bfa438b3c9132befb2 Mon Sep 17 00:00:00 2001 From: Bruce Dou Date: Mon, 29 Nov 2021 11:20:49 +0000 Subject: [PATCH] v4.8.1 --- CMakeLists.txt | 2 +- README.md | 2 +- include/swoole_version.h | 4 ++-- package.xml | 19 +++++-------------- 4 files changed, 9 insertions(+), 18 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 875a96fcc..4fb62e7d6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ PROJECT(libopenswoole) ENABLE_LANGUAGE(ASM) -set(SWOOLE_VERSION 4.8.1-dev) +set(SWOOLE_VERSION 4.8.1) set(CMAKE_CXX_STANDARD 11) set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 -Wall -g") diff --git a/README.md b/README.md index f24e8b086..f12731853 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Please download the source packages from [Releases](https://github.com/openswool ```shell git clone https://github.com/openswoole/swoole-src.git && \ cd swoole-src -git checkout v4.8.0 +git checkout v4.8.1 ``` Compile and install at the source folder: diff --git a/include/swoole_version.h b/include/swoole_version.h index 50c2435b7..564c1fd8b 100644 --- a/include/swoole_version.h +++ b/include/swoole_version.h @@ -15,8 +15,8 @@ #define SWOOLE_MAJOR_VERSION 4 #define SWOOLE_MINOR_VERSION 8 #define SWOOLE_RELEASE_VERSION 1 -#define SWOOLE_EXTRA_VERSION "dev" -#define SWOOLE_VERSION "4.8.1-dev" +#define SWOOLE_EXTRA_VERSION "" +#define SWOOLE_VERSION "4.8.1" #define SWOOLE_VERSION_ID 40801 #define SWOOLE_API_VERSION_ID 0x202012a diff --git a/package.xml b/package.xml index 7f4db998e..c48cb443c 100644 --- a/package.xml +++ b/package.xml @@ -24,10 +24,10 @@ lufei@php.net yes - 2021-11-28 - + 2021-11-29 + - 4.8.0 + 4.8.1 4.0 @@ -36,17 +36,8 @@ Apache 2.0 - - Official PHP 8.1 stable support 🎉 - - Native support for Postgres coroutine client, enable --with-postgres[=DIR] - - New HTTP server option: max_request_execution_time - - Support strict type hinting and fix the type of arguments, return value - - Bug fixed: data loss bug in Swoole table - - Bug fixed: compile issues when enabling OpenSSL on macOS - - Throw \Swoole\Exception when Swoole table is too small to avoid data loss - - Deprecation warning added: Swoole\Coroutine\Server - - Deprecation warning added: Swoole\Coroutine\Barrier - - Deprecation warning added: Swoole\Coroutine\Http\Server - - Deprecation warning added: SWOOLE_HOOK_CURL, use SWOOLE_HOOK_NATIVE_CURL + - Fix build with postgresql 9 on RHEL + - Fix data type bugs