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

Commit 1c39019

Browse files
committed
Fibers v0.5.0.
* configure.ac: Bump version. * NEWS: Update.
1 parent bf3fb92 commit 1c39019

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

NEWS

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ Fibers is a facility that provides Erlang-like concurrency for Guile
55
Scheme.
66

77

8+
fibers 0.5.0 -- 2016-01-19
9+
==========================
10+
11+
* Add parallelism support, with both work stealing and explicit work
12+
sharing. Enabled by default.
13+
14+
* Allow channel sends and receives and other Concurrent ML-like
15+
operations to be performed from outside of fibers.
16+
17+
* Enable preemption by default.
18+
819
fibers 0.4.0 -- 2016-12-16
920
==========================
1021

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], [0.4.0])
22+
AC_INIT([fibers], [0.5.0])
2323
AC_CONFIG_SRCDIR([env.in])
2424
AC_CONFIG_AUX_DIR([build-aux])
2525
AC_CONFIG_MACRO_DIRS([m4])

0 commit comments

Comments
 (0)