From 5e1748f75128107e3a0707b66df5adb95d98437e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Wed, 24 Jun 2020 15:42:12 +0200 Subject: [PATCH] Update NEWS. * NEWS: Update. --- NEWS | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/NEWS b/NEWS index c11e266ba..5824e31ab 100644 --- a/NEWS +++ b/NEWS @@ -4,6 +4,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)