1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 11:50:28 +02:00

Add thanks for v3.0.10

* NEWS: Update.
This commit is contained in:
Andy Wingo 2024-06-20 14:56:36 +02:00
parent 7401ca75b3
commit eb3db96ce0

14
NEWS
View file

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