-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update version for Swoole 4.4.24 (#4084)
- Loading branch information
Showing
3 changed files
with
9 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,10 +42,10 @@ | |
<email>[email protected]</email> | ||
<active>yes</active> | ||
</developer> | ||
<date>2020-12-17</date> | ||
<time>16:00:00</time> | ||
<date>2021-03-09</date> | ||
<time>20:00:00</time> | ||
<version> | ||
<release>4.4.23</release> | ||
<release>4.4.24</release> | ||
<api>4.0</api> | ||
</version> | ||
<stability> | ||
|
@@ -56,10 +56,7 @@ | |
<notes> | ||
Fixed | ||
--- | ||
* Fixed table bugs | ||
* Fixed sync client error info (#3784) | ||
* Fixed memory overread when parse form-data boundary (#3858) | ||
* Fixed the bug of the channel, the data that has enqueue cannot be popped after the close | ||
* Fix crash when http2 client connects concurrently | ||
</notes> | ||
<contents> | ||
<dir name="/"> | ||
|
@@ -1000,6 +997,7 @@ | |
<file role="test" name="tests/swoole_global/unset_property_01.phpt" /> | ||
<file role="test" name="tests/swoole_global/unset_property_02.phpt" /> | ||
<file role="test" name="tests/swoole_global/unset_property_03.phpt" /> | ||
<file role="test" name="tests/swoole_http2_client_coro/connect_twice.phpt" /> | ||
<file role="test" name="tests/swoole_http2_client_coro/cookies.phpt" /> | ||
<file role="test" name="tests/swoole_http2_client_coro/error.phpt" /> | ||
<file role="test" name="tests/swoole_http2_client_coro/goaway.phpt" /> | ||
|