2011-12-03 08:09:26 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Dec 03 08:13:23 UTC 2011 - pascal.bleser@opensuse.org
|
|
|
|
|
|
|
|
- update to 0.65:
|
|
|
|
* lowercase named entity matches
|
|
|
|
|
|
|
|
- changes from 0.64:
|
|
|
|
* optimizations to regex matching in Query->matches and HiLiter
|
|
|
|
* according to Unicode spect \xfeff (BOM) is deprecated as whitespace
|
|
|
|
character in favor of \x2060; HTML whitespace definition changed
|
|
|
|
accordingly
|
|
|
|
* fix edge case in HiLiter where match on single letter could cause infinite
|
|
|
|
loop
|
|
|
|
* add Query->fields method to see the fields searched for
|
|
|
|
* fix XML->unescape_named to support entities with \d in them, and
|
|
|
|
case-insensitive RT#72904
|
|
|
|
|
2011-10-15 09:07:19 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|
|
|
|
|
2011-05-29 19:34:20 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun May 29 19:31:17 UTC 2011 - pascal.bleser@opensuse.org
|
|
|
|
|
|
|
|
- update to 0.58:
|
|
|
|
* fix unescaped string in regex in HiLiter
|
|
|
|
|
2011-02-24 20:29:53 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|
|
|
|
|
2011-02-19 14:45:15 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Feb 19 14:38:54 CET 2011 - pascal.bleser@opensuse.org
|
|
|
|
|
|
|
|
- initial version (0.56)
|
|
|
|
|