summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2021-05-10 10:24:44 +0200
committerAndy Wingo <wingo@pobox.com>2021-05-10 10:24:44 +0200
commit0991bd6af31b88c25a7dfa916e9667f748ad5c45 (patch)
tree2b0e44b095bd227c84e8cb7fe731cacd424b77cf /NEWS
parent5c6a94417302b8f06ce289d3c5f8ecc014f49cb3 (diff)
downloadguile-0991bd6af31b88c25a7dfa916e9667f748ad5c45.tar.gz
Update NEWS
* NEWS: Update
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS12
1 files changed, 9 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 08ee7f2f5..6b69a7d26 100644
--- a/NEWS
+++ b/NEWS
@@ -17,9 +17,15 @@ passed as arguments to procedures such as `open' and `open-fdes'.
* Bug fixes
-** Child process created with `primitive-fork' could read from the
- parent's internal finalizer and signal pipes, leading to deadlocks
- (<https://bugs.gnu.org/41948>)
+** Fix bugs introduced in 3.0.6 with Scheme `read` re-write
+** Fix deadlock after `primitive-fork' (#41948)
+** Fix duplicates handlers for interfaces that use interfaces (#43025)
+** Fix compile-psyntax.scm for (language tree-il canonicalize) removal
+** Fix prompt compilation bug (#48098)
+** Fix R7RS include-library-declarations, cond-expand (#40252)
+** Fix --enable-mini-gmp on FreeBSD and other targets
+** Fix excessive compile times for vectors >16k elements long
+** Fix use of literal tree-il as source language (#45131)
Changes in 3.0.6 (since 3.0.5)