Skip to content

Commit

Permalink
Fibers 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aconchillo committed Jun 3, 2022
1 parent baf43cf commit cf3729a
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -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
==========================

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down
4 changes: 2 additions & 2 deletions fibers.texi
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cf3729a

Please sign in to comment.