new version 1.0.16

This commit is contained in:
Uwe Steinmann 2020-12-13 09:06:28 +01:00
parent 2842375632
commit 38e0b68767

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>2020-09-10</date> <date>2020-12-12</date>
<time>08:55:43</time> <time>08:55:43</time>
<version> <version>
<release>1.1.15</release> <release>1.1.16</release>
<api>1.1.15</api> <api>1.1.16</api>
</version> </version>
<stability> <stability>
<release>stable</release> <release>stable</release>
@ -23,12 +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>
- add searching for document status - add indexing of folders
- better error handling if opening index fails
- parameters for SeedDMS_Lucene_Search::search() has changed
- SeedDMS_Lucene_Search::search() returns array of hits, count and facets
- pass config array instead of index directory to SeedDMS_Lucene_Indexer::create()
and SeedDMS_Lucene_Indexer::open()
</notes> </notes>
<contents> <contents>
<dir baseinstalldir="SeedDMS" name="/"> <dir baseinstalldir="SeedDMS" name="/">
@ -336,5 +331,26 @@ IndexedDocument() remembers cmd and mimetype
Index users with at least read access on the document Index users with at least read access on the document
</notes> </notes>
</release> </release>
<release>
<date>2020-09-10</date>
<time>08:55:43</time>
<version>
<release>1.1.15</release>
<api>1.1.15</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://opensource.org/licenses/gpl-license">GPL License</license>
<notes>
- add searching for document status
- better error handling if opening index fails
- parameters for SeedDMS_Lucene_Search::search() has changed
- SeedDMS_Lucene_Search::search() returns array of hits, count and facets
- pass config array instead of index directory to SeedDMS_Lucene_Indexer::create()
and SeedDMS_Lucene_Indexer::open()
</notes>
</release>
</changelog> </changelog>
</package> </package>