Pascal Bleser
2011-10-15 09:07:19 +00:00
committed by Git OBS Bridge
parent f03a69fc67
commit e045a652c4
4 changed files with 42 additions and 8 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Sat Oct 15 09:05:58 UTC 2011 - pascal.bleser@opensuse.org
- update to 0.63:
* add normalize_whitespace feature to XML->no_html() method
* add several Unicode whitespace defs to $whitespace regex in XML class
* fix whitespace def to include   (broke HTML::HiLiter)
* add term_min_length option to QueryParser, to ignore terms unless then are
N chars or longer. Useful for skipping single-character words when Snipping
or HiLiting. For backwards compatibility the default is 1
* fix treat_uris_like_phrases regex to add / character in addition to @.\
* remove ';' as sentence boundary character (it was marked as TODO in
search-tools.c) because character entities use it (e.g. &)
* change __func__ macro to use FUNCION__ instead since Perl core implements
that portable macro
-------------------------------------------------------------------
Sun May 29 19:31:17 UTC 2011 - pascal.bleser@opensuse.org