diff --git a/xapian-core-1.2.17.tar.xz b/xapian-core-1.2.17.tar.xz deleted file mode 100644 index 621d8cd..0000000 --- a/xapian-core-1.2.17.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e79d45b0f30e62cfe51294a731291b903d9b33fc82ac2b26ab710866002cc6de -size 3165256 diff --git a/xapian-core-1.2.19.tar.xz b/xapian-core-1.2.19.tar.xz new file mode 100644 index 0000000..fce4ab8 --- /dev/null +++ b/xapian-core-1.2.19.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a78260388ff1b042f0ab5d18afdd524a530ae609690d0339990ddc147a54785 +size 3175384 diff --git a/xapian-core.changes b/xapian-core.changes index 37e423e..8dd5434 100644 --- a/xapian-core.changes +++ b/xapian-core.changes @@ -1,3 +1,33 @@ +------------------------------------------------------------------- +Tue Oct 21 12:18:41 UTC 2014 - tittiatcoke@gmail.com + +- Update to 1.2.19 + - API: + * Xapian::BM5Weight: + + Improve BM25 upper bound in the case when our wdf upper + bound > our document length lower bound. + + Pre-multiply termweight by (param_k1 + 1) rather than + doing it for every weighted term in every document considered. + - testsuite: + * Don't report apparent leaks of fds opened on /dev/urandom + - matcher: + * Fix false matches reported for non-exact phrases in some cases. + - build system: + * For Sun's C++ compiler, pass -library=Crun separately since + libtool looks for " -library=stlport4 " (with the spaces). + * Remove .replicatmp (created by the test suite) upon "make clean". + - documentation: + * include/xapian/compactor.h: Fix formatting of doxygen comment. + * HACKING: freecode no longer accepts updates, so drop that item + from the release checklist. + * docs/overview.rst: Add missing database path to example of using + xapian-progsrv in a stub database file. + - portability: + * Suppress unused typedef warnings from debugging logging macros, + which occur in functions which always exit via throwing an + exception when compiling with recent versions of GCC or clang. + * Fix debug logging code to compile with clang. + ------------------------------------------------------------------- Thu Sep 11 16:20:33 UTC 2014 - hrvoje.senjan@gmail.com diff --git a/xapian-core.spec b/xapian-core.spec index 8eb9eb4..f90a6f0 100644 --- a/xapian-core.spec +++ b/xapian-core.spec @@ -17,7 +17,7 @@ Name: xapian-core -Version: 1.2.17 +Version: 1.2.19 Release: 0 Summary: The Xapian Probabilistic Information Retrieval Library License: GPL-2.0