From 51676b70a8d4e2a13853fd15d81b9e0868171e82 Mon Sep 17 00:00:00 2001 From: dale_mellor Date: Sat, 15 May 2004 12:53:42 +0000 Subject: Updated all user information to reflect the fact that the project is now properly homed at gnu.org. --- BUGS | 2 ++ ChangeLog | 8 ++++++++ NEWS | 8 +++++++- README | 19 +++++++++---------- configure.ac | 2 +- mcron.texinfo.in | 6 +++--- 6 files changed, 30 insertions(+), 15 deletions(-) diff --git a/BUGS b/BUGS index f48d605..b88c00a 100644 --- a/BUGS +++ b/BUGS @@ -1,6 +1,8 @@ Copyright (C) 2003 Dale Mellor -*-text-*- See the end for copying conditions. +Please send bug reports to bug-mcron@gnu.org. + The currently-known bugs are:- diff --git a/ChangeLog b/ChangeLog index d501f35..4a440d9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2004-05-15 Dale Mellor + + * Modified all auxiliary files to reflect that the package is now + properly homed at www.gnu.org. + + * Bumped version to 1.0.1. + + 2003-12-11 Dale Mellor * Modified all auxiliary files to reflect that we are now a GNU diff --git a/NEWS b/NEWS index 8ee2233..aec756d 100644 --- a/NEWS +++ b/NEWS @@ -3,7 +3,13 @@ Historic moments in the life of mcron. -*-text-*- Copyright (C) 2003 Dale Mellor See the end for copying conditions. -Please send bug reports to bugs-mcron@gnu.org. +Please send bug reports to bug-mcron@gnu.org. + + +Saturday, 15th May 2004 + Set up Savannah and the mailing lists so that we are now homed properly at + gnu.org. Released version 1.0.1 to reflect this, with CVS tag release_1-0-1 + (no branch). Hopefully we will now get some feedback! Friday, 12th December 2003 diff --git a/README b/README index d2ee900..a42cfeb 100644 --- a/README +++ b/README @@ -2,12 +2,12 @@ Copyright (C) 2003 Dale Mellor -*-text-*- See the end for copying conditions. -This is version 1.0.0 of the mcron program, and is the first release as part of -the GNU system. It is designed and written by Dale Mellor, and replaces and -hugely enhances Vixie cron. It is functionally complete, production quality code -(did you expect less?), but has not received much testing yet. It has only been -built on a GNU/Linux system, and will most likely fail on others (but you never -know...). +This is version 1.0.1 of the mcron program, and is the first release as part of +the GNU system which is actually homed at gnu.org. It is designed and written by +Dale Mellor, and replaces and hugely enhances Vixie cron. It is functionally +complete, production quality code (did you expect less?), but has not received +much testing yet. It has only been built on a GNU/Linux system, and will most +likely fail on others (but you never know...). ---------------------------------------------------------------------- @@ -57,16 +57,15 @@ are included here. Known bugs are noted in the BUGS file, and features which might be implemented sometime sooner or later are noted in the TODO file. -Please send all other bug reports to bugs-mcron@gnu.org. Other mailing lists you +Please send all other bug reports to bug-mcron@gnu.org. Other mailing lists you could subscribe to are help-mcron@gnu.org (for help and advice from the community, including the author) and info-mcron@gnu.org (for news as it happens). Mcron is free software. See the file COPYING for copying conditions. -The mcron development home page is at http://www.gnu.org/software/mcron (also -temporarily at http://rdmp.org/mcron), and can be obtained from -ftp://ftp.gnu.org/mcron (or temporarily from ftp://rdmp.org/mcron). +The mcron development home page is at http://www.gnu.org/software/mcron, and it +can be obtained from ftp://ftp.gnu.org/pub/gnu/mcron. diff --git a/configure.ac b/configure.ac index 6807c39..b58aec0 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.57) -AC_INIT(mcron, 1.0.0, dale_mellor@users.sourceforge.net) +AC_INIT(mcron, 1.0.1, dale_mellor@users.sourceforge.net) AM_INIT_AUTOMAKE diff --git a/mcron.texinfo.in b/mcron.texinfo.in index 41c4b73..75abfe9 100644 --- a/mcron.texinfo.in +++ b/mcron.texinfo.in @@ -1,13 +1,13 @@ \input texinfo @c %**start of header @setfilename mcron.info -@settitle mcron 1.0.0 +@settitle mcron 1.0.1 @c %**end of header @syncodeindex fn cp @copying -Copyright (C) 2003 Dale Mellor +Copyright (C) 2003 Dale Mellor This is free software. See the source files for the terms of the copyright. @@ -178,7 +178,7 @@ more flexibility, and complete compatibility with Vixie cron. @end itemize A full discussion of the design and philosophy of mcron can be found -in the white paper at http://rdmp.org:20202/mcron.html. +in the white paper at http://www.gnu.org/software/mcron/design.html. @node Simple examples, Syntax, Introduction, Top -- cgit v1.2.3