add notes for latest version

This commit is contained in:
Uwe Steinmann 2023-01-03 14:04:08 +01:00
parent 05d7c709ab
commit 75638089e6
2 changed files with 22 additions and 5 deletions

View File

@ -11,11 +11,11 @@
<email>uwe@steinmann.cx</email> <email>uwe@steinmann.cx</email>
<active>yes</active> <active>yes</active>
</lead> </lead>
<date>2021-05-10</date> <date>2023-01-03</date>
<time>08:55:43</time> <time>08:55:43</time>
<version> <version>
<release>1.1.17</release> <release>1.1.18</release>
<api>1.1.17</api> <api>1.1.18</api>
</version> </version>
<stability> <stability>
<release>stable</release> <release>stable</release>
@ -23,7 +23,7 @@
</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>
- close pipes in execWithTimeout(), also return exit code of command - IndexedDocument() accepts a callable for conversion to text
</notes> </notes>
<contents> <contents>
<dir baseinstalldir="SeedDMS" name="/"> <dir baseinstalldir="SeedDMS" name="/">
@ -368,5 +368,21 @@ Index users with at least read access on the document
- add indexing of folders - add indexing of folders
</notes> </notes>
</release> </release>
<release>
<date>2021-05-10</date>
<time>08:55:43</time>
<version>
<release>1.1.17</release>
<api>1.1.17</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://opensource.org/licenses/gpl-license">GPL License</license>
<notes>
- close pipes in execWithTimeout(), also return exit code of command
</notes>
</release>
</changelog> </changelog>
</package> </package>

View File

@ -11,7 +11,7 @@
<email>uwe@steinmann.cx</email> <email>uwe@steinmann.cx</email>
<active>yes</active> <active>yes</active>
</lead> </lead>
<date>2022-12-09</date> <date>2023-01-03</date>
<time>08:57:44</time> <time>08:57:44</time>
<version> <version>
<release>1.0.18</release> <release>1.0.18</release>
@ -25,6 +25,7 @@
<notes> <notes>
- add optional parameter $order to SeedDMS_SQLiteFTS_Indexer::find() - add optional parameter $order to SeedDMS_SQLiteFTS_Indexer::find()
- add optional parameters $query and $col to SeedDMS_SQLiteFTS_Indexer::terms() - add optional parameters $query and $col to SeedDMS_SQLiteFTS_Indexer::terms()
- IndexedDocument() accepts a callable for conversion to text
</notes> </notes>
<contents> <contents>
<dir baseinstalldir="SeedDMS" name="/"> <dir baseinstalldir="SeedDMS" name="/">