Preparing the 3.10.1 release for it's development cycle.

This commit is contained in:
JT Smith 2002-06-02 15:55:31 +00:00
parent 71c2462e84
commit 68b47a4703
3 changed files with 61 additions and 33 deletions

View file

@ -7,6 +7,19 @@ upgrading from one version to the next, or even between multiple
versions. Be sure to heed the warnings contained herein as they will
save you many hours of grief.
3.10.0 && 3.10.1
--------------------------------------------------------------------
* Be very very careful when applying the patch files for these
releases. On most fileystems they come alpha-numerically
before all of the other 3.x.x patches. Don't be fooled by
this. They must be applied AFTER the
upgrade_3.9.0-3.10.0.sql patch. This is the order in which
the patches MUST be applied:
upgrade_3.9.0-3.10.0.sql
upgrade_3.10.0-3.10.1.sql
upgrade_3.10.1-4.0.0.sql
3.9.0
--------------------------------------------------------------------
* The offline executables (runHourly.pl, testEnvironment.pl,

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1,2 @@
insert into webguiVersion values ('3.10.1','upgrade',unix_timestamp());