]> git.ipfire.org Git - thirdparty/fcron.git/commitdiff
Update version to 3.3.3, and add change list. ver3_3_3
authorThibault Godouet <yo8192@users.noreply.github.com>
Sat, 8 Feb 2025 14:23:53 +0000 (14:23 +0000)
committerThibault Godouet <yo8192@users.noreply.github.com>
Sat, 8 Feb 2025 14:23:53 +0000 (14:23 +0000)
configure.in
doc/en/changes.sgml

index d2c2fedef81b8b9d5905c6a187e592a65d89aebc..adf07c8cf608fcbfbe5545fa1dfd88af4ea58177 100644 (file)
@@ -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)
index 1e638e6f9092c97c6ae5dc660b297cf2daf91da8..4c50a6d6449b9775115e7c8f0c1dbfb0ae4e6216 100644 (file)
@@ -12,6 +12,25 @@ A copy of the license is included in gfdl.sgml.
    <sect1 id="changes">
       <title>Changes</title>
 
+      <itemizedlist>
+            <title>From version 3.3.2 to 3.3.3</title>
+            <listitem>
+               <para>Fixed infinite loop when an lavg job reaches its 'until' deadline and gets rescheduled as the next job to run.</para>
+            </listitem>
+            <listitem>
+               <para>Improved signal safety.</para>
+            </listitem>
+            <listitem>
+               <para>Improved log messages for: indentation, resume after suspend, child task completion.</para>
+            </listitem>
+            <listitem>
+               <para>Fixed compilation warnings: SELinux, signal handling.</para>
+            </listitem>
+            <listitem>
+               <para>Updated copyright years.</para>
+            </listitem>
+      </itemizedlist>
+
       <itemizedlist>
             <title>From version 3.3.1 to 3.3.2</title>
             <listitem>