diff options
author | Neil Jerram <neil@ossau.uklinux.net> | 2009-01-04 22:45:54 +0000 |
---|---|---|
committer | Neil Jerram <neil@ossau.uklinux.net> | 2009-01-04 22:45:54 +0000 |
commit | f9c780db975b67fd4c07e021991efde8b20a8c91 (patch) | |
tree | 362729b8c18d51d81813b323639c47c9be319d27 | |
parent | 53a79cd06028690074bfeb6a20ef1c8cf2adcbee (diff) | |
download | guile-f9c780db975b67fd4c07e021991efde8b20a8c91.tar.gz |
NEWS entry for %fast-slot-ref/set! fix
-rw-r--r-- | NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -5,6 +5,13 @@ See the end for copying conditions. Please send Guile bug reports to bug-guile@gnu.org. +Changes in 1.8.7 (since 1.8.6) + +* Bugs fixed + +** Fix %fast-slot-ref/set!, to avoid possible segmentation fault + + Changes in 1.8.6 (since 1.8.5) * New features (see the manual for details) |