Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## v6.1.1.0
## v6.1.2.0

### 新增

Expand All @@ -13,7 +13,7 @@
2. github macos amd64 构建环境由 `macos-13` 升级为 `macos-15-intel`
3. github macos arm64 构建环境由 `macos-14` 升级为 `macos-15`
4. 扩展 `swoole` 版本由 `v5.1.x`
升级为 `v6.1.1`,[swoole v6.1.1 info](https://github.com/swoole/swoole-src/releases/tag/v6.1.0)
升级为 `v6.1.2`,[swoole v6.1.2 info](https://github.com/swoole/swoole-src/releases/tag/v6.1.2)
5. 扩展 `redis` 版本由 `5.3.7` 升级为 `6.2.0`
6. 扩展 `imagick` 版本由 `3.6.0` 升级为 `3.8.0`
7. `openssl` 库版本由 `v3.1.4` 升级为 `v3.6.0` ( openssl 3.5 支持了 quic 协议堆栈)
Expand Down
8 changes: 4 additions & 4 deletions docs/tags.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
| item | value |
|----------------|------------|
| branch | main |
| tag | v6.1.1.0 |
| swoole version | v6.1.1 |
| tag | v6.1.2.0 |
| swoole version | v6.1.2 |
| php version | 8.4.14 |
| release date | 2025-11-10 |
| release date | 2025-11-12 |
| status | ok |

1. [change info](https://github.com/swoole/swoole-cli/blob/ChangeLog-v6.1.1/docs/ChangeLog.md#v6110)
1. [Code Change Info](https://github.com/swoole/swoole-cli/compare/v6.0.2.0...v6.1.1.0)
1. [Code Change Info](https://github.com/swoole/swoole-cli/compare/v6.0.2.0...v6.1.2.0)
1. [faq](https://github.com/swoole/swoole-cli/blob/ChangeLog-v6.1.1/docs/FAQ.md)

# [v6.1.0.0-rc1](https://github.com/swoole/swoole-cli/releases/tag/v6.1.0.0-rc1)
Expand Down
2 changes: 1 addition & 1 deletion sapi/SWOOLE-VERSION.conf
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v6.1.1
master
Loading