diff options
author | Arun Isaac | 2024-05-10 14:46:40 +0100 |
---|---|---|
committer | Arun Isaac | 2024-05-10 14:47:36 +0100 |
commit | 62610a33c5e34a7e8fcafd40a7a74e3bf15294da (patch) | |
tree | 90a3157c6678aa0f55dcc942df158351f2b39b58 /NEWS | |
parent | e5fc9a891a369d77eeeaa82162551f6a4ffc5fc5 (diff) | |
download | guile-xapian-62610a33c5e34a7e8fcafd40a7a74e3bf15294da.tar.gz guile-xapian-62610a33c5e34a7e8fcafd40a7a74e3bf15294da.tar.lz guile-xapian-62610a33c5e34a7e8fcafd40a7a74e3bf15294da.zip |
Release version 0.4.0.v0.4.0
* NEWS (Changes in 0.4.0 (since 0.3.1)): New section.
* configure.ac: Bump version to 0.4.0.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -1,10 +1,22 @@ -*- org -*- #+TITLE: guile-xapian NEWS – History of user-visible changes -Copyright © 2022–2023 Arun Isaac <arunisaac@systemreboot.net> +Copyright © 2022–2024 Arun Isaac <arunisaac@systemreboot.net> Please send guile-xapian bug reports to arunisaac@systemreboot.net +* Changes in 0.4.0 (since 0.3.1) +** Features +*** New higher level field processors +New higher level field processors that wrap FieldProcessor, +RangeProcessor and DateRangeProcessor are now available. You can now +write these field processors conveniently in Scheme. +*** parse-query accepts boolean prefixes, range processors and a few common query parser flags +*** New query function +new-Query is now exposed as the more Scheme-like query function. +** Noteworthy bug fixes +*** mset-snippet and mset-sxml-snippet now actually work + * Changes in 0.3.1 (since 0.3.0) ** Noteworthy bug fixes *** Catch C++ xapian exceptions and raise them as scheme exceptions |