diff --git a/CMakeLists.txt b/CMakeLists.txt
index 800c479e5db..3dc0c328a11 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,7 +1,7 @@
PROJECT(libswoole)
ENABLE_LANGUAGE(ASM)
-SET(SWOOLE_VERSION 4.4.1)
+SET(SWOOLE_VERSION 4.4.2)
SET(SWOOLE_CLFLAGS pthread rt dl ssl crypt crypto)
set(CMAKE_CXX_STANDARD 11)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11")
diff --git a/include/swoole.h b/include/swoole.h
index 4694c85f0e4..f7ab870d734 100644
--- a/include/swoole.h
+++ b/include/swoole.h
@@ -107,8 +107,8 @@ int clock_gettime(clock_id_t which_clock, struct timespec *t);
#define SWOOLE_MAJOR_VERSION 4
#define SWOOLE_MINOR_VERSION 4
#define SWOOLE_RELEASE_VERSION 2
-#define SWOOLE_EXTRA_VERSION "alpha"
-#define SWOOLE_VERSION "4.4.2-alpha"
+#define SWOOLE_EXTRA_VERSION ""
+#define SWOOLE_VERSION "4.4.2"
#define SWOOLE_VERSION_ID 40402
#define SWOOLE_BUG_REPORT \
"A bug occurred in Swoole-v" SWOOLE_VERSION ", please report it.\n"\
diff --git a/package.xml b/package.xml
index c4211e7323d..32f84299071 100644
--- a/package.xml
+++ b/package.xml
@@ -42,10 +42,10 @@
shenzhe163@gmail.com
yes
- 2019-07-16
-
+ 2019-07-26
+
- 4.4.1
+ 4.4.2
4.0
@@ -56,20 +56,16 @@
Enhancement
---
- + Support send response with non-zero Content-length without body for HEAD request (#2690) (@matyhtf)
- + Support `Coroutine::getPcid` by a random cid (#2669) (@huanghantao)
+ + Added `idle_worker_num` and `task_idle_worker_num` to `Server::stats` (#2687) (@matyhtf)
+ + PHP7.4 Compatibility (5bf6491) (@twose) (#2707) (@remicollet)
+ + Clear reactor when error occured (61536e7) (@twose)
Fixed
---
- * Fixed `SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER` (#2667) (@twose)
- * Fixed signal listener (#2675) (@matyhtf)
- * Fixed MySQL incompatibility changes (#2674) (@twose)
- * Fixed add event after server start (#2673) (@matyhtf)
- * Fixed `static_handler` can not decode url (#2676) (@twose)
- * Fixed task worker warning (#2689) (@Yurunsoft)
- * Fixed `Http\Request->rawContent` (#2682) (@twose)
- * Fixed invalid read when `Timer::clearAll` (6b0263b) (@matyhtf)
- * Fixed `Coroutine\Http\Client` send failed (432259d) (@twose)
+ * Fixed `Socket->sendto` (7bd8492) (@twose)
+ * Fixed `WaitGroup->wait` timeout type (acf20c3) (@twose)
+ * Fixed #2710 (#2710) (@twose)
+ * Fixed event num of signal in OSX (cf32c35) (@matyhtf)
@@ -608,7 +604,7 @@
-
+
@@ -641,9 +637,9 @@
-
+
-
+
@@ -817,6 +813,8 @@
+
+
@@ -1045,6 +1043,7 @@
+
@@ -1101,6 +1100,7 @@
+
@@ -1437,6 +1437,7 @@
+
@@ -1459,6 +1460,8 @@
+
+
@@ -1484,6 +1487,7 @@
+
@@ -1531,6 +1535,7 @@
+
@@ -1554,6 +1559,7 @@
+