]> git.ipfire.org Git - thirdparty/fcron.git/commitdiff
Update version to 3.4.0, as a production release. ver3_4_0
authorThibault Godouet <yo8192@users.noreply.github.com>
Sat, 22 Mar 2025 20:46:21 +0000 (20:46 +0000)
committerThibault Godouet <yo8192@users.noreply.github.com>
Sat, 22 Mar 2025 20:46:21 +0000 (20:46 +0000)
Including changelog from previous version.

configure.in
doc/en/changes.sgml
doc/fcron-doc.mod.in

index c4ad89d23bd24be6aafaf98cf4e0eec4cb6ae9ce..174e1a54958774184bf53e61cb31f9cec9fabc03 100644 (file)
@@ -11,7 +11,7 @@ AC_CONFIG_HEADERS([config.h])
 AC_PREREQ([2.71])
 m4_include([m4/ax_lib_readline.m4])
 
-vers="3.4.0pre"
+vers="3.4.0"
 vers_quoted="\"$vers\""
 AC_DEFINE_UNQUOTED(VERSION, $vers)
 AC_DEFINE_UNQUOTED(VERSION_QUOTED, $vers_quoted)
index 4c50a6d6449b9775115e7c8f0c1dbfb0ae4e6216..8690cc52dc4b48ac947fa601ebf88b461c812f29 100644 (file)
@@ -12,6 +12,19 @@ A copy of the license is included in gfdl.sgml.
    <sect1 id="changes">
       <title>Changes</title>
 
+      <itemizedlist>
+            <title>From version 3.3.3 to 3.4.0</title>
+            <listitem>
+               <para>Changed the default "From" header of emails sent by fcron, to be RFC5322-compliant. This is done (and can be reverted if needed) via the new fcron.conf option maildisplayname.</para>
+            </listitem>
+            <listitem>
+               <para>Changed the default fcron reload delay from 60s to 5s.</para>
+            </listitem>
+            <listitem>
+               <para>Better doc and logging on bootrun jobs.</para>
+            </listitem>
+      </itemizedlist>
+
       <itemizedlist>
             <title>From version 3.3.2 to 3.3.3</title>
             <listitem>
index d8d9cd163c5d82b75ebd5976005e03499e614cea..b62f29ba8b2828191e4380f4e750d5bf2cbd1798 100644 (file)
@@ -1,7 +1,7 @@
 <!-- Dev. release: -->
-<!ENTITY % devrelease "INCLUDE">
+<!--ENTITY % devrelease "INCLUDE"-->
 <!-- Stable release: -->
-<!--ENTITY % devrelease "IGNORE"-->
+<!ENTITY % devrelease "IGNORE">
 
 <!-- General information -->