SHA256
1
0
forked from pool/xapian-core
xapian-core/xapian-core.changes

119 lines
4.5 KiB
Plaintext
Raw Normal View History

-------------------------------------------------------------------
Thu May 30 17:36:39 UTC 2013 - tittiatcoke@gmail.com
- Update to version 1.2.15
* See http://svn.xapian.org/*checkout*/tags/1.2.15/xapian-core/NEWS
-------------------------------------------------------------------
Fri Dec 21 10:22:07 UTC 2012 - mlin@suse.com
- Update to version 1.2.12
* 1.2.11 had its library version information incorrectly set.
This resulted in the shared library having an incorrect SONAME.
This release has been made to fix this problem.
* Fix issue with running AND, OR and XOR queries against a
database with no documents in it - this was leading to a divide
by zero, which led to MSet::get_matches_estimated() reporting
2147483648 on i386.
* Don't count unweighted subqueries of MultiAndPostList in
percentage calculations, as OP_FILTER maps to MultiAndPostList
now. (ticket#590)
* When compacting, if the output database is empty, don't write
out a metainfo tag. Take care not to divide by zero when
computing the percentage size change for a table.
(brass and chert backend)
* Add new QueryParser::STEM_ALL_Z stemming strategy, which
stems all terms and adds a Z prefix.
* Add TermGenerator::set_stemming_strategy() method, with
strategies which correspond to those of QueryParser.
* Correct "BM25Weight" to "TradWeight" in exception message
from TradWeight.
* We were failing to call init() for user-defined Weight objects
providing the term-independent weight. These now get called
with init(0.0).
* Xapian::Auto::open_stub() now throws a Xapian::DatabaseOpeningError
exception if the stub file can't be opened. Previously we
failed to check for this condition, which resulted in us
treating the file as empty.
* See http://svn.xapian.org/*checkout*/tags/1.2.12/xapian-core/NEWS
* http://svn.xapian.org/*checkout*/tags/1.2.11/xapian-core/NEWS
* http://svn.xapian.org/*checkout*/tags/1.2.10/xapian-core/NEWS
* http://svn.xapian.org/*checkout*/tags/1.2.9/xapian-core/NEWS
-------------------------------------------------------------------
Thu Dec 29 11:31:53 CET 2011 - dmueller@suse.de
- update to 1.2.8:
* Add support to TermGenerator and QueryParser for indexing and searching CJK
text using n-grams. Currently this is only enabled when the environmental
variable XAPIAN_CJK_NGRAM is set to a non-empty value.
* overview.html,quickstart.html: Fix several factual errors.
* Improve documentation comments for several methods.
* Add documentation for function parameters which didn't have it.
-------------------------------------------------------------------
Mon Nov 28 19:46:42 UTC 2011 - coolo@suse.com
- avoid packaging files twice
-------------------------------------------------------------------
Tue Sep 13 09:29:48 UTC 2011 - prusnak@opensuse.org
- updated to 1.2.7
-------------------------------------------------------------------
Tue May 3 17:55:49 UTC 2011 - tittiatcoke@gmail.com
- Update to xapian-core-1.2.5
* See http://svn.xapian.org/*checkout*/tags/1.2.5/xapian-core/NEWS
-----------------------------------------------------------------
Sat May 16 19:26:33 CET 2009 - tittiatcoke@gmail.com
- Updated to xapian-core-1.0.12
+ See http://svn.xapian.org/*checkout*/tags/1.0.12/xapian-core/NEWS
-------------------------------------------------------------------
Wed Mar 18 13:34:33 CET 2009 - tittiatcoke@gmail.com
- Updated to xapian-core-1.0.11
-------------------------------------------------------------------
Mon Nov 19 23:41:33 CET 2007 - mrueckert@suse.de
- added xapian-core-1.0.4_gcc43.patch:
add missing includes for gcc 4.3
-------------------------------------------------------------------
Mon Nov 19 22:00:09 CET 2007 - mrueckert@suse.de
- update to 1.0.4
-------------------------------------------------------------------
Sun Jun 24 11:41:40 CEST 2007 - mrueckert@suse.de
- update to 1.0.1
-------------------------------------------------------------------
Sun Apr 1 21:15:32 CEST 2007 - mrueckert@suse.de
- update to 0.9.10
-------------------------------------------------------------------
Sat Nov 11 05:10:49 CET 2006 - mrueckert@suse.de
- update to 0.9.9:
many smaller changes
-------------------------------------------------------------------
Sat Nov 4 12:08:31 CET 2006 - mrueckert@suse.de
- do not package .deps and .libs in the examples dir
-------------------------------------------------------------------
Sat Nov 4 11:41:25 CET 2006 - mrueckert@suse.de
- update to 0.9.8:
many small fixes