diff --git a/doc.html.in b/doc.html.in
index 0a8aee4..39e02ef 100644
--- a/doc.html.in
+++ b/doc.html.in
@@ -65,6 +65,27 @@ those who either can't or don't feel like installing it.
It is authored by Michael Pyne (mpyne (AT) grammarian (DOT) homelinux
(DOT) net), and is one of several build scripts for this purpose.
+2004-Jun-14: v0.73
+Bugfixes:
+
+- The no-rebuild-on-fail
+configuration file option didn't actually work in prior versions.
+- The log file for a build now has a number appended, since multiple build
+attempts can occur during a single script run.
+
+
+Features:
+
+- Based on a suggestion by mornfall, the autorebuilding process doesn't
+clean out the build directory for a module when trying to rebuild. In
+addition, on a failure, make will be run again since sometimes that's all it
+takes to make it work. If the build process still fails, the build system
+will be recreated, but the build directory won't be cleaned. This is a big
+time saver, and should give the same results. Using the --refresh-build option will still cause the
+build directory to be cleaned at this point.
+
+
2004-Jun-13: v0.72 -- This Should Work Edition™
Bugfixes:
@@ -131,51 +152,6 @@ ran in by browsing $(cvs-root)/log/latest.
-2004-Jun-12: v0.70
-
-- The script now lets CVS handle the admin directory, fixing a problem where
-adding the checkout-only option to a module that had already been checked out
-would cause an error.
-
-
-- The script now comes packages the way products in the rest of the FOSS
-world do, in its own directory.
-
-
-- Workaround a bug in the auto-rebuilding for qt-copy until I figure out
-what's going on.
-
-
-- The --no-build command line option has
-been fixed. It was broken in a recent release.
-
-
-- A new configuration file option has been added, stop-on-failure. Setting this option to true
-causes the script to stop whenever an error is detected during the build or
-install processes.
-
-
-
-2004-Jun-08: v0.66, which is a bug-fix release.
-
-- Keep module changes in the build process for a module from affecting other
-modules. This should fix a build error in kdepim due to qt-copy setting the
-environment variable YACC.
-
-
-- If unsermake isn't supposed to be used for a module, forcibly remove it
-from the list of environment variables. I'm not sure why this seemed to work
-for me in earlier versions, as the code was never correct. :-|
-
-
-- Really fix the bug where "Script starts" would be displayed before
-command line options were processed, resulting in sub-optimal program output.
-
-
-
-
-
I recommend that you set up a separate user account if you decide to run KDE
from CVS. I didn't at first, and I won't repeat that mistake for KDE 3.3 ;-).
I would also recommend that you add this script to your crontab so that you
@@ -740,7 +716,7 @@ href="#options">.kdecvs-buildrc options.
CVSup is a registered trademark of John D. Polstra.
-Last modified: Sun Jun 13 03:12:10 2004
+Last modified: Sun Jun 13 22:10:28 2004