Skip to content

Commit f902612

Browse files
committed
Prepare release 1.1.2
1 parent 8950208 commit f902612

File tree

2 files changed

+20
-5
lines changed

2 files changed

+20
-5
lines changed

package.xml

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
<email>remi@php.net</email>
2323
<active>yes</active>
2424
</contributor>
25-
<date>2023-04-17</date>
26-
<time>12:00:00</time>
25+
<date>2024-11-26</date>
26+
<time>12:45:00</time>
2727
<version>
28-
<release>1.1.1</release>
28+
<release>1.1.2</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-
Workaround for regression in libsmbclient 4.16.9 and 4.17.5.
37+
Build fixes.
3838
</notes>
3939
<contents>
4040
<dir name="/">
@@ -85,6 +85,21 @@
8585
<providesextension>smbclient</providesextension>
8686
<extsrcrelease/>
8787
<changelog>
88+
<release>
89+
<date>2024-11-25</date>
90+
<version>
91+
<release>1.1.2</release>
92+
<api>0.8.0</api>
93+
</version>
94+
<stability>
95+
<release>stable</release>
96+
<api>stable</api>
97+
</stability>
98+
<license uri="http://opensource.org/licenses/BSD-2-Clause">BSD 2-clause</license>
99+
<notes>
100+
- Build fixes.
101+
</notes>
102+
</release>
88103
<release>
89104
<date>2023-04-17</date>
90105
<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.1.1"
46+
#define PHP_SMBCLIENT_VERSION "1.1.2"
4747

4848
extern zend_module_entry smbclient_module_entry;
4949
#define phpext_smbclient_ptr &smbclient_module_entry

0 commit comments

Comments
 (0)