Olly Betts
2010-Apr-29 07:22 UTC
[Xapian-discuss] New stable release series - Xapian 1.2.0 released
I've uploaded Xapian 1.2.0 (including Search::Xapian 1.2.0.0). This is the first release in a new stable release series! 1.0.x will continue to be updated with bug-fixes for a while, but we will be moving focus away from it and once any issues with 1.2.x have been sorted out, we'll only fix critical bugs in 1.0.x. Please don't confuse 1.2.0 with 1.0.20 announced a few days ago. Sorry for managing to make two releases with similar looking version numbers in quick succession! As usual you can download from: http://xapian.org/download I'm still working on collating the release overview (I'm intending to summarise changes since 1.0.20). Once that is done, you will be able to read it here: http://trac.xapian.org/wiki/ReleaseOverview/1.2.0 The full lists of user-visible changes are linked to from there, and from the "[news]" links on the download page. As always, if you encounter problems, please report them here, or to the bug-tracker: http://xapian.org/bugs Here are the SHA1 checksums of the released files: 5c8e5d1e39a0e6bd9f963d0b7697f73768a05981 Search-Xapian-1.2.0.0.tar.gz 19dbc5a4869be7caaede8e123f78c8bf6f1825e7 xapian-bindings-1.2.0.tar.gz e384647f76b1817e15cfe1b179faff27070b4164 xapian-core-1.2.0.tar.gz a807bc3141caf8cafab2e2d043fcdf129234a1e7 xapian-omega-1.2.0.tar.gz And SHA256 checksums (more secure, but sha256sum is less widely installed): 8d38431bb20bfc8f13fd6c140fb255cecab9678ced27491f28a8497d5be3cf08 Search-Xapian-1.2.0.0.tar.gz 973a0a933b44237bffc983151cce8f8baf7fd7b391e9b4a08c1adb0ddcb204f9 xapian-bindings-1.2.0.tar.gz 6feb0bb1dc4bae36a0aac1bf289ef48a0cba7b1c5c30679818f604577a9b0db3 xapian-core-1.2.0.tar.gz 4da34fd9a7144dbbb49a8427dc26d56d9ef6f6cbd988bd3151a6bf9ddcb8874d xapian-omega-1.2.0.tar.gz Cheers, Olly -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 835 bytes Desc: Digital signature URL: <http://lists.xapian.org/pipermail/xapian-discuss/attachments/20100429/4500a22a/attachment.pgp>
Olly Betts
2010-Apr-29 11:42 UTC
[Xapian-discuss] New stable release series - Xapian 1.2.0 released
On Thu, Apr 29, 2010 at 07:22:48PM +1200, Olly Betts wrote:> I've uploaded Xapian 1.2.0 (including Search::Xapian 1.2.0.0). This is the > first release in a new stable release series!I've just found an issue: The header files are installed into PREFIX/include/xapian rather than PREFIX/include (xapian 1.1.5 put them PREFIX/include/xapian-1.1 and we failed to undo this change correctly). If you use XO_LIB_XAPIAN or xapian-config, then all is well. If you don't, then the headers won't be found. This will be fixed in 1.2.1 - for now just move the headers up a level after installation. Cheers, Olly
Charlie Hull
2010-May-14 11:31 UTC
[Xapian-discuss] New stable release series - Xapian 1.2.0 released
On 29/04/2010 08:22, Olly Betts wrote:> I've uploaded Xapian 1.2.0 (including Search::Xapian 1.2.0.0). This is the > first release in a new stable release series! >Hi all, I've uploaded Visual C++ build files and prebuilt Windows binaries for 1.2.0 to: http://www.flax.co.uk/xapian_binaries (please note this link has changed slightly - if you're linking to these binaries please update accordingly, the old link will work for a while). There are some caveats with this release, there are full details in readme.txt, the summary is: - xapian fails a single test of the replication system with Flint databases, so we don't recommend you use Flint & replication currently - no java-swig bindings as these don't currently build on 1.2.0 or SVN trunk - ruby bindings fail one test, we've included them anyway but be aware - omega needs a simple patch before building Cheers Charlie