Updated all user information to reflect the fact that the project is now properly homed at gnu.org.

This commit is contained in:
dale_mellor 2004-05-15 12:53:42 +00:00
commit 51676b70a8
6 changed files with 30 additions and 15 deletions

2
BUGS
View file

@ -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:-

View file

@ -1,3 +1,11 @@
2004-05-15 Dale Mellor <dale_mellor@users.sourceforge.net>
* 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 <dale_mellor@users.sourceforge.net>
* Modified all auxiliary files to reflect that we are now a GNU

8
NEWS
View file

@ -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

19
README
View file

@ -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.

View file

@ -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

View file

@ -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