guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] 06/06: Add thanks for v3.0.10


From: Andy Wingo
Subject: [Guile-commits] 06/06: Add thanks for v3.0.10
Date: Thu, 20 Jun 2024 08:57:05 -0400 (EDT)

wingo pushed a commit to branch main
in repository guile.

commit eb3db96ce0d9ef645fc965d412863d58f8f4831f
Author: Andy Wingo <wingo@pobox.com>
AuthorDate: Thu Jun 20 14:56:36 2024 +0200

    Add thanks for v3.0.10
    
    * NEWS: Update.
---
 NEWS | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/NEWS b/NEWS
index df27597bc..2f1cadf7c 100644
--- a/NEWS
+++ b/NEWS
@@ -223,13 +223,13 @@ Use read-line together with unread-string instead.
 ** Hashing of UTF-8 symbols with non-ASCII characters avoids corruption
    (<https://bugs.gnu.org/56413>)
 
-This issue could cause `scm_from_utf8_symbol' and
-`scm_from_utf8_symboln` to incorrectly conclude that the symbol hadn't
-already been interned, and then create a new one, which of course
-wouldn't be `eq?' to the other(s).  The incorrect hash was the result of
-a buffer overrun, and so might vary.  This problem affected a number of
-other operations, given the internal use of those functions.
-
+Hearty thanks to Arne Babenhauserheide, Arsen Arsenović, Bruno Victal,
+Christopher Baines, Daniel Llorens, Denis 'GNUtoo' Carikli, Ekaitz
+Zarraga, Jonas Hahnfeld, Jorge Gomez, Josselin Poiret, Juliana Sims,
+Linus Bjornstam, Luke Nihlen, Maxim Cournoyer, Michael Gran, Michael
+Käppler, Mikael Djurfeldt, Morgan Smith, Nikita Domnitskii, Olivier
+Dion, Rob Browning, Taylan Kammer, Timothy Sample, Tomas Volf, Tony
+Garnock-Jones, and 無無for their patches and bug reports.
 
 
 Changes in 3.0.9 (since 3.0.8)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]