diff options
author | dale_mellor <dale_mellor> | 2004-05-15 12:53:42 +0000 |
---|---|---|
committer | dale_mellor <dale_mellor> | 2004-05-15 12:53:42 +0000 |
commit | 51676b70a8d4e2a13853fd15d81b9e0868171e82 (patch) | |
tree | 4587beb1da2ceecbd175647f1c658ef5f4695567 | |
parent | 627e81918e50e7806aace870d1529adf5d75a15d (diff) | |
download | mcron-1.0.1.tar.gz mcron-1.0.1.tar.bz2 mcron-1.0.1.zip |
Updated all user information to reflect the fact that the project is now properly homed at gnu.org.1.0.1
-rw-r--r-- | BUGS | 2 | ||||
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | NEWS | 8 | ||||
-rw-r--r-- | README | 19 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | mcron.texinfo.in | 6 |
6 files changed, 30 insertions, 15 deletions
@@ -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:- @@ -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 @@ -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 @@ -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 |