fix formating of notes in preparation of creating CHANGELOG.md

This commit is contained in:
Uwe Steinmann 2023-01-20 17:11:17 +01:00
parent 3426fa1032
commit 284d0707cc
2 changed files with 34 additions and 34 deletions

View File

@ -59,6 +59,7 @@
<phprelease /> <phprelease />
<changelog> <changelog>
<release> <release>
<date>2009-04-27</date>
<version> <version>
<release>0.0.1</release> <release>0.0.1</release>
<api>0.0.1</api> <api>0.0.1</api>
@ -67,7 +68,6 @@
<release>alpha</release> <release>alpha</release>
<api>alpha</api> <api>alpha</api>
</stability> </stability>
<date>2009-04-27</date>
<license uri="http://opensource.org/licenses/bsd-license">BSD License</license> <license uri="http://opensource.org/licenses/bsd-license">BSD License</license>
<notes> <notes>
</notes> </notes>
@ -101,8 +101,8 @@
</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>
use a configurable list of mime type converters, fixed indexing and searching - use a configurable list of mime type converters, fixed indexing and searching
of special chars like german umlaute. of special chars like german umlaute.
</notes> </notes>
</release> </release>
<release> <release>
@ -118,7 +118,7 @@ of special chars like german umlaute.
</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>
catch exception if index is opened but not available - catch exception if index is opened but not available
</notes> </notes>
</release> </release>
<release> <release>
@ -134,7 +134,7 @@ catch exception if index is opened but not available
</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>
parse query term and catch errors before using it - parse query term and catch errors before using it
</notes> </notes>
</release> </release>
<release> <release>
@ -150,8 +150,8 @@ parse query term and catch errors before using it
</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>
explicitly set encoding to utf-8 when adding fields - explicitly set encoding to utf-8 when adding fields
do not check if deleting document from index fails, update it in any case - do not check if deleting document from index fails, update it in any case
</notes> </notes>
</release> </release>
<release> <release>
@ -167,7 +167,7 @@ do not check if deleting document from index fails, update it in any case
</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>
class SeedDMS_Lucene_Search::search returns false if query is invalid instead of an empty result record - class SeedDMS_Lucene_Search::search returns false if query is invalid instead of an empty result record
</notes> </notes>
</release> </release>
<release> <release>
@ -183,8 +183,8 @@ class SeedDMS_Lucene_Search::search returns false if query is invalid instead of
</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>
field for original filename is treated as utf-8 - field for original filename is treated as utf-8
declare SeeDMS_Lucene_Indexer::open() static - declare SeeDMS_Lucene_Indexer::open() static
</notes> </notes>
</release> </release>
<release> <release>
@ -200,7 +200,7 @@ declare SeeDMS_Lucene_Indexer::open() static
</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>
run external commands with a timeout - run external commands with a timeout
</notes> </notes>
</release> </release>
<release> <release>
@ -216,7 +216,7 @@ run external commands with a timeout
</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 command for indexing postѕcript files - add command for indexing postѕcript files
</notes> </notes>
</release> </release>
<release> <release>
@ -232,7 +232,7 @@ add command for indexing postѕcript files
</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>
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> <release>
@ -248,8 +248,8 @@ set last parameter of stream_select() to 200000 micro sec. in case the timeout i
</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() to fullfill strict standards. - pass variables to stream_select() to fullfill strict standards.
make all functions in Indexer.php static - make all functions in Indexer.php static
</notes> </notes>
</release> </release>
<release> <release>
@ -265,7 +265,7 @@ make all functions in Indexer.php static
</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>
catch exception in execWithTimeout() - catch exception in execWithTimeout()
</notes> </notes>
</release> </release>
<release> <release>
@ -281,7 +281,7 @@ catch exception in execWithTimeout()
</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>
allow conversion commands for mimetypes with wildcards - allow conversion commands for mimetypes with wildcards
</notes> </notes>
</release> </release>
<release> <release>
@ -297,7 +297,7 @@ allow conversion commands for mimetypes with wildcards
</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>
execWithTimeout() reads data from stderr and saves it into error msg - execWithTimeout() reads data from stderr and saves it into error msg
</notes> </notes>
</release> </release>
<release> <release>
@ -313,7 +313,7 @@ execWithTimeout() reads data from stderr and saves it into error msg
</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>
IndexedDocument() remembers cmd and mimetype - IndexedDocument() remembers cmd and mimetype
</notes> </notes>
</release> </release>
<release> <release>
@ -329,7 +329,7 @@ IndexedDocument() remembers cmd and mimetype
</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 - Index users with at least read access on the document
</notes> </notes>
</release> </release>
<release> <release>

View File

@ -88,7 +88,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>
initial release - initial release
</notes> </notes>
</release> </release>
<release> <release>
@ -104,7 +104,7 @@ initial release
</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 __get() to SQLiteFTS_Document because class.IndexInfo.php access class variable title which doesn't exists - add __get() to SQLiteFTS_Document because class.IndexInfo.php access class variable title which doesn't exists
</notes> </notes>
</release> </release>
<release> <release>
@ -120,7 +120,7 @@ add __get() to SQLiteFTS_Document because class.IndexInfo.php access class varia
</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>
check if index exists before removing it when creating a new one - check if index exists before removing it when creating a new one
</notes> </notes>
</release> </release>
<release> <release>
@ -136,7 +136,7 @@ check if index exists before removing it when creating a new one
</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 command for indexing postѕcript files - add command for indexing postѕcript files
</notes> </notes>
</release> </release>
<release> <release>
@ -152,7 +152,7 @@ add command for indexing postѕcript files
</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>
make it work with sqlite3 &lt; 3.8.0 - make it work with sqlite3 &lt; 3.8.0
</notes> </notes>
</release> </release>
<release> <release>
@ -168,7 +168,7 @@ make it work with sqlite3 &lt; 3.8.0
</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>
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> <release>
@ -184,7 +184,7 @@ set last parameter of stream_select() to 200000 micro sec. in case the timeout i
</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>
fix calculation of timeout (see bug #269) - fix calculation of timeout (see bug #269)
</notes> </notes>
</release> </release>
<release> <release>
@ -200,7 +200,7 @@ fix calculation of timeout (see bug #269)
</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>
catch exception in execWithTimeout() - catch exception in execWithTimeout()
</notes> </notes>
</release> </release>
<release> <release>
@ -216,7 +216,7 @@ catch exception in execWithTimeout()
</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>
allow conversion commands for mimetypes with wildcards - allow conversion commands for mimetypes with wildcards
</notes> </notes>
</release> </release>
<release> <release>
@ -232,7 +232,7 @@ allow conversion commands for mimetypes with wildcards
</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>
execWithTimeout() reads data from stderr and saves it into error msg - execWithTimeout() reads data from stderr and saves it into error msg
</notes> </notes>
</release> </release>
<release> <release>
@ -248,7 +248,7 @@ execWithTimeout() reads data from stderr and saves it into error msg
</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>
IndexedDocument() remembers cmd and mimetype - IndexedDocument() remembers cmd and mimetype
</notes> </notes>
</release> </release>
<release> <release>
@ -264,7 +264,7 @@ IndexedDocument() remembers cmd and mimetype
</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>
Set 'created' in index to creation date of indexed content (was set to current - Set 'created' in index to creation date of indexed content (was set to current
timestamp) timestamp)
</notes> </notes>
</release> </release>
@ -281,7 +281,7 @@ timestamp)
</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 a document - Index users with at least read access on a document
</notes> </notes>
</release> </release>
<release> <release>
@ -297,7 +297,7 @@ Index users with at least read access on a document
</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 user to list of terms - add user to list of terms
</notes> </notes>
</release> </release>
<release> <release>