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 () -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)