Skip to content

Commit

Permalink
v4.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
doubaokun committed Nov 29, 2021
1 parent 4cf2ae4 commit 04a31ec
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 18 deletions.
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.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")
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions include/swoole_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
19 changes: 5 additions & 14 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
<email>[email protected]</email>
<active>yes</active>
</developer>
<date>2021-11-28</date>
<time>17:00:00</time>
<date>2021-11-29</date>
<time>20:00:00</time>
<version>
<release>4.8.0</release>
<release>4.8.1</release>
<api>4.0</api>
</version>
<stability>
Expand All @@ -36,17 +36,8 @@
</stability>
<license uri="http://www.apache.org/licenses/LICENSE-2.0.html">Apache 2.0</license>
<notes>
- 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
</notes>
<contents>
<dir name="/">
Expand Down

0 comments on commit 04a31ec

Please sign in to comment.