From bd37306294154610ad63426299e63b6bae5f4942 Mon Sep 17 00:00:00 2001 From: atsb Date: Sun, 12 Apr 2020 14:54:24 +0200 Subject: preparing 1.1.4 --- NEWS | 10 ++++++++++ build-aux/guix.scm | 2 +- configure.ac | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index fc11c0c..f8d0d73 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,15 @@ GNU Mcron NEWS -*- outline -*- +* Noteworthy changes in release 1.1.4 (2020-04-12) [stable] + +** Improvements + Added missing #include directives + Support Guile 3.0 + Call 'child-cleanup' when 'select' returns an empty set + Avoid 'call-with-current-continuation' + Date changes for Copyrights changed for 2020 + Email updates in documentation + * Noteworthy changes in release 1.1.3 (2019-11-17) [stable] ** Improvements diff --git a/build-aux/guix.scm b/build-aux/guix.scm index 53e9a63..ae253ec 100644 --- a/build-aux/guix.scm +++ b/build-aux/guix.scm @@ -41,7 +41,7 @@ (package (inherit (specification->package "mcron")) - (version "1.1.3") + (version "1.1.4") (source (local-file (dirname %srcdir) #:recursive? #t #:select? keep-mcron-file?)) (inputs diff --git a/configure.ac b/configure.ac index 4324a42..768a94c 100755 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ # along with GNU Mcron. If not, see . AC_PREREQ(2.61) -AC_INIT([GNU Mcron], [1.1.3], [bug-mcron@gnu.org]) +AC_INIT([GNU Mcron], [1.1.4], [bug-mcron@gnu.org]) AC_CONFIG_SRCDIR([src/mcron.c]) AC_CONFIG_AUX_DIR([build-aux]) AC_REQUIRE_AUX_FILE([test-driver.scm]) -- cgit v1.2.3