14
0
forked from pool/python-Whoosh

Accepting request 298565 from home:Nijel:branches:devel:languages:python

- Update to 2.7.0:
  * Removed on-disk word graph implementation of spell checking in favor of much
    simpler and faster FSA implementation over the term file.
  * Many bug fixes.
  * Removed backwards compatibility with indexes created by versions prior to
    2.5. You may need to re-index if you are using an old index that hasn't been
    updated.
  * This is the last 2.x release before a major overhaul that will break backwards
    compatibility.

OBS-URL: https://build.opensuse.org/request/show/298565
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Whoosh?expand=0&rev=7
This commit is contained in:
Michal Čihař
2015-04-22 11:45:46 +00:00
committed by Git OBS Bridge
parent 8181b7843a
commit 328b430787
4 changed files with 18 additions and 5 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Wed Apr 22 11:33:23 UTC 2015 - mcihar@suse.cz
- Update to 2.7.0:
* Removed on-disk word graph implementation of spell checking in favor of much
simpler and faster FSA implementation over the term file.
* Many bug fixes.
* Removed backwards compatibility with indexes created by versions prior to
2.5. You may need to re-index if you are using an old index that hasn't been
updated.
* This is the last 2.x release before a major overhaul that will break backwards
compatibility.
-------------------------------------------------------------------
Wed Jul 23 10:50:40 UTC 2014 - mcihar@suse.cz