Files
perl-Search-Tools/perl-Search-Tools.changes

34 lines
1.4 KiB
Plaintext

-------------------------------------------------------------------
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
- update to 0.58:
* fix unescaped string in regex in HiLiter
-------------------------------------------------------------------
Thu Feb 24 15:33:40 UTC 2011 - pascal.bleser@opensuse.org
- update to 0.57:
* extend bug-fix from 0.56 to prevent false matches on match markers
-------------------------------------------------------------------
Sat Feb 19 14:38:54 CET 2011 - pascal.bleser@opensuse.org
- initial version (0.56)