I've uploaded Xapian 1.2.11 (including Search::Xapian 1.2.11.0), which you can download from: http://xapian.org/download You can read an overview of the release here: http://trac.xapian.org/wiki/ReleaseOverview/1.2.11 The full lists of user-visible changes are linked to from there, and also 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: 91c0e84cf884806fd5314a34895d3a89df3262de Search-Xapian-1.2.11.0.tar.gz c63c7ffe379c566cf7d30838255d6186bb00458e xapian-bindings-1.2.11.tar.gz a8e475f1f5f2a7aab676f1087309b3a6f7526ac9 xapian-core-1.2.11.tar.gz 01e701c988c011353a61b1c2b787d8bd1a1cef59 xapian-omega-1.2.11.tar.gz And SHA256 checksums (more secure, but sha256sum is less widely installed): 402d68af34541433524d0ea192bc6f79a952b5861150a70309188157f99fe3c1 Search-Xapian-1.2.11.0.tar.gz 02caf5b56866174d09d76658300251c649c3692ae48e5a2536df58b014c0c117 xapian-bindings-1.2.11.tar.gz cfd1d82896a8b2cfd290333102d59ca1ff862f658d560d21d40313f7ff2aac46 xapian-core-1.2.11.tar.gz bf1c51681ba6e453bf6c7a9d1655ff87be0855586e3fd41ed511ab0ee127a856 xapian-omega-1.2.11.tar.gz Cheers, Olly -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 836 bytes Desc: Digital signature URL: <http://lists.xapian.org/pipermail/xapian-discuss/attachments/20120627/b2b0b519/attachment.pgp>
On Wed, Jun 27, 2012 at 06:05:46PM +1200, Olly Betts wrote:> I've uploaded Xapian 1.2.11 (including Search::Xapian 1.2.11.0), [...]While packaging this for Debian, I noticed that I incorrectly updated the library version information for this release, resulting in an incorrect SONAME (libxapian21 when it should be libxapian22). At least libxapian21 hasn't been previously used by a released version, but I'll roll a 1.2.12 release with this fix shortly. If you want to fix it for yourself before that, just change this line in configure to say 27:0:5 instead: LIBRARY_VERSION_INFO=26:0:5 Cheers, Olly