Changelog for
python-xapian-1.2.15-19.33.x86_64.rpm :
Thu May 30 14:00:00 2013 tittiatcokeAATTgmail.com
- Update to version 1.2.15
* http://svn.xapian.org/
*checkout
*/tags/1.2.15/xapian-bindings/NEWS
Tue Dec 25 13:00:00 2012 mlinAATTsuse.com
- Added patch (replaced-swig-zend-error-noreturn-flag.patch) that
is replacing the -DSWIG_ZEND_ERROR_NORETURN=zend_error_noreturn
flag to workaround a PHP bug on some platforms/architectures by
compiling with -DSWIG_ZEND_ERROR_NORETURN=zend_error, for example
no-return-in-nonvoid-function issue
Fri Dec 21 13:00:00 2012 mlinAATTsuse.com
- Update to version 1.2.12
* No changes since 1.2.11 except to bump the version - this release
was made to fix an incorrect library version information update
in xapian-core 1.2.11.
Perl:
* In generated C++ code, pass 0 instead of NULL for non-pointer
parameter to av_fetch() (spotted due to GCC 4.7 warning).
PHP:
* Fix \"make check\" to work for PHP when building from a release
tarball with srcdir != builddir.
* Work around \"undefined symbol: zend_error_noreturn\" error.
CSharp:
* Use -keyfile and -keycontainer options to the C# compiler,
because it warns us to do this instead of setting them in
AssemblyInfo.cs.
* Use diff\'s -c option when comparing the files SWIG generated
against those we were expecting to get as the output should be
easier to understand.
* Sort both the lists of expected and of found SWIG-generated
sources with Perl, to avoid problems with locale-specific sort
orders.
Java-SWIG:
* Remove now superfluous old check that SWIG generated at least the
sources we want - we now check it generated
*exactly
* the sources
we want.
* Use diff\'s -c option when comparing the files SWIG generated against
those we were expecting to get as the output should be easier to
understand.
* Sort both the lists of expected and of found SWIG-generated sources
with Perl, to avoid problems with locale-specific sort orders.
* See http://svn.xapian.org/
*checkout
*/tags/1.2.12/xapian-bindings/NEWS
Thu Dec 29 13:00:00 2011 dmuellerAATTsuse.de
- update to 1.2.8:
* Wrap user-subclassable functor objects by allowing the user to pass a
Lua function where the functor object would be passed in the C++ API.
* Fix \"PHP Notice: Undefined variable: r in xapian.php\". (Fixes bug#576)
* The PHP bindings will now work again with a version of PHP built with ZTS
enabled (which is the default on Microsoft Windows). This was broken by
the changes to support subclassing in PHP in the version of SWIG used since
1.2.6.
* Add a module docstring. (Fixes bug #573)
* The python testsuite now checks for object leaks during each testcase.
* In test_matchingterms_iter, run the code we\'re testing for leaks twice, and
only check for leaks the second time to avoid falsely reporting a leak when
some cached value gets initialised under Python 2.5.
* Wrap optional prefix parameter to Database::allterms.
Wed Sep 21 14:00:00 2011 cooloAATTsuse.com
- remove %debug_package macro
Tue Sep 13 14:00:00 2011 prusnakAATTopensuse.org
- updated to 1.2.7
General:
* Add missing wrappers for Database::has_positions() and
TermIterator::positionlist_count(), and correct the return type of
Database::get_doclength() from double to Xapian::termcount.
CSharp:
* Fix iterator ++ and -- so that the reference to the object
isn\'t released prematurely, which was causing an occasional
crash if the garbage collection happened at just the wrong moment,
* Add test coverage for QueryParser.ParseQuery() with flags argument.
* Wrap Query::MatchAll and Query::MatchNothing. (ticket#158)
Java:
* SmokeTest.java: Fix == comparisons with strings to use equals().
* Add test that string passing is zero byte safe.
* Fix MyExpandDecider.accept() to really check the passed parameter.
Java-SWIG:
* Put the SWIG-generated Java bindings in package org.xapian.
* Wrap Query::MatchAll and Query::MatchNothing. (ticket#158)
* SmokeTest.java: Fix == comparisons with literal strings to
use equals()
* Add test that string passing is zero byte safe.
* Fix MyExpandDecider.accept() to really check the passed parameter.
* Fix the compile JNI code to have a .jnilib extension on Mac OS X.
* Create an HTML documentation page based on java/README.
* Copy java examples from the hand-coded JNI ones.
* docs/examples/SimpleIndex.java: Update to use commit() rather
than flush().
* Wrap Query::MatchAll and Query::MatchNothing. (ticket#158)
* Check that exactly the sources we expect are generated, and add
some sources which were missing from the list.
Perl:
* Wrap MatchAll and MatchNothing for Perl (as
Search::Xapian::Query::MatchAll and
Search::Xapian::Query::MatchNothing). (ticket#158)
* perl/t/termgenerator.t: Test TermIterator::index_text() with
two arguments.
* perl/t/symbol-test.t: Fix to work when built against an installed
xapian-core. (ticket#558)
PHP:
* Wrap MatchAll and MatchNothing for PHP as XapianQuery::MatchAll() and
XapianQuery::MatchNothing(). (ticket#158)
Ruby:
* Wrap MatchAll and MatchNothing for Ruby. (ticket#158)
Thu Jan 20 13:00:00 2011 alexAATTrosedu.org
- updated to 1.2.5
Thu Jan 20 13:00:00 2011 prusnakAATTopensuse.org
- updated to 1.2.4
Tue Nov 20 13:00:00 2007 mrueckertAATTsuse.de
- updated java build requires
Tue Nov 20 13:00:00 2007 mrueckertAATTsuse.de
- fixed filelist