Changeset 11184

Show
Ignore:
Timestamp:
2008-09-04 05:30:29 (3 months ago)
Author:
olly
Message:

NEWS: Sync with 1.0.8.

Location:
trunk/xapian-bindings
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/xapian-bindings/ChangeLog

    r11183 r11184  
     1Thu Sep 04 04:30:09 GMT 2008  Olly Betts <olly@survex.com> 
     2 
     3        * NEWS: Sync with 1.0.8. 
     4 
    15Thu Sep 04 04:28:12 GMT 2008  Olly Betts <olly@survex.com> 
    26 
  • trunk/xapian-bindings/NEWS

    r11059 r11184  
    11Up to: 
    2 Thu Jun 26 03:08:06 GMT 2008  Olly Betts <olly@survex.com> 
     2 11159    richard Wed Sep 03 06:17:11 GMT 2008  Richard Boulton <richard@lemurconsulting.com> 
     3 
     4backport fodder: 
     5 
     6 10849       olly       * configure.ac: Replace AM_CONFIG_HEADER with the more modern 
     7 10849       olly         AC_CONFIG_HEADERS. 
     8 
     910848+10850: 
     10 10850       olly       * csharp/Makefile.am,guile/Makefile.am,java-swig/Makefile.am, 
     11 10850       olly         java/Makefile.am,java/native/Makefile.am,php/Makefile.am, 
     12 10850       olly         python/Makefile.am,ruby/Makefile.am,tcl8/Makefile.am: More changes 
     13 10850       olly         neeed for --enable-quiet support. 
     14 10848       olly       * Makefile.am,configure.ac: Add support for "--enable-quiet" like 
     15 10848       olly         xapian-core and omega have. 
    316 
    417HEAD only: 
     
    720          Fortunately, this can be done without breaking it for python 2.x. 
    821 
     22 10926    richard       * python/: Rename test files to end with ...2.py, and add versions 
     23 10926    richard         generated by 2to3 named ...3.py.  (2to3 seems to be quite buggy 
     24 10926    richard         still, so the generated versions need some hand editing after 
     25 10926    richard         running it; in future, we should probably remove the ...3.py 
     26 10926    richard         versions and just automatically generate them.) 
    927        * python/util.i: Fixes for compilation with python 3.0; 
    1028          conditionally replace PyString_ methods with PyBytes_ methods. 
     29 10784    richard       * python/util.i: Fix #if PY_VERSION_HEX statements which aren't 
     30 10784    richard         inside %{ %} to be %#if.  Similarly for the corresponding #else 
     31 10784    richard         and #endifs. 
     32 10785    richard       * python/pythontest.py,python/smoketest.py,python/testsuite.py: 
     33 10785    richard         Fixes to make tests closer to being compatible with python 3.0. 
    1134 
    1235        * xapian.i: Add support for the new Database methods, 
     
    1437          get_value_upper_bound(). 
    1538        * python/pythontest.py: Add test of these methods. 
     39 
     40 10853       olly       * configure.ac: The workaround to avoid probe code for F77, GCJ, and 
     41 10853       olly         RC being added to configure is no longer required now that we're 
     42 10853       olly         using libtool 2.2 so remove it. 
     43 10847       olly       * Makefile.am,configure.ac: Use AC_CONFIG_MACRO_DIR and 
     44 10847       olly         ACLOCAL_AMFLAGS as libtoolize 2.2.4 recommends. 
    1645 
    1746* Wrap Replication API. 
     
    108137          ValueSetMatchDecider works in python and PHP. 
    109138 
     139Xapian-bindings 1.0.8 (2008-09-04): 
     140 
     141General: 
     142 
     143* configure: Report bug report URL in --help output. 
     144 
     145Python: 
     146 
     147* Fix mangling of exceptions thrown from Python subclasses of Xapian classes. 
     148  (bug#289) 
     149 
     150* Fix memory leaks in the xapian.Query constructor.  (bug#294) 
     151 
    110152Xapian-bindings 1.0.7 (2008-07-14): 
    111153