diff options
author | Ludovic Courtès <ludo@gnu.org> | 2020-06-24 15:42:12 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2020-06-24 15:42:12 +0200 |
commit | 5e1748f75128107e3a0707b66df5adb95d98437e (patch) | |
tree | a37b4a81ccc109767ac6677d16269d8db2a85d31 | |
parent | 4e8ead96f7b9195cf083987d53c50ca2f4a4f4bf (diff) | |
download | guile-5e1748f75128107e3a0707b66df5adb95d98437e.tar.gz |
Update NEWS.v3.0.4
* NEWS: Update.
-rw-r--r-- | NEWS | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -5,6 +5,15 @@ See the end for copying conditions. Please send Guile bug reports to bug-guile@gnu.org. +Changes in 3.0.4 (since 3.0.3) + +This release fixes the SONAME of libguile-3.0.so, which was erroneously +bumped in 3.0.3 compared to 3.0.2. Distributions are strongly +encouraged to use 3.0.4 instead of 3.0.3. + +Thanks to Chris Vine for reporting the issue. + + Changes in 3.0.3 (since 3.0.2) * New interfaces and functionality |