]> birchwood-abbey.net Git - mit-scheme.git/commitdiff
relnotes: Add note about get-environment-variables fix.
authorTaylor R Campbell <campbell+mit-scheme@mumble.net>
Sat, 4 Jun 2022 21:01:01 +0000 (21:01 +0000)
committerTaylor R Campbell <campbell+mit-scheme@mumble.net>
Sat, 4 Jun 2022 21:01:01 +0000 (21:01 +0000)
src/relnotes/bug-getenv [new file with mode: 0644]

diff --git a/src/relnotes/bug-getenv b/src/relnotes/bug-getenv
new file mode 100644 (file)
index 0000000..467db5f
--- /dev/null
@@ -0,0 +1,3 @@
+Bug fix: The `get-environment-variables' procedure was broken in a
+backport from master to the 11.x branch to avoid storing incidental
+parts of the process environment in band files.  The bug is now fixed.