aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Isaac2022-12-31 21:42:31 +0000
committerArun Isaac2022-12-31 21:45:56 +0000
commit9e0adc6b9b0108700cfa174d2f68dcfcae5717dd (patch)
tree3bd987c79ae3f83195a02d4aa35bedd765a70a51
parentd9bd3869d61a9013685d9e6b82d3f2a617483bb4 (diff)
downloadguile-xapian-9e0adc6b9b0108700cfa174d2f68dcfcae5717dd.tar.gz
guile-xapian-9e0adc6b9b0108700cfa174d2f68dcfcae5717dd.tar.lz
guile-xapian-9e0adc6b9b0108700cfa174d2f68dcfcae5717dd.zip
Release version 0.3.0.v0.3.0
* configure.ac: Bump to version 0.3.0. * NEWS (Changes in 0.3.0): New section.
-rw-r--r--NEWS15
-rw-r--r--configure.ac2
2 files changed, 16 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 13d8a26..47759d8 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,21 @@ Copyright © 2022 Arun Isaac <arunisaac@systemreboot.net>
Please send guile-xapian bug reports to arunisaac@systemreboot.net
+* 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
diff --git a/configure.ac b/configure.ac
index 54961d0..52a70cb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@ dnl You should have received a copy of the GNU General Public License
dnl along with guile-xapian. If not, see
dnl <https://www.gnu.org/licenses/>.
-AC_INIT([guile-xapian], [0.2.1])
+AC_INIT([guile-xapian], [0.3.0])
AM_INIT_AUTOMAKE([color-tests -Wall -Wno-portability foreign check-news no-dist-gzip dist-lzip])
AM_SILENT_RULES([yes])
LT_INIT