From 4ed8f809d52e4ef4d772a81787996ab193395187 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleix=20Conchillo=20Flaqu=C3=A9?= Date: Mon, 31 Jan 2022 08:27:07 -0800 Subject: [PATCH] Fibers 1.1.0 --- NEWS | 6 ++++-- configure.ac | 4 ++-- fibers.texi | 4 ++-- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/NEWS b/NEWS index d2fde28..4f788d6 100644 --- a/NEWS +++ b/NEWS @@ -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. @@ -72,7 +74,7 @@ fibers 0.1.0 -- 2016-07-02 * First release. -Copyright (C) 2016 Andy Wingo +Copyright (C) 2016-2022 Andy Wingo Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice diff --git a/configure.ac b/configure.ac index 4015f52..d090b41 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ define(FIBERS_CONFIGURE_COPYRIGHT,[[ -Copyright (C) 2016 Andy Wingo +Copyright (C) 2016-2022 Andy Wingo This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as @@ -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]) diff --git a/fibers.texi b/fibers.texi index 0c8daf9..52f7177 100644 --- a/fibers.texi +++ b/fibers.texi @@ -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