lloda pushed a commit to branch main
in repository guile.
commit 61a12ff7304ac258c39a7df98ed2b8da924d117d
Author: Rob Browning <[email protected]>
AuthorDate: Tue Sep 9 12:59:52 2025 -0500
NEWS: remove trailing periods on summary lines for 3.0.11
---
NEWS | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/NEWS b/NEWS
index 9c1936508..264c16322 100644
--- a/NEWS
+++ b/NEWS
@@ -199,12 +199,12 @@ change.
(<https://bugs.gnu.org/26121>)
** A C23 incompatibility in libguile/jit.c has been fixed
** 'readlink' on Darwin hosts now handles ports correctly
-** 'pipe' on Darwin hosts now reports 'ENOSYS' when flags are provided.
+** 'pipe' on Darwin hosts now reports 'ENOSYS' when flags are provided
Previously that provoked a 'system-error' with a zero errno value.
(<https://bugs.gnu.org/72547>)
-** A numer of test incompatibilities with Darwin hosts have been fixed.
+** A numer of test incompatibilities with Darwin hosts have been fixed
(<https://bugs.gnu.org/72547>)
-** define guile-test as non-declarative because it uses load.
+** define guile-test as non-declarative because it uses load
Changes in 3.0.10 (since 3.0.9)