forked from pool/php-smbclient
29 lines
1.1 KiB
Plaintext
29 lines
1.1 KiB
Plaintext
|
-------------------------------------------------------------------
|
||
|
Fri Jan 11 13:41:36 UTC 2019 - Cristian Rodríguez <crodriguez@owncloud.com>
|
||
|
|
||
|
- Upgrade to version 1.0.0 (boo#1123503)
|
||
|
* stream optimization: reuse previous connections (Remi)
|
||
|
- 0001-fix-incorrect-deallocation-of-zend_string.patch: zend_strings
|
||
|
are to be zend_string_release()'ed not efree()'ed.
|
||
|
|
||
|
-------------------------------------------------------------------
|
||
|
Thu Dec 20 16:48:09 UTC 2018 - jweberhofer@weberhofer.at
|
||
|
|
||
|
- Added php7-smbclient-fix_for_PHP_7.3.patch to allow building with PHP 7.3
|
||
|
as discussed in gh#eduardok/libsmbclient-php#60
|
||
|
|
||
|
-------------------------------------------------------------------
|
||
|
Mon Jul 23 09:50:15 UTC 2018 - idonmez@suse.com
|
||
|
|
||
|
- Cleanup with spec-cleaner
|
||
|
|
||
|
-------------------------------------------------------------------
|
||
|
Tue Mar 27 23:55:54 UTC 2018 - crrodriguez@opensuse.org
|
||
|
|
||
|
- Build module with -fvisibility=hidden
|
||
|
|
||
|
-------------------------------------------------------------------
|
||
|
Mon Nov 20 15:15:07 UTC 2017 - crrodriguez@opensuse.org
|
||
|
|
||
|
- Initial version for php 7
|