automatic update OBS-URL: https://build.opensuse.org/request/show/602905 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Search-Tools?expand=0&rev=16
108 lines
4.0 KiB
Plaintext
108 lines
4.0 KiB
Plaintext
-------------------------------------------------------------------
|
|
Wed May 2 05:55:29 UTC 2018 - coolo@suse.com
|
|
|
|
- updated to 1.007
|
|
see /usr/share/doc/packages/perl-Search-Tools/Changes
|
|
|
|
1.007 1 May 2018
|
|
- Fix test to reflect latest Perl removes '.' from @INC
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Mar 25 05:53:17 UTC 2018 - coolo@suse.com
|
|
|
|
- updated to 1.006
|
|
see /usr/share/doc/packages/perl-Search-Tools/Changes
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Mar 14 10:25:28 UTC 2016 - coolo@suse.com
|
|
|
|
- updated to 1.004
|
|
see /usr/share/doc/packages/perl-Search-Tools/Changes
|
|
|
|
1.004 11 Marh 2016
|
|
- Carp::cluck() in to_utf8() is the string argument is undefined
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jul 4 08:50:58 UTC 2015 - coolo@suse.com
|
|
|
|
- updated to 1.003
|
|
see /usr/share/doc/packages/perl-Search-Tools/Changes
|
|
|
|
1.003 08 June 2015
|
|
- swapped namespace::autoclean in, namespace::sweep out. See https://rt.cpan.org/Ticket/Display.html?id=104823
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 16 20:04:22 UTC 2015 - coolo@suse.com
|
|
|
|
- updated to 1.002
|
|
see /usr/share/doc/packages/perl-Search-Tools/Changes
|
|
|
|
-------------------------------------------------------------------
|
|
Tue May 01 22:26:10 UTC 2012 - pascal.bleser@opensuse.org
|
|
|
|
- update to 0.72:
|
|
* bolster Tokenizer sentence detection, adding list of abbreviations from
|
|
Linga::EN::Tagger.
|
|
* fix missing 'lang' param for SpellCheck
|
|
* add slurp() method to Search::Tools
|
|
* refactor XML->escape for some performance gain
|
|
* remove long-deprecated Keywords classes
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Dec 08 13:44:57 UTC 2011 - pascal.bleser@opensuse.org
|
|
|
|
- update to 0.66:
|
|
* undo 0.65 change, since HTML entities are case sensitive
|
|
(http://www.w3.org/TR/html4/charset.html#h-5.3.2)
|
|
|
|
-------------------------------------------------------------------
|
|
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
|
|
|
|
-------------------------------------------------------------------
|
|
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)
|
|
|