aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS40
1 files changed, 39 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 702e262..9f6efa5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,48 @@
-*- org -*-
#+TITLE: guile-xapian NEWS – History of user-visible changes
-Copyright © 2022 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
+
+* Changes in 0.3.0 (since 0.2.1)
+** New dependencies
+guile-xapian now depends on guile-lib for (htmlprag) used in the new
+mset-sxml-snippet function.
+** Features
+*** Allow indexing text without position information
+The index-text! function now optionally allows indexing text without
+position information using a new #:positions? keyword argument.
+*** Support combining queries with OR, AND and FILTER operators
+We introduce new query-and, query-or and query-filter functions that
+combine queries using the OR, AND and FILTER operators.
+*** Support generation of SXML snippets
+We introduce mset-sxml-snippet, a function that can generate snippets
+in SXML form.
+
+* Changes in 0.2.1 (since 0.2.0)
+** Noteworthy bug fixes
+*** Distinguish libguilexapian based on Guile effective version
+We suffix libguilexapian with the Guile effective version in order to
+support simultaneous installation of guile-xapian for Guile 3.0 and
+guile-xapian for Guile 2.2.
+
* Changes in 0.2.0 (since 0.1.0)
** Noteworthy bug fixes
*** Look for libguilexapian.so under .libs