-
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.6.7 (#4210)
- Loading branch information
1 parent
39d2f4e
commit 1ec3202
Showing
5 changed files
with
33 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
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 |
---|---|---|
|
@@ -48,10 +48,10 @@ | |
<email>[email protected]</email> | ||
<active>yes</active> | ||
</developer> | ||
<date>2021-04-22</date> | ||
<time>17:00:00</time> | ||
<date>2021-05-14</date> | ||
<time>16:00:00</time> | ||
<version> | ||
<release>4.6.6</release> | ||
<release>4.6.7</release> | ||
<api>4.0</api> | ||
</version> | ||
<stability> | ||
|
@@ -62,14 +62,23 @@ | |
<notes> | ||
Enhancement | ||
--- | ||
* Sent SIGTERM to the manager process on FreeBSD when master process is dead (#4150) (@devnexen) | ||
* Supported static compilation with PHP (#4153) (@matyhtf) | ||
* Supported SNI for File Wrapper over HTTP proxy (#4158) (@matyhtf) | ||
* Supported call Process::signal() in Manager process and Worker process (#4190) (@matyhtf) | ||
|
||
Fixed | ||
--- | ||
* Fixed sync-client async connect bugs (#4152) (@matyhtf) | ||
* Fixed native curl multi mem leak (swoole/swoole-src@91bf243) (@matyhtf) | ||
* Fixed signal cannot be registered repeatedly (#4170) (@matyhtf) | ||
* Fixed build on OpenBSD/NetBSD (#4188) (#4194) (@devnexen) | ||
* Fixed Lost onclose event (#4204) (@matyhtf) | ||
* Fixed native curl with Symfony HttpClient (#4208) (@matyhtf) | ||
* Fixed Http\Response::end() always return true (swoole/swoole-src@66fcc35) (@matyhtf) | ||
* Fixed PDOException generated by PDOStatementProxy (swoole/library#104) (@twose) | ||
|
||
Kernel | ||
--- | ||
* Refactored worker buffer, add msg id for the event data (#4163) (@matyhtf) | ||
* Changed the log level of "Request Entity Too Large" to warning (#4175) (@sy-records) | ||
* Deleted inet_ntoa and inet_aton calls (#4199) (@remicollet) | ||
* Adjusted output_buffer_size value to UINT_MAX (swoole/swoole-src@46ab345) (@matyhtf) | ||
</notes> | ||
<contents> | ||
<dir name="/"> | ||
|
@@ -137,6 +146,7 @@ | |
<file role="src" name="core-tests/src/os/async.cpp" /> | ||
<file role="src" name="core-tests/src/os/msg_queue.cpp" /> | ||
<file role="src" name="core-tests/src/os/pipe.cpp" /> | ||
<file role="src" name="core-tests/src/os/process_pool.cpp" /> | ||
<file role="src" name="core-tests/src/os/signal.cpp" /> | ||
<file role="src" name="core-tests/src/os/timer.cpp" /> | ||
<file role="src" name="core-tests/src/os/wait.cpp" /> | ||
|
@@ -1101,6 +1111,7 @@ | |
<file role="test" name="tests/swoole_curl/setopt/nobody.phpt" /> | ||
<file role="test" name="tests/swoole_curl/sleep.phpt" /> | ||
<file role="test" name="tests/swoole_curl/ssl/version.phpt" /> | ||
<file role="test" name="tests/swoole_curl/symfony.phpt" /> | ||
<file role="test" name="tests/swoole_curl/template" /> | ||
<file role="test" name="tests/swoole_curl/timer_coredump.phpt" /> | ||
<file role="test" name="tests/swoole_curl/upload/1.phpt" /> | ||
|
@@ -1285,6 +1296,7 @@ | |
<file role="test" name="tests/swoole_http_server/dispatch_mode_7.phpt" /> | ||
<file role="test" name="tests/swoole_http_server/duplicate_header.phpt" /> | ||
<file role="test" name="tests/swoole_http_server/enable_coroutine.phpt" /> | ||
<file role="test" name="tests/swoole_http_server/error_1203.phpt" /> | ||
<file role="test" name="tests/swoole_http_server/error_413.phpt" /> | ||
<file role="test" name="tests/swoole_http_server/form_data_with_charset.phpt" /> | ||
<file role="test" name="tests/swoole_http_server/head_method.phpt" /> | ||
|
@@ -1445,6 +1457,9 @@ | |
<file role="test" name="tests/swoole_process/process_push.phpt" /> | ||
<file role="test" name="tests/swoole_process/process_select.phpt" /> | ||
<file role="test" name="tests/swoole_process/signal.phpt" /> | ||
<file role="test" name="tests/swoole_process/signal_in_manager.phpt" /> | ||
<file role="test" name="tests/swoole_process/signal_in_task_worker.phpt" /> | ||
<file role="test" name="tests/swoole_process/signal_twice.phpt" /> | ||
<file role="test" name="tests/swoole_process/swoole_process_close.phpt" /> | ||
<file role="test" name="tests/swoole_process/swoole_process_ctor.phpt" /> | ||
<file role="test" name="tests/swoole_process/swoole_process_deamon.phpt" /> | ||
|
@@ -1634,6 +1649,7 @@ | |
<file role="test" name="tests/swoole_server/bug_aio.phpt" /> | ||
<file role="test" name="tests/swoole_server/check_callback.phpt" /> | ||
<file role="test" name="tests/swoole_server/check_chunk_total_size.phpt" /> | ||
<file role="test" name="tests/swoole_server/client_close_in_writable_event.phpt" /> | ||
<file role="test" name="tests/swoole_server/close_force.phpt" /> | ||
<file role="test" name="tests/swoole_server/close_in_connect_callback.phpt" /> | ||
<file role="test" name="tests/swoole_server/close_in_master.phpt" /> | ||
|
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