Changeset 11184
- Timestamp:
- 2008-09-04 05:30:29 (3 months ago)
- Location:
- trunk/xapian-bindings
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/xapian-bindings/ChangeLog
r11183 r11184 1 Thu Sep 04 04:30:09 GMT 2008 Olly Betts <olly@survex.com> 2 3 * NEWS: Sync with 1.0.8. 4 1 5 Thu Sep 04 04:28:12 GMT 2008 Olly Betts <olly@survex.com> 2 6 -
trunk/xapian-bindings/NEWS
r11059 r11184 1 1 Up 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 4 backport fodder: 5 6 10849 olly * configure.ac: Replace AM_CONFIG_HEADER with the more modern 7 10849 olly AC_CONFIG_HEADERS. 8 9 10848+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. 3 16 4 17 HEAD only: … … 7 20 Fortunately, this can be done without breaking it for python 2.x. 8 21 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.) 9 27 * python/util.i: Fixes for compilation with python 3.0; 10 28 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. 11 34 12 35 * xapian.i: Add support for the new Database methods, … … 14 37 get_value_upper_bound(). 15 38 * 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. 16 45 17 46 * Wrap Replication API. … … 108 137 ValueSetMatchDecider works in python and PHP. 109 138 139 Xapian-bindings 1.0.8 (2008-09-04): 140 141 General: 142 143 * configure: Report bug report URL in --help output. 144 145 Python: 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 110 152 Xapian-bindings 1.0.7 (2008-07-14): 111 153
