Pascal Bleser
2011-12-03 08:09:26 +00:00
committed by Git OBS Bridge
parent bf67b8ab4d
commit e7cc453bb2
4 changed files with 22 additions and 6 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
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