xapian-core/xapian-core-1.4.18.tar.xz.asc

17 lines
833 B
Plaintext
Raw Normal View History

Accepting request 864450 from home:dirkmueller:branches:server:search - update to 1.4.18: * QueryParser::FLAG_ACCUMULATE: New flag. Previously the unstem and stoplist data was always reset by a call to QueryParser::parse_query(), which makes sense if you use the same QueryParser object to parse a series of independent queries. If you're using the same QueryParser object to parse several fields on the same query form, you may want to have the unstem and stoplist data combined for all of them, in which case you can use this flag to prevent this data from being reset. * QueryParser::unstem_begin(): Eliminate unnecessary copying of the data. * Fix typo in Swedish stopword list, syncing change made to Snowball by Daniel Gómez Villanueva. * Remove some French stop words with other meanings, syncing change made to Snowball by PhilippeOuellet. testsuite: * Run testcase testlock4 using backend chert, not just using glass * Skip testcase testlock4 on platforms that don't allow us to implement Database::locked() (which notably include GNU Hurd and Microsoft Windows). documentation: * List DB_NO_TERMLIST in the WritableDatabase constructor API documentation where we already list the other DB_* constants. portability: * Eliminate single use of std::mem_fun() which was deprecated in C++11 and removed in C++17. Reported by Mateusz Pusz in #806. * Add missing includes for std::numeric_limits<>. Reported by stac47 in #805. * Work around mingw.org header issue. MSVC seems to implicitly include <winerror.h> but mingw.org's headers don't, leading to ERROR_PIPE_CONNECTED not being defined. Fixes https://github.com/xapian/xapian/pull/318, reported by Alex Sandro. * Suppress MSVC warnings about possible loss of data. The values involved are the number of set bits in a value of integer type, so these warnings are OBS-URL: https://build.opensuse.org/request/show/864450 OBS-URL: https://build.opensuse.org/package/show/server:search/xapian-core?expand=0&rev=96
2021-01-20 08:12:45 +00:00
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEECOJAD/f+j+3jrLUoGBR7BzutKwcFAl//ojEACgkQGBR7Bzut
KwfthRAAsYFtLhKjMBOQ3Aps46XN/RXJRMuXWtL1+Bs9fZGup3n/S78VgjxPenxs
gSdXzY5mqmCpjFit/Gg1gibi/SX0YJ3Xm0BDbn40uEYlc2TzWnoH8xuPR+QnW3i7
2Gynh+yMbjEk2SJVbtGGdyl0A/fq/HaSE72dySXYRPi0l7mGb2LhNCy+6Wb6txjb
EPMYSUuqPTweWQFj47BTqjBF60pldcm/izUCYdvwbHWwkC7S4UJHRMM7zR7xhC/s
wBalJ8EbWdpByI2xIlF8s41tx/AKghF7W2PAgkXLYisMElIOIDOtKhCM0s3H2ySm
F1SCoaosmvY4cQZ4MNwE/Q/4sK2GMfXAczRMCrVJCTVXFL1HbyIHVkcEKcbFioOg
JCpq/q5EK8U+nb4yUcZI719auezdenTyC8A8CPWzr/pk4uszm4cMJGhwunaTPMSb
Lvxgz6/SqjtZKSHIDePCPncEmrPbSE1c1eqPu2Mqu3UIyXfH8HA68jYZ7I4jjI+U
Lo3kXRnB6dNw4RB/4rKZE9FSTi6mvUjwKNHYdUP4UrSeIpeNG9QYvJjW2JmLeu1f
+RJ5mKXtMLfyYOPHVWKYaCH0vQT1noE9YMYlpIPLjlKxfX9YUT5ZYPZIaJDZ0pHK
vVXrb/J65vZBmAywZk+TUlAZJ6XSyYM/cR3Yq1s3ahvXdbVNyNY=
=MOrc
-----END PGP SIGNATURE-----