]> granicus.if.org Git - fcron/commitdiff
*** empty log message ***
authorthib <thib>
Fri, 9 Sep 2005 21:02:46 +0000 (21:02 +0000)
committerthib <thib>
Fri, 9 Sep 2005 21:02:46 +0000 (21:02 +0000)
configure.in
doc/Makefile.in
doc/en/changes.sgml
doc/en/todo.sgml
doc/fcron-doc.mod.in

index 338c3e2a6167c16ae03179fa805b6d52356f3ac6..68853709698188641396cbb3a9316386bea9e71a 100644 (file)
@@ -13,7 +13,7 @@ AC_PREFIX_DEFAULT($prefix)
 AC_CONFIG_HEADER(config.h)
 AC_PREREQ(2.57)
 
-vers="2.9.7"
+vers="3.0.0"
 vers_quoted="\"$vers\""
 AC_DEFINE_UNQUOTED(VERSION, $vers)
 AC_DEFINE_UNQUOTED(VERSION_QUOTED, $vers_quoted)
index 9cef11e318dab34ce87a4f84e4058ffb751b4813..ae77996b2d529cda3e5dac1d605b161d579ffb0b 100644 (file)
@@ -4,7 +4,7 @@
 
 # @configure_input@
 
-# $Id: Makefile.in,v 1.21 2003-12-29 15:41:18 thib Exp $
+# $Id: Makefile.in,v 1.22 2005-09-09 21:03:24 thib Exp $
 
 # The following should not be edited manually (use configure options)
 # If you must do it, BEWARE : some of the following is also defined
@@ -75,7 +75,7 @@ txtdoc: HTML/index.html
          echo "  $$i ..."; \
          lynx -dump -nolist HTML/$$i.html > txt/$$i.txt; done )
 
-fcron-doc.mod: fcron-doc.mod.in
+fcron-doc.mod: fcron-doc.mod.in ../configure.in
        @(echo ; echo "Building fcron-doc.mod"; echo)
        ../script/gen-in.pl fcron-doc.mod.in fcron-doc.mod ../
 
index 286cbc2d013287cb6274bd40db79dd32a647ef1a..e2cdb52604a2abe5655834fc27548ab8ab6c09e5 100644 (file)
@@ -8,11 +8,21 @@ Foundation.
 A copy of the license is included in gfdl.sgml.
 -->
 
-<!-- $Id: changes.sgml,v 1.41 2005-07-28 11:14:57 thib Exp $ -->
+<!-- $Id: changes.sgml,v 1.42 2005-09-09 21:03:39 thib Exp $ -->
 
    <sect1 id="changes">
       <title>Changes</title>
 
+      <itemizedlist>
+        <title>From version 2.9.7 to 3.0.0</title>
+        <listitem>
+           <para>Added a missing entry in changelog (changes from 2.9.6 to 2.9.7, bug fix for NetBSD).</para>
+        </listitem>
+        <listitem>
+           <para>Merged a patch for the check_system_crontabs script (Security enhancements and cleanups).</para>
+        </listitem>
+      </itemizedlist>
+
       <itemizedlist>
         <title>From version 2.9.6 to 2.9.7</title>
         <listitem>
@@ -26,6 +36,9 @@ A copy of the license is included in gfdl.sgml.
            <para>Fixed a bug which used to make fcron send empty mails on very
               recent systems.</para>
         </listitem>
+        <listitem>
+           <para>Fixed a bug which prevented fcrondyn to being used on NetBSD (thanks go to Gabor Z. Papp).</para>
+        </listitem>
         <listitem>
            <para>Added some casts in fileconf.c and save.c (to avoid some
               warnings when compiling on HP-UX).</para>
index 5e4daaa1529181d629c29591b0c474516f95802b..28a5f8aee951df670b51849fca0ce870d8c23fc5 100644 (file)
@@ -8,7 +8,7 @@ Foundation.
 A copy of the license is included in gfdl.sgml.
 -->
 
-<!-- $Id: todo.sgml,v 1.36 2005-07-28 11:07:49 thib Exp $ -->
+<!-- $Id: todo.sgml,v 1.37 2005-09-09 21:03:30 thib Exp $ -->
 
    <sect1 id="todo">
       <title>Todo</title>
@@ -27,9 +27,6 @@ A copy of the license is included in gfdl.sgml.
            <listitem>
               <para>test the fix for empty mails on non linux systems (solaris seems ok, feedback on BSD ?)</para>
            </listitem>
-           <listitem>
-              <para>NetBSD : bug from Gabor Z. Papp : fifo file created as fcron.fif instead of fcron.fifo ?</para>
-           </listitem>
            <listitem>
               <para>bug fix : fcron freezes if the filesystem on which it operates has no space left ? (cannot reproduce it on my linux system)</para>
            </listitem>
index 7ab3083fa64b90018eac80e11ea330ed997fd67e..6b7e8fc6c09df7d32884c0bba84815f01771a566 100644 (file)
@@ -1,4 +1,7 @@
-<!ENTITY % devrelease "INCLUDE">
+<!-- Dev. release :
+<!ENTITY % devrelease "INCLUDE">-->
+<!-- Stable release : -->
+<!ENTITY % devrelease "IGNORE">
 
 <!ENTITY date "@@Date@">
 <!ENTITY version "@@VERSION_QUOTED@">