From ef0d3d197cdb4429c13b383cbb83ab79518e8c66 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 15 Apr 2019 13:06:34 +0200 Subject: v4.3.2 --- PHPINFO | 4 +- REFLECTION | 396 +++++++++++++++++++++++++++++++++++++++++--------- php-pecl-swoole4.spec | 7 +- 3 files changed, 339 insertions(+), 68 deletions(-) diff --git a/PHPINFO b/PHPINFO index be8766d..0dc59ec 100644 --- a/PHPINFO +++ b/PHPINFO @@ -3,8 +3,8 @@ swoole Swoole => enabled Author => Swoole Team -Version => 4.3.1 -Built => Mar 13 2019 08:30:50 +Version => 4.3.2 +Built => Apr 15 2019 12:54:19 coroutine => enabled trace_log => enabled epoll => enabled diff --git a/REFLECTION b/REFLECTION index c72e6ca..6c2fff5 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #153 swoole version 4.3.1 ] { +Extension [ extension #155 swoole version 4.3.2 ] { - INI { Entry [ swoole.enable_coroutine ] @@ -15,12 +15,12 @@ Extension [ extension #153 swoole version 4.3.1 ] { } } - - Constants [256] { - Constant [ string SWOOLE_VERSION ] { 4.3.1 } - Constant [ integer SWOOLE_VERSION_ID ] { 40301 } + - Constants [287] { + Constant [ string SWOOLE_VERSION ] { 4.3.2 } + Constant [ integer SWOOLE_VERSION_ID ] { 40302 } Constant [ integer SWOOLE_MAJOR_VERSION ] { 4 } Constant [ integer SWOOLE_MINOR_VERSION ] { 3 } - Constant [ integer SWOOLE_RELEASE_VERSION ] { 1 } + Constant [ integer SWOOLE_RELEASE_VERSION ] { 2 } Constant [ string SWOOLE_EXTRA_VERSION ] { } Constant [ boolean SWOOLE_DEBUG ] { } Constant [ integer SWOOLE_BASE ] { 1 } @@ -76,6 +76,7 @@ Extension [ extension #153 swoole version 4.3.1 ] { Constant [ integer SWOOLE_ERROR_NAME_TOO_LONG ] { 504 } Constant [ integer SWOOLE_ERROR_INVALID_PARAMS ] { 505 } Constant [ integer SWOOLE_ERROR_QUEUE_FULL ] { 506 } + Constant [ integer SWOOLE_ERROR_OPERATION_NOT_SUPPORT ] { 507 } Constant [ integer SWOOLE_ERROR_FILE_NOT_EXIST ] { 700 } Constant [ integer SWOOLE_ERROR_FILE_TOO_LARGE ] { 701 } Constant [ integer SWOOLE_ERROR_FILE_EMPTY ] { 702 } @@ -129,6 +130,7 @@ Extension [ extension #153 swoole version 4.3.1 ] { Constant [ integer SWOOLE_ERROR_SERVER_ONLY_START_ONE ] { 9008 } Constant [ integer SWOOLE_ERROR_SERVER_SEND_IN_MASTER ] { 9009 } Constant [ integer SWOOLE_ERROR_SERVER_INVALID_REQUEST ] { 9010 } + Constant [ integer SWOOLE_ERROR_SERVER_CONNECT_FAIL ] { 9011 } Constant [ integer SWOOLE_ERROR_SERVER_WORKER_EXIT_TIMEOUT ] { 9012 } Constant [ integer SWOOLE_ERROR_CO_OUT_OF_COROUTINE ] { 10001 } Constant [ integer SWOOLE_ERROR_CO_HAS_BEEN_BOUND ] { 10002 } @@ -156,7 +158,6 @@ Extension [ extension #153 swoole version 4.3.1 ] { Constant [ integer SWOOLE_TRACE_LENGTH_PROTOCOL ] { 4096 } Constant [ integer SWOOLE_TRACE_CLOSE ] { 8192 } Constant [ integer SWOOLE_TRACE_HTTP_CLIENT ] { 16384 } - Constant [ integer SWOOLE_TRACE_COROUTINE ] { 16777216 } Constant [ integer SWOOLE_TRACE_REDIS_CLIENT ] { 65536 } Constant [ integer SWOOLE_TRACE_MYSQL_CLIENT ] { 131072 } Constant [ integer SWOOLE_TRACE_AIO ] { 262144 } @@ -165,6 +166,8 @@ Extension [ extension #153 swoole version 4.3.1 ] { Constant [ integer SWOOLE_TRACE_CHANNEL ] { 2097152 } Constant [ integer SWOOLE_TRACE_TIMER ] { 4194304 } Constant [ integer SWOOLE_TRACE_SOCKET ] { 8388608 } + Constant [ integer SWOOLE_TRACE_COROUTINE ] { 16777216 } + Constant [ integer SWOOLE_TRACE_CONTEXT ] { 33554432 } Constant [ integer SWOOLE_TRACE_ALL ] { 4294967295 } Constant [ integer SWOOLE_LOG_DEBUG ] { 0 } Constant [ integer SWOOLE_LOG_TRACE ] { 1 } @@ -172,9 +175,13 @@ Extension [ extension #153 swoole version 4.3.1 ] { Constant [ integer SWOOLE_LOG_NOTICE ] { 3 } Constant [ integer SWOOLE_LOG_WARNING ] { 4 } Constant [ integer SWOOLE_LOG_ERROR ] { 5 } + Constant [ integer SWOOLE_LOG_NONE ] { 6 } Constant [ integer SWOOLE_IPC_NONE ] { 0 } Constant [ integer SWOOLE_IPC_UNIXSOCK ] { 1 } Constant [ integer SWOOLE_IPC_SOCKET ] { 3 } + Constant [ integer SWOOLE_DISPATCH_RESULT_DISCARD_PACKET ] { -1 } + Constant [ integer SWOOLE_DISPATCH_RESULT_CLOSE_CONNECTION ] { -2 } + Constant [ integer SWOOLE_DISPATCH_RESULT_USERFUNC_FALLBACK ] { -3 } Constant [ integer SWOOLE_REDIS_MODE_MULTI ] { 0 } Constant [ integer SWOOLE_REDIS_MODE_PIPELINE ] { 1 } Constant [ integer SWOOLE_REDIS_TYPE_NOT_FOUND ] { 0 } @@ -203,23 +210,47 @@ Extension [ extension #153 swoole version 4.3.1 ] { Constant [ integer SWOOLE_CORO_WAITING ] { 1 } Constant [ integer SWOOLE_CORO_RUNNING ] { 2 } Constant [ integer SWOOLE_CORO_END ] { 3 } + Constant [ integer SWOOLE_CORO_SCHEDULER_TICK ] { 1 } Constant [ integer SWOOLE_EXIT_IN_COROUTINE ] { 2 } Constant [ integer SWOOLE_EXIT_IN_SERVER ] { 4 } - Constant [ integer SWOOLE_HOOK_FILE ] { 2 } - Constant [ integer SWOOLE_HOOK_SLEEP ] { 4 } - Constant [ integer SWOOLE_HOOK_TCP ] { 8 } - Constant [ integer SWOOLE_HOOK_UDP ] { 16 } - Constant [ integer SWOOLE_HOOK_UNIX ] { 32 } - Constant [ integer SWOOLE_HOOK_UDG ] { 64 } - Constant [ integer SWOOLE_HOOK_SSL ] { 128 } - Constant [ integer SWOOLE_HOOK_TLS ] { 256 } - Constant [ integer SWOOLE_HOOK_BLOCKING_FUNCTION ] { 512 } + Constant [ integer SWOOLE_HOOK_TCP ] { 2 } + Constant [ integer SWOOLE_HOOK_UDP ] { 4 } + Constant [ integer SWOOLE_HOOK_UNIX ] { 8 } + Constant [ integer SWOOLE_HOOK_UDG ] { 16 } + Constant [ integer SWOOLE_HOOK_SSL ] { 32 } + Constant [ integer SWOOLE_HOOK_TLS ] { 64 } + Constant [ integer SWOOLE_HOOK_STREAM_SELECT ] { 128 } + Constant [ integer SWOOLE_HOOK_FILE ] { 256 } + Constant [ integer SWOOLE_HOOK_SLEEP ] { 512 } + Constant [ integer SWOOLE_HOOK_BLOCKING_FUNCTION ] { 1073741824 } Constant [ integer SWOOLE_HOOK_ALL ] { 2147483647 } Constant [ integer SWOOLE_FILELOCK ] { 2 } Constant [ integer SWOOLE_MUTEX ] { 3 } Constant [ integer SWOOLE_SEM ] { 4 } Constant [ integer SWOOLE_RWLOCK ] { 1 } Constant [ integer SWOOLE_SPINLOCK ] { 5 } + Constant [ integer SWOOLE_WEBSOCKET_STATUS_CONNECTION ] { 1 } + Constant [ integer SWOOLE_WEBSOCKET_STATUS_HANDSHAKE ] { 2 } + Constant [ integer SWOOLE_WEBSOCKET_STATUS_ACTIVE ] { 3 } + Constant [ integer SWOOLE_WEBSOCKET_STATUS_CLOSING ] { 4 } + Constant [ integer SWOOLE_WEBSOCKET_OPCODE_CONTINUATION ] { 0 } + Constant [ integer SWOOLE_WEBSOCKET_OPCODE_TEXT ] { 1 } + Constant [ integer SWOOLE_WEBSOCKET_OPCODE_BINARY ] { 2 } + Constant [ integer SWOOLE_WEBSOCKET_OPCODE_CLOSE ] { 8 } + Constant [ integer SWOOLE_WEBSOCKET_OPCODE_PING ] { 9 } + Constant [ integer SWOOLE_WEBSOCKET_OPCODE_PONG ] { 10 } + Constant [ integer SWOOLE_WEBSOCKET_CLOSE_NORMAL ] { 1000 } + Constant [ integer SWOOLE_WEBSOCKET_CLOSE_GOING_AWAY ] { 1001 } + Constant [ integer SWOOLE_WEBSOCKET_CLOSE_PROTOCOL_ERROR ] { 1002 } + Constant [ integer SWOOLE_WEBSOCKET_CLOSE_DATA_ERROR ] { 1003 } + Constant [ integer SWOOLE_WEBSOCKET_CLOSE_STATUS_ERROR ] { 1005 } + Constant [ integer SWOOLE_WEBSOCKET_CLOSE_ABNORMAL ] { 1006 } + Constant [ integer SWOOLE_WEBSOCKET_CLOSE_MESSAGE_ERROR ] { 1007 } + Constant [ integer SWOOLE_WEBSOCKET_CLOSE_POLICY_ERROR ] { 1008 } + Constant [ integer SWOOLE_WEBSOCKET_CLOSE_MESSAGE_TOO_BIG ] { 1009 } + Constant [ integer SWOOLE_WEBSOCKET_CLOSE_EXTENSION_MISSING ] { 1010 } + Constant [ integer SWOOLE_WEBSOCKET_CLOSE_SERVER_ERROR ] { 1011 } + Constant [ integer SWOOLE_WEBSOCKET_CLOSE_TLS ] { 1015 } Constant [ integer WEBSOCKET_STATUS_CONNECTION ] { 1 } Constant [ integer WEBSOCKET_STATUS_HANDSHAKE ] { 2 } Constant [ integer WEBSOCKET_STATUS_FRAME ] { 3 } @@ -500,7 +531,7 @@ Extension [ extension #153 swoole version 4.3.1 ] { } } - - Classes [43] { + - Classes [44] { Class [ class Swoole\Timer ] { - Constants [0] { @@ -558,7 +589,7 @@ Extension [ extension #153 swoole version 4.3.1 ] { - Static properties [0] { } - - Static methods [8] { + - Static methods [10] { Method [ static public method add ] { - Parameters [4] { @@ -620,6 +651,20 @@ Extension [ extension #153 swoole version 4.3.1 ] { Parameter #1 [ $before ] } } + + Method [ static public method dispatch ] { + + - Parameters [0] { + } + } + + Method [ static public method isset ] { + + - Parameters [2] { + Parameter #0 [ $fd ] + Parameter #1 [ $events ] + } + } } - Properties [0] { @@ -698,17 +743,17 @@ Extension [ extension #153 swoole version 4.3.1 ] { } - Properties [23] { - Property [ private $on_start ] - Property [ private $on_shutdown ] - Property [ private $on_workerstart ] - Property [ private $on_workerstop ] - Property [ private $on_workerexit ] - Property [ private $on_workererror ] - Property [ private $on_task ] - Property [ private $on_finish ] - Property [ private $on_managerstart ] - Property [ private $on_managerstop ] - Property [ private $on_pipemessage ] + Property [ private $onStart ] + Property [ private $onShutdown ] + Property [ private $onWorkerStart ] + Property [ private $onWorkerStop ] + Property [ private $onWorkerExit ] + Property [ private $onWorkerError ] + Property [ private $onTask ] + Property [ private $onFinish ] + Property [ private $onManagerStart ] + Property [ private $onManagerStop ] + Property [ private $onPipeMessage ] Property [ public $setting ] Property [ public $connections ] Property [ public $host ] @@ -1090,7 +1135,19 @@ Extension [ extension #153 swoole version 4.3.1 ] { - Properties [0] { } - - Methods [11] { + - Methods [12] { + Method [ public method __construct ] { + + - Parameters [0] { + } + } + + Method [ public method __destruct ] { + + - Parameters [0] { + } + } + Method [ public method rewind ] { - Parameters [0] { @@ -1127,12 +1184,6 @@ Extension [ extension #153 swoole version 4.3.1 ] { } } - Method [ public method __destruct ] { - - - Parameters [0] { - } - } - Method [ public method offsetExists ] { - Parameters [1] { @@ -1184,8 +1235,8 @@ Extension [ extension #153 swoole version 4.3.1 ] { Property [ private $onBufferEmpty ] Property [ private $onRequest ] Property [ private $onHandShake ] - Property [ private $onMessage ] Property [ private $onOpen ] + Property [ private $onMessage ] Property [ public $host ] Property [ public $port ] Property [ public $type ] @@ -1194,7 +1245,7 @@ Extension [ extension #153 swoole version 4.3.1 ] { Property [ public $connections ] } - - Methods [5] { + - Methods [6] { Method [ private method __construct ] { - Parameters [0] { @@ -1222,6 +1273,13 @@ Extension [ extension #153 swoole version 4.3.1 ] { } } + Method [ public method getCallback ] { + + - Parameters [1] { + Parameter #0 [ $event_name ] + } + } + Method [ public method getSocket ] { - Parameters [0] { @@ -1446,7 +1504,7 @@ Extension [ extension #153 swoole version 4.3.1 ] { Property [ public $errMsg ] } - - Methods [16] { + - Methods [18] { Method [ public method __construct ] { - Parameters [3] { @@ -1536,6 +1594,23 @@ Extension [ extension #153 swoole version 4.3.1 ] { } } + Method [ public method getOption ] { + + - Parameters [2] { + Parameter #0 [ $level ] + Parameter #1 [ $opt_name ] + } + } + + Method [ public method setOption ] { + + - Parameters [3] { + Parameter #0 [ $level ] + Parameter #1 [ $opt_name ] + Parameter #2 [ $opt_value ] + } + } + Method [ public method shutdown ] { - Parameters [1] { @@ -3687,8 +3762,9 @@ Extension [ extension #153 swoole version 4.3.1 ] { Method [ static public method exec ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ $command ] + Parameter #1 [ $get_error_stream ] } } @@ -3866,9 +3942,11 @@ Extension [ extension #153 swoole version 4.3.1 ] { } } - Class [ class Swoole\Coroutine\Iterator implements Iterator, Traversable, Countable ] { + Class [ class Swoole\Coroutine\Iterator extends ArrayIterator implements Countable, Serializable, SeekableIterator, ArrayAccess, Traversable, Iterator ] { - - Constants [0] { + - Constants [2] { + Constant [ public integer STD_PROP_LIST ] { 1 } + Constant [ public integer ARRAY_AS_PROPS ] { 2 } } - Static properties [0] { @@ -3880,48 +3958,163 @@ Extension [ extension #153 swoole version 4.3.1 ] { - Properties [0] { } - - Methods [7] { - Method [ public method rewind ] { + - Methods [24] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ $array ] + Parameter #1 [ $ar_flags ] + } + } + + Method [ public method offsetExists ] { + + - Parameters [1] { + Parameter #0 [ $index ] + } + } + + Method [ public method offsetGet ] { + + - Parameters [1] { + Parameter #0 [ $index ] + } + } + + Method [ public method offsetSet ] { + + - Parameters [2] { + Parameter #0 [ $index ] + Parameter #1 [ $newval ] + } + } + + Method [ public method offsetUnset ] { + + - Parameters [1] { + Parameter #0 [ $index ] + } + } + + Method [ public method append ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + } + + Method [ public method getArrayCopy ] { - Parameters [0] { } } - Method [ public method next ] { + Method [ public method count ] { - Parameters [0] { } } - Method [ public method current ] { + Method [ public method getFlags ] { - Parameters [0] { } } - Method [ public method key ] { + Method [ public method setFlags ] { + + - Parameters [1] { + Parameter #0 [ $flags ] + } + } + + Method [ public method asort ] { - Parameters [0] { } } - Method [ public method valid ] { + Method [ public method ksort ] { - Parameters [0] { } } - Method [ public method count ] { + Method [ public method uasort ] { + + - Parameters [1] { + Parameter #0 [ $cmp_function ] + } + } + + Method [ public method uksort ] { + + - Parameters [1] { + Parameter #0 [ $cmp_function ] + } + } + + Method [ public method natsort ] { - Parameters [0] { } } - Method [ public method __destruct ] { + Method [ public method natcasesort ] { + + - Parameters [0] { + } + } + + Method [ public method unserialize ] { + + - Parameters [1] { + Parameter #0 [ $serialized ] + } + } + + Method [ public method serialize ] { + + - Parameters [0] { + } + } + + Method [ public method rewind ] { + + - Parameters [0] { + } + } + + Method [ public method current ] { + + - Parameters [0] { + } + } + + Method [ public method key ] { + + - Parameters [0] { + } + } + + Method [ public method next ] { + + - Parameters [0] { + } + } + + Method [ public method valid ] { - Parameters [0] { } } + + Method [ public method seek ] { + + - Parameters [1] { + Parameter #0 [ $position ] + } + } } } @@ -4233,10 +4426,11 @@ Extension [ extension #153 swoole version 4.3.1 ] { - Methods [17] { Method [ public method __construct ] { - - Parameters [3] { + - Parameters [4] { Parameter #0 [ callable $callback ] Parameter #1 [ $redirect_stdin_and_stdout ] Parameter #2 [ $pipe_type ] + Parameter #3 [ $enable_coroutine ] } } @@ -4362,10 +4556,11 @@ Extension [ extension #153 swoole version 4.3.1 ] { - Static methods [0] { } - - Properties [0] { + - Properties [1] { + Property [ public $master_pid ] } - - Methods [7] { + - Methods [8] { Method [ public method __construct ] { - Parameters [3] { @@ -4416,6 +4611,12 @@ Extension [ extension #153 swoole version 4.3.1 ] { - Parameters [0] { } } + + Method [ public method shutdown ] { + + - Parameters [0] { + } + } } } @@ -4903,6 +5104,7 @@ Extension [ extension #153 swoole version 4.3.1 ] { } - Properties [14] { + Property [ public $setting ] Property [ public $connections ] Property [ public $host ] Property [ public $port ] @@ -4914,9 +5116,8 @@ Extension [ extension #153 swoole version 4.3.1 ] { Property [ public $worker_id ] Property [ public $taskworker ] Property [ public $worker_pid ] - Property [ public $onRequest ] - Property [ public $onHandshake ] - Property [ public $setting ] + Property [ private $onRequest ] + Property [ private $onHandshake ] } - Methods [42] { @@ -5428,7 +5629,9 @@ Extension [ extension #153 swoole version 4.3.1 ] { - Static methods [0] { } - - Properties [0] { + - Properties [2] { + Property [ public $capacity ] + Property [ public $length ] } - Methods [10] { @@ -5456,7 +5659,7 @@ Extension [ extension #153 swoole version 4.3.1 ] { - Parameters [3] { Parameter #0 [ $offset ] Parameter #1 [ $length ] - Parameter #2 [ $seek ] + Parameter #2 [ $remove ] } } @@ -5531,7 +5734,8 @@ Extension [ extension #153 swoole version 4.3.1 ] { } } - - Properties [14] { + - Properties [12] { + Property [ public $setting ] Property [ public $connections ] Property [ public $host ] Property [ public $port ] @@ -5543,9 +5747,6 @@ Extension [ extension #153 swoole version 4.3.1 ] { Property [ public $worker_id ] Property [ public $taskworker ] Property [ public $worker_pid ] - Property [ public $onRequest ] - Property [ public $onHandshake ] - Property [ public $setting ] } - Methods [45] { @@ -5969,7 +6170,10 @@ Extension [ extension #153 swoole version 4.3.1 ] { } } - - Properties [3] { + - Properties [6] { + Property [ public $fd ] + Property [ public $data ] + Property [ public $finish ] Property [ public $opcode ] Property [ public $code ] Property [ public $reason ] @@ -6077,7 +6281,7 @@ Extension [ extension #153 swoole version 4.3.1 ] { Property [ public $port ] } - - Methods [11] { + - Methods [12] { Method [ public method __construct ] { - Parameters [3] { @@ -6151,6 +6355,12 @@ Extension [ extension #153 swoole version 4.3.1 ] { } } + Method [ public method ping ] { + + - Parameters [0] { + } + } + Method [ public method close ] { - Parameters [0] { @@ -6159,6 +6369,63 @@ Extension [ extension #153 swoole version 4.3.1 ] { } } + Class [ class Swoole\Coroutine\Http2\Client\Exception extends Swoole\Exception implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + } + + - Methods [10] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + Method [ public method __wakeup ] { + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + Class [ class Swoole\Http2\Request ] { - Constants [0] { @@ -6170,14 +6437,13 @@ Extension [ extension #153 swoole version 4.3.1 ] { - Static methods [0] { } - - Properties [7] { + - Properties [6] { Property [ public $path ] Property [ public $method ] Property [ public $headers ] Property [ public $cookies ] Property [ public $data ] Property [ public $pipeline ] - Property [ public $files ] } - Methods [0] { diff --git a/php-pecl-swoole4.spec b/php-pecl-swoole4.spec index 55b81d1..8e84760 100644 --- a/php-pecl-swoole4.spec +++ b/php-pecl-swoole4.spec @@ -35,7 +35,7 @@ Summary: PHP's asynchronous concurrent distributed networking framework Name: %{?sub_prefix}php-pecl-%{pecl_name}4 -Version: 4.3.1 +Version: 4.3.2 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} # Extension is ASL 2.0 # Hiredis is BSD @@ -161,6 +161,7 @@ mv %{pecl_name}-%{version} NTS # Don't install/register tests, install examples as doc sed \ -e '/Makefile/s/role="doc"/role="src"/' \ + -e '/samples/s/role="doc"/role="src"/' \ %{?_licensedir: -e '/LICENSE/s/role="doc"/role="src"/' } \ %{?_licensedir: -e '/COPYING/s/role="doc"/role="src"/' } \ -i package.xml @@ -212,6 +213,7 @@ peclbuild() { --enable-coroutine-postgresql \ %endif --enable-mysqlnd \ + --enable-scheduler-tick \ --with-libdir=%{_lib} \ --with-php-config=$1 @@ -335,6 +337,9 @@ cd ../ZTS %changelog +* Mon Apr 15 2019 Remi Collet - 4.3.2-1 +- update to 4.3.2 + * Wed Mar 13 2019 Remi Collet - 4.3.1-1 - update to 4.3.1 -- cgit