On Sat, Oct 19, 2002 at 02:44:35PM -0400, Ed Tomlinson wrote:
<>
> In ONE day??? Its going to take a week to get this done right. I would
> suggest that we annouce rc1 on Wednesday, with the goal of releasing 0.5
> a week from then. This will also encourage freesite operators to update
> their sites with up-to-date info.
I agree completely. The absolutely lowest criteria for a full release is
that we have had a total freeze against a release candidate that has
been tested extensively for a week.
There is a simple algorithm for this:
do {
freeze(code);
time = currentTime();
while (NOW < time + ONE_WEEK)
if (bugfound()) {
unfreeze(code);
fix(code);
continue;
}
}
release = code;
unfreeze(code);
return release;
} while (true);
--
Oskar Sandberg
oskar at freenetproject.org
_______________________________________________
devl mailing list
devl at freenetproject.org
http://hawk.freenetproject.org/cgi-bin/mailman/listinfo/devl