Skip to content

Commit 7bfad2e

Browse files
committed
Prepare PECL release 1.0.4
1 parent c597fb4 commit 7bfad2e

File tree

2 files changed

+19
-4
lines changed

2 files changed

+19
-4
lines changed

package.xml

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
<active>yes</active>
2424
</contributor>
2525
<date>2021-01-21</date>
26-
<time>12:00:00</time>
26+
<time>18:00:00</time>
2727
<version>
28-
<release>1.0.3</release>
28+
<release>1.0.4</release>
2929
<api>0.8.0</api>
3030
</version>
3131
<stability>
@@ -34,7 +34,7 @@
3434
</stability>
3535
<license uri="http://opensource.org/licenses/BSD-2-Clause">BSD 2-clause</license>
3636
<notes>
37-
Add client min/max protocol to streams, and make either min/max optional.
37+
Check if smbc_setOptionProtocols is available, as at least one distro might have a libsmbclient that is too old.
3838
</notes>
3939
<contents>
4040
<dir name="/">
@@ -82,6 +82,21 @@
8282
<providesextension>smbclient</providesextension>
8383
<extsrcrelease/>
8484
<changelog>
85+
<release>
86+
<date>2021-01-21</date>
87+
<version>
88+
<release>1.0.4</release>
89+
<api>0.8.0</api>
90+
</version>
91+
<stability>
92+
<release>stable</release>
93+
<api>stable</api>
94+
</stability>
95+
<license uri="http://opensource.org/licenses/BSD-2-Clause">BSD 2-clause</license>
96+
<notes>
97+
- Check if smbc_setOptionProtocols() is available (it was introduced Sep 4, 2018).
98+
</notes>
99+
</release>
85100
<release>
86101
<date>2021-01-21</date>
87102
<version>

php_smbclient.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444
#include <libsmbclient.h>
4545

46-
#define PHP_SMBCLIENT_VERSION "1.0.3"
46+
#define PHP_SMBCLIENT_VERSION "1.0.4"
4747

4848
extern zend_module_entry smbclient_module_entry;
4949
#define phpext_smbclient_ptr &smbclient_module_entry

0 commit comments

Comments
 (0)