]> birchwood-abbey.net Git - mit-scheme.git/commitdiff
relnotes: Add release note about microcode stack traces.
authorTaylor R Campbell <campbell+mit-scheme@mumble.net>
Fri, 10 Jun 2022 15:11:42 +0000 (15:11 +0000)
committerTaylor R Campbell <campbell+mit-scheme@mumble.net>
Fri, 10 Jun 2022 15:12:43 +0000 (15:12 +0000)
src/relnotes/bug-ucode-stacktrace [new file with mode: 0644]

diff --git a/src/relnotes/bug-ucode-stacktrace b/src/relnotes/bug-ucode-stacktrace
new file mode 100644 (file)
index 0000000..681b9f6
--- /dev/null
@@ -0,0 +1,4 @@
+Bug fix: Microcode stack traces had been broken in the microcode v15
+merge in 2007.  They now work again, and the C code that abused enums
+to store pointers, which broke the build with newer compilers, has been
+fixed to work differently.