This repository was archived by the owner on Jul 18, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,6 +2,19 @@ Fibers NEWS
22
33Fibers is a facility that provides Go-like concurrency for Guile Scheme.
44
5+ fibers 1.1.1 -- 2022-06-03
6+ ==========================
7+
8+ * Always add file descriptors finalizer in (schedule-task-when-fd-active).
9+
10+ * Do not load 'epoll.so' during cross-compilation.
11+
12+ * Pass '--target' and '-L' to 'guild compile' when cross-compiling.
13+
14+ * Do not refer to 'epoll.so'-provided variables at expansion time.
15+
16+ * Install .go files to …/site-ccache, not …/ccache.
17+
518fibers 1.1.0 -- 2022-01-31
619==========================
720
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ License along with this program. If not, see
1919] ] )
2020
2121AC_PREREQ ( 2.52 )
22- AC_INIT ( [ fibers] , [ 1.1.0 ] )
22+ AC_INIT ( [ fibers] , [ 1.1.1 ] )
2323AC_CONFIG_SRCDIR ( [ env.in] )
2424AC_CONFIG_AUX_DIR ( [ build-aux] )
2525AC_CONFIG_MACRO_DIRS([ m4] )
Original file line number Diff line number Diff line change 44@settitle Fibers
55@c %**end of header
66
7- @set VERSION 1.1.0
8- @set UPDATED 31 January 2022
7+ @set VERSION 1.1.1
8+ @set UPDATED 3 June 2022
99
1010@copying
1111This manual is for Fibers (version @value {VERSION }, updated
You can’t perform that action at this time.
0 commit comments