Modified:
/trunk/ChangeLog
/trunk/libs/get_xapian.py
/trunk/utils/make_xappy_tarballs
=======================================
--- /trunk/ChangeLog Sun May 9 02:47:24 2010
+++ /trunk/ChangeLog Thu Jun 3 11:21:45 2010
@@ -1,3 +1,10 @@
+Thu Jun 03 18:20:47 GMT 2010 Richard Boulton <ric...@tartarus.org>
+
+ * libs/get_xapian.py,utils/make_xappy_tarballs: Updated tarballs
+ and branchpoints. New xapian packages include a bug fix for the
+ matcher which was occasionally causing documents to be missed
+ from the result set.
+
Sun May 09 09:45:53 GMT 2010 Richard Boulton <ric...@tartarus.org>
* libs/get_xapian.py: New packages, patched to avoid a segfault
=======================================
--- /trunk/libs/get_xapian.py Sun May 9 02:47:24 2010
+++ /trunk/libs/get_xapian.py Thu Jun 3 11:21:45 2010
@@ -45,15 +45,15 @@
# - SHA1 sum of package
archives = [
('Xapian core',
- 'http://xappy.googlecode.com/files/xapian-core-14516-p1.tgz',
+ 'http://xappy.googlecode.com/files/xapian-core-14622.tar.gz',
'xapian-core.tgz',
- '3db415780e8ee3e1a71461c521f2f2e191baaf00',
+ '2e8950bc9c103e34c3c56d925a55a8fc2789afb1',
'xapian-core',
),
('Xapian bindings',
- 'http://xappy.googlecode.com/files/xapian-bindings-14516.tgz',
+ 'http://xappy.googlecode.com/files/xapian-bindings-14622.tar.gz',
'xapian-bindings.tgz',
- 'fcbae1cc00dfff1c4d953bf483c881a6fae14ebc',
+ '7a31fc93d5b6ea4d4e134e58a0a778c3b28e918e',
'xapian-bindings',
),
('Xapian win32 build system',
=======================================
--- /trunk/utils/make_xappy_tarballs Sat Feb 6 03:20:55 2010
+++ /trunk/utils/make_xappy_tarballs Thu Jun 3 11:21:45 2010
@@ -17,11 +17,11 @@
#
# $xappylibdir: a checkout of xappy/trunk.
-rev="1.1.3"
-trunk_rev="13959"
-matchspy_branchpoint="13956"
+rev="1.2.0"
+trunk_rev="14622"
+matchspy_branchpoint="14533"
clustering_branchpoint="13956"
-geospatial_branchpoint="13808"
+geospatial_branchpoint="14620"
coloursim_branchpoint="13348"
if [ -e "$HOME/xappy" ]; then