diff options
author | Arun Isaac | 2022-06-20 21:16:00 +0530 |
---|---|---|
committer | Arun Isaac | 2022-06-20 21:16:00 +0530 |
commit | e8ce02264f3e797bcd124efb51a28322d0cd2cee (patch) | |
tree | 7d611547901ae8227e6219f851e9ad37f6096387 /NEWS | |
parent | 9f5add6a0344fcef0611c06a7958031bead835b4 (diff) | |
download | guile-xapian-e8ce02264f3e797bcd124efb51a28322d0cd2cee.tar.gz guile-xapian-e8ce02264f3e797bcd124efb51a28322d0cd2cee.tar.lz guile-xapian-e8ce02264f3e797bcd124efb51a28322d0cd2cee.zip |
Release version 0.2.1.v0.2.1
* configure.ac: Bump to version 0.2.1.
* NEWS (Changes in 0.2.1): New section.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -5,6 +5,13 @@ Copyright © 2022 Arun Isaac <arunisaac@systemreboot.net> Please send guile-xapian bug reports to arunisaac@systemreboot.net +* 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 |