Skip to content

Commit

Permalink
Fibers 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aconchillo committed Jan 31, 2022
1 parent 243c69a commit 4ed8f80
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
6 changes: 4 additions & 2 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ Fibers NEWS

Fibers is a facility that provides Go-like concurrency for Guile Scheme.

fibers 1.1.0 -- ??
fibers 1.1.0 -- 2022-01-31
==========================

* Destroy peer schedulers when returning from run-fibers.

* Handle EPOLLHUP like EPOLLERR.

* Don't use deprecated types scm_t_uint64 and scm_t_int64.
Expand Down Expand Up @@ -72,7 +74,7 @@ fibers 0.1.0 -- 2016-07-02
* First release.


Copyright (C) 2016 Andy Wingo <wingo at pobox dot com>
Copyright (C) 2016-2022 Andy Wingo <wingo at pobox dot com>

Copying and distribution of this file, with or without modification, are
permitted in any medium without royalty provided the copyright notice
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
define(FIBERS_CONFIGURE_COPYRIGHT,[[
Copyright (C) 2016 Andy Wingo <wingo@pobox.com>
Copyright (C) 2016-2022 Andy Wingo <wingo@pobox.com>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as
Expand All @@ -19,7 +19,7 @@ License along with this program. If not, see
]])

AC_PREREQ(2.52)
AC_INIT([fibers], [1.0.0])
AC_INIT([fibers], [1.1.0])
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 @@ -5,13 +5,13 @@
@c %**end of header

@set VERSION 1.1.0
@set UPDATED 6 August 2017
@set UPDATED 31 January 2022

@copying
This manual is for Fibers (version @value{VERSION}, updated
@value{UPDATED})

Copyright 2016-2017 Andy Wingo
Copyright 2016-2022 Andy Wingo

@quotation
@c For more information, see COPYING.docs in the fibers
Expand Down

0 comments on commit 4ed8f80

Please sign in to comment.