Preparing the 3.10.1 release for it's development cycle.
This commit is contained in:
parent
71c2462e84
commit
68b47a4703
3 changed files with 61 additions and 33 deletions
|
|
@ -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
2
docs/upgrades/upgrade_3.10.0-3.10.1.sql
Normal file
2
docs/upgrades/upgrade_3.10.0-3.10.1.sql
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
insert into webguiVersion values ('3.10.1','upgrade',unix_timestamp());
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue