From b33d67e50a8afb08c949ccc7e77a7c7db635bfba Mon Sep 17 00:00:00 2001 From: thib Date: Fri, 9 Sep 2005 21:02:46 +0000 Subject: [PATCH] *** empty log message *** --- configure.in | 2 +- doc/Makefile.in | 4 ++-- doc/en/changes.sgml | 15 ++++++++++++++- doc/en/todo.sgml | 5 +---- doc/fcron-doc.mod.in | 5 ++++- 5 files changed, 22 insertions(+), 9 deletions(-) diff --git a/configure.in b/configure.in index 338c3e2..6885370 100644 --- a/configure.in +++ b/configure.in @@ -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) diff --git a/doc/Makefile.in b/doc/Makefile.in index 9cef11e..ae77996 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -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 ../ diff --git a/doc/en/changes.sgml b/doc/en/changes.sgml index 286cbc2..e2cdb52 100644 --- a/doc/en/changes.sgml +++ b/doc/en/changes.sgml @@ -8,11 +8,21 @@ Foundation. A copy of the license is included in gfdl.sgml. --> - + Changes + + From version 2.9.7 to 3.0.0 + + Added a missing entry in changelog (changes from 2.9.6 to 2.9.7, bug fix for NetBSD). + + + Merged a patch for the check_system_crontabs script (Security enhancements and cleanups). + + + From version 2.9.6 to 2.9.7 @@ -26,6 +36,9 @@ A copy of the license is included in gfdl.sgml. Fixed a bug which used to make fcron send empty mails on very recent systems. + + Fixed a bug which prevented fcrondyn to being used on NetBSD (thanks go to Gabor Z. Papp). + Added some casts in fileconf.c and save.c (to avoid some warnings when compiling on HP-UX). diff --git a/doc/en/todo.sgml b/doc/en/todo.sgml index 5e4daaa..28a5f8a 100644 --- a/doc/en/todo.sgml +++ b/doc/en/todo.sgml @@ -8,7 +8,7 @@ Foundation. A copy of the license is included in gfdl.sgml. --> - + Todo @@ -27,9 +27,6 @@ A copy of the license is included in gfdl.sgml. test the fix for empty mails on non linux systems (solaris seems ok, feedback on BSD ?) - - NetBSD : bug from Gabor Z. Papp : fifo file created as fcron.fif instead of fcron.fifo ? - bug fix : fcron freezes if the filesystem on which it operates has no space left ? (cannot reproduce it on my linux system) diff --git a/doc/fcron-doc.mod.in b/doc/fcron-doc.mod.in index 7ab3083..6b7e8fc 100644 --- a/doc/fcron-doc.mod.in +++ b/doc/fcron-doc.mod.in @@ -1,4 +1,7 @@ - + + + -- 2.40.0