From: Thibault Godouet Date: Sat, 8 Feb 2025 14:23:53 +0000 (+0000) Subject: Update version to 3.3.3, and add change list. X-Git-Tag: ver3_3_3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ba7b1f8cd799c378d055a473545a028a083021c6;p=thirdparty%2Ffcron.git Update version to 3.3.3, and add change list. --- diff --git a/configure.in b/configure.in index d2c2fed..adf07c8 100644 --- a/configure.in +++ b/configure.in @@ -11,7 +11,7 @@ AC_CONFIG_HEADERS([config.h]) AC_PREREQ([2.71]) m4_include([m4/ax_lib_readline.m4]) -vers="3.3.3pre" +vers="3.3.3" vers_quoted="\"$vers\"" AC_DEFINE_UNQUOTED(VERSION, $vers) AC_DEFINE_UNQUOTED(VERSION_QUOTED, $vers_quoted) diff --git a/doc/en/changes.sgml b/doc/en/changes.sgml index 1e638e6..4c50a6d 100644 --- a/doc/en/changes.sgml +++ b/doc/en/changes.sgml @@ -12,6 +12,25 @@ A copy of the license is included in gfdl.sgml. Changes + + From version 3.3.2 to 3.3.3 + + Fixed infinite loop when an lavg job reaches its 'until' deadline and gets rescheduled as the next job to run. + + + Improved signal safety. + + + Improved log messages for: indentation, resume after suspend, child task completion. + + + Fixed compilation warnings: SELinux, signal handling. + + + Updated copyright years. + + + From version 3.3.1 to 3.3.2