AboutSummaryRefsLogTreeCommitDiffStats
diff options
context:
space:
mode:
authordale_mellor <dale_mellor>2004-05-15 12:53:42 +0000
committerdale_mellor <dale_mellor>2004-05-15 12:53:42 +0000
commit51676b70a8d4e2a13853fd15d81b9e0868171e82 (patch)
tree4587beb1da2ceecbd175647f1c658ef5f4695567
parent627e81918e50e7806aace870d1529adf5d75a15d (diff)
downloadmcron-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--BUGS2
-rw-r--r--ChangeLog8
-rw-r--r--NEWS8
-rw-r--r--README19
-rw-r--r--configure.ac2
-rw-r--r--mcron.texinfo.in6
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 <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
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