mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-12 12:41:30 +00:00
start new version 1.1.15
This commit is contained in:
parent
0979d2bd54
commit
338d479604
|
@ -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-02</date>
|
<date>2020-09-10</date>
|
||||||
<time>08:55:43</time>
|
<time>08:55:43</time>
|
||||||
<version>
|
<version>
|
||||||
<release>1.1.14</release>
|
<release>1.1.15</release>
|
||||||
<api>1.1.14</api>
|
<api>1.1.15</api>
|
||||||
</version>
|
</version>
|
||||||
<stability>
|
<stability>
|
||||||
<release>stable</release>
|
<release>stable</release>
|
||||||
|
@ -23,7 +23,12 @@
|
||||||
</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>
|
||||||
Index users with at least read access on the document
|
- 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>
|
</notes>
|
||||||
<contents>
|
<contents>
|
||||||
<dir baseinstalldir="SeedDMS" name="/">
|
<dir baseinstalldir="SeedDMS" name="/">
|
||||||
|
@ -315,5 +320,21 @@ execWithTimeout() reads data from stderr and saves it into error msg
|
||||||
IndexedDocument() remembers cmd and mimetype
|
IndexedDocument() remembers cmd and mimetype
|
||||||
</notes>
|
</notes>
|
||||||
</release>
|
</release>
|
||||||
|
<release>
|
||||||
|
<date>2020-09-02</date>
|
||||||
|
<time>08:55:43</time>
|
||||||
|
<version>
|
||||||
|
<release>1.1.14</release>
|
||||||
|
<api>1.1.14</api>
|
||||||
|
</version>
|
||||||
|
<stability>
|
||||||
|
<release>stable</release>
|
||||||
|
<api>stable</api>
|
||||||
|
</stability>
|
||||||
|
<license uri="http://opensource.org/licenses/gpl-license">GPL License</license>
|
||||||
|
<notes>
|
||||||
|
Index users with at least read access on the document
|
||||||
|
</notes>
|
||||||
|
</release>
|
||||||
</changelog>
|
</changelog>
|
||||||
</package>
|
</package>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user