Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit cf3729a

Browse files
committed
Fibers 1.1.1
1 parent baf43cf commit cf3729a

3 files changed

Lines changed: 16 additions & 3 deletions

File tree

NEWS

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@ Fibers NEWS
22

33
Fibers 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+
518
fibers 1.1.0 -- 2022-01-31
619
==========================
720

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ License along with this program. If not, see
1919
]])
2020

2121
AC_PREREQ(2.52)
22-
AC_INIT([fibers], [1.1.0])
22+
AC_INIT([fibers], [1.1.1])
2323
AC_CONFIG_SRCDIR([env.in])
2424
AC_CONFIG_AUX_DIR([build-aux])
2525
AC_CONFIG_MACRO_DIRS([m4])

fibers.texi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
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
1111
This manual is for Fibers (version @value{VERSION}, updated

0 commit comments

Comments
 (0)