From 7bfad2e747c42b3e75f8cd51634213dcd4dbbd6b Mon Sep 17 00:00:00 2001 From: Eduardo Kienetz Date: Thu, 21 Jan 2021 19:19:58 -0500 Subject: [PATCH] Prepare PECL release 1.0.4 --- package.xml | 21 ++++++++++++++++++--- php_smbclient.h | 2 +- 2 files changed, 19 insertions(+), 4 deletions(-) diff --git a/package.xml b/package.xml index bbfc08e..1f903ac 100644 --- a/package.xml +++ b/package.xml @@ -23,9 +23,9 @@ yes 2021-01-21 - + - 1.0.3 + 1.0.4 0.8.0 @@ -34,7 +34,7 @@ BSD 2-clause - Add client min/max protocol to streams, and make either min/max optional. + Check if smbc_setOptionProtocols is available, as at least one distro might have a libsmbclient that is too old. @@ -82,6 +82,21 @@ smbclient + + 2021-01-21 + + 1.0.4 + 0.8.0 + + + stable + stable + + BSD 2-clause + + - Check if smbc_setOptionProtocols() is available (it was introduced Sep 4, 2018). + + 2021-01-21 diff --git a/php_smbclient.h b/php_smbclient.h index 8c72c24..23a5f1f 100644 --- a/php_smbclient.h +++ b/php_smbclient.h @@ -43,7 +43,7 @@ #include -#define PHP_SMBCLIENT_VERSION "1.0.3" +#define PHP_SMBCLIENT_VERSION "1.0.4" extern zend_module_entry smbclient_module_entry; #define phpext_smbclient_ptr &smbclient_module_entry