Skip to content

Commit

Permalink
Prepare PECL release 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardok committed Jan 22, 2021
1 parent c597fb4 commit 7bfad2e
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 4 deletions.
21 changes: 18 additions & 3 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
<active>yes</active>
</contributor>
<date>2021-01-21</date>
<time>12:00:00</time>
<time>18:00:00</time>
<version>
<release>1.0.3</release>
<release>1.0.4</release>
<api>0.8.0</api>
</version>
<stability>
Expand All @@ -34,7 +34,7 @@
</stability>
<license uri="http://opensource.org/licenses/BSD-2-Clause">BSD 2-clause</license>
<notes>
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.
</notes>
<contents>
<dir name="/">
Expand Down Expand Up @@ -82,6 +82,21 @@
<providesextension>smbclient</providesextension>
<extsrcrelease/>
<changelog>
<release>
<date>2021-01-21</date>
<version>
<release>1.0.4</release>
<api>0.8.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://opensource.org/licenses/BSD-2-Clause">BSD 2-clause</license>
<notes>
- Check if smbc_setOptionProtocols() is available (it was introduced Sep 4, 2018).
</notes>
</release>
<release>
<date>2021-01-21</date>
<version>
Expand Down
2 changes: 1 addition & 1 deletion php_smbclient.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@

#include <libsmbclient.h>

#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
Expand Down

0 comments on commit 7bfad2e

Please sign in to comment.