diff --git a/NEWS b/NEWS index 4f788d6e..f4bc999d 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,19 @@ Fibers NEWS Fibers is a facility that provides Go-like concurrency for Guile Scheme. +fibers 1.1.1 -- 2022-06-03 +========================== + +* Always add file descriptors finalizer in (schedule-task-when-fd-active). + +* Do not load 'epoll.so' during cross-compilation. + +* Pass '--target' and '-L' to 'guild compile' when cross-compiling. + +* Do not refer to 'epoll.so'-provided variables at expansion time. + +* Install .go files to …/site-ccache, not …/ccache. + fibers 1.1.0 -- 2022-01-31 ========================== diff --git a/configure.ac b/configure.ac index d9f88fd6..02820636 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ License along with this program. If not, see ]]) AC_PREREQ(2.52) -AC_INIT([fibers], [1.1.0]) +AC_INIT([fibers], [1.1.1]) AC_CONFIG_SRCDIR([env.in]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIRS([m4]) diff --git a/fibers.texi b/fibers.texi index 52f71771..79c07be8 100644 --- a/fibers.texi +++ b/fibers.texi @@ -4,8 +4,8 @@ @settitle Fibers @c %**end of header -@set VERSION 1.1.0 -@set UPDATED 31 January 2022 +@set VERSION 1.1.1 +@set UPDATED 3 June 2022 @copying This manual is for Fibers (version @value{VERSION}, updated