# HG changeset patch # User Arne Babenhauserheide # Date 1710889795 -3600 # Wed Mar 20 00:09:55 2024 +0100 # Node ID a42242fc7ca9fbfd3dd31d02ca3644f40cae9f65 # Parent 6bbb1c228b832288d7d098aa703ca830b59a1629 update NEWS and version to 1.0.12 diff --git a/NEWS b/NEWS --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +wisp 1.0.12 (2024-03-20): +- do not include doctest output in examples (this broke install on Apple systems, because ._-files are interpreted as mac metadata) +- better error reporting: Note in "chunk not at zero indentation" that a new chunk starts after two blank lines. +- allow setting guile with GUILE= in tests/runtests-scheme-reader.sh (so you can run tests with a custom build of Guile) +- do not test partial indent in tests/receive.w (that is a tolerated error, but not guaranteed) +- examples/evaluate-r7rs-benchmark.w: sort the slowdown, too + wisp 1.0.11 (2023-03-20): - increase resilience of make check for multi-job make in Guix diff --git a/configure.ac b/configure.ac --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl run `autoreconf -i` to generate a configure script. dnl Then run ./configure to generate a Makefile. dnl Finally run make to generate the project. -AC_INIT([wisp], [1.0.11], +AC_INIT([wisp], [1.0.12], [arne_bab@web.de]) # Add macros in m4/ to ensure that wisp builds without having Guile in the aclocal path AC_CONFIG_MACRO_DIR([m4])