mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-15 06:01:19 +00:00
new version 1.1.9
This commit is contained in:
parent
b2186874e6
commit
8ee518e69b
|
@ -11,11 +11,11 @@
|
||||||
<email>uwe@steinmann.cx</email>
|
<email>uwe@steinmann.cx</email>
|
||||||
<active>yes</active>
|
<active>yes</active>
|
||||||
</lead>
|
</lead>
|
||||||
<date>2016-04-05</date>
|
<date>2016-04-26</date>
|
||||||
<time>15:17:11</time>
|
<time>15:17:11</time>
|
||||||
<version>
|
<version>
|
||||||
<release>1.1.8</release>
|
<release>1.1.9</release>
|
||||||
<api>1.1.8</api>
|
<api>1.1.9</api>
|
||||||
</version>
|
</version>
|
||||||
<stability>
|
<stability>
|
||||||
<release>stable</release>
|
<release>stable</release>
|
||||||
|
@ -23,7 +23,9 @@
|
||||||
</stability>
|
</stability>
|
||||||
<license uri="http://opensource.org/licenses/gpl-license">GPL License</license>
|
<license uri="http://opensource.org/licenses/gpl-license">GPL License</license>
|
||||||
<notes>
|
<notes>
|
||||||
pass variables to stream_select (required by php7)
|
add more documentation
|
||||||
|
finished deletePreview()
|
||||||
|
add new method deleteDocumentPreviews()
|
||||||
</notes>
|
</notes>
|
||||||
<contents>
|
<contents>
|
||||||
<dir baseinstalldir="SeedDMS" name="/">
|
<dir baseinstalldir="SeedDMS" name="/">
|
||||||
|
@ -196,5 +198,21 @@ check if object passed to createPreview(), hasPreview() is not null
|
||||||
set last parameter of stream_select() to 200000 micro sec. in case the timeout in sec. is set to 0
|
set last parameter of stream_select() to 200000 micro sec. in case the timeout in sec. is set to 0
|
||||||
</notes>
|
</notes>
|
||||||
</release>
|
</release>
|
||||||
|
<release>
|
||||||
|
<date>2016-04-05</date>
|
||||||
|
<time>15:17:11</time>
|
||||||
|
<version>
|
||||||
|
<release>1.1.8</release>
|
||||||
|
<api>1.1.8</api>
|
||||||
|
</version>
|
||||||
|
<stability>
|
||||||
|
<release>stable</release>
|
||||||
|
<api>stable</api>
|
||||||
|
</stability>
|
||||||
|
<license uri="http://opensource.org/licenses/gpl-license">GPL License</license>
|
||||||
|
<notes>
|
||||||
|
pass variables to stream_select (required by php7)
|
||||||
|
</notes>
|
||||||
|
</release>
|
||||||
</changelog>
|
</changelog>
|
||||||
</package>
|
</package>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user