diff options
author | Arun Isaac | 2022-06-07 00:54:19 +0530 |
---|---|---|
committer | Arun Isaac | 2022-06-07 00:54:19 +0530 |
commit | e4d94a1622356edab873783646dcc351c03036d5 (patch) | |
tree | e57655eaee0d6cee44bd372fd7e3ccf4fd6251d8 /NEWS | |
parent | 40868e48aea3875b8e150b6ec0b44a996d669c0e (diff) | |
download | guile-xapian-e4d94a1622356edab873783646dcc351c03036d5.tar.gz guile-xapian-e4d94a1622356edab873783646dcc351c03036d5.tar.lz guile-xapian-e4d94a1622356edab873783646dcc351c03036d5.zip |
Release version 0.2.0.v0.2.0
* configure.ac: Bump to version 0.2.0.
* NEWS: New file.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -0,0 +1,22 @@ +-*- org -*- +#+TITLE: guile-xapian NEWS – History of user-visible changes + +Copyright © 2022 Arun Isaac <arunisaac@systemreboot.net> + +Please send guile-xapian bug reports to arunisaac@systemreboot.net + +* Changes in 0.2.0 (since 0.1.0) +** Noteworthy bug fixes +*** Look for libguilexapian.so under .libs +guile >= 3.0.6 no longer uses libltdl. So, we need to explicitly look +for libguilexapian.so under .libs. +** Features +*** Support in-memory databases via call-with-in-memory-database +*** Support setting and getting bytevectors as document data and slot values +Document data and slot values can now be bytevectors. You can set +bytevector document data and slot values using make-document, +document-set-data! and document-slot-set!. You can get bytevector +document data and slot values using document-bytes and +document-slot-ref-bytes, while you can get string document data and +slot values using document-data and document-slot-ref. +*** Wrap MSet-snippet as mset-snippet |