From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=systemreboot.net; s=default; t=1790290427; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=NcwApTpk/B+tbm5Ly/QpWds0kS8L6EyPME7qfK9C6VM=; b=Rd/NeWb/eudb1ck0bJDmWeMB7Zx+o+LHBoTgGgE2QmykONGz3ub6VwxSvkMsODn/fh5ITc 5vDLVr9DC24sbEGl08aUdWH81BXnNRrbkKNmkU5Jwv0UYgXxoPHvHuslCCTWFtSmi7G9sw reaGTk5IJI/7GQDpM837X95VO3g9OmHy6xparNKCc9Pc14cQRo+cvTQedjX7DelJhoTpXy WF3tZBYt+znH+02C/aAyOVmslDs7LeZOx+4d4KBpWnQKqR401FnroI/Xle6250MwkRjLki hT9J5gIzjRk+HOXdWbjI8oaPZLOmS1keFIA4b77Wi7yW+lES3iU2Y3DZdRxdxA== Received: from localhost ( [192.168.1.1]) by hrrol.systemreboot.net (OpenSMTPD) with ESMTPSA id f73a8c7e (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Thu, 24 Sep 2026 22:53:47 +0000 (UTC) From: Arun Isaac To: guile-xapian@systemreboot.net, guile-user@gnu.org Subject: guile-xapian 0.5.0 released Date: Thu, 24 Sep 2026 23:53:45 +0100 Message-ID: <87o6dmxnuu.fsf@systemreboot.net> MIME-Version: 1.0 Content-Type: text/plain List-Id: Hi all, guile-xapian 0.5.0 has been released. guile-xapian provides Guile bindings for Xapian[1], a search engine library used in popular applications such as the notmuch email system. Xapian is a highly adaptable toolkit which allows developers to easily add advanced indexing and search facilities to their own applications. It has built-in support for several families of weighting models and also supports a rich set of boolean query operators. [1]: https://xapian.org/ Please find links to the project home page and tarball below. The changes in this release are described in the NEWS file in the tarball. https://guile-xapian.systemreboot.net/ https://guile-xapian.systemreboot.net/releases/guile-xapian-0.5.0.tar.lz https://guile-xapian.systemreboot.net/releases/guile-xapian-0.5.0.tar.lz.asc This will likely be the last guile-xapian release to support xapian 1.x.x. The next guile-xapian release will move on to support xapian 2.x.x. Cheers!