From a7515ebbe62f04d9ad72f1bad062b6a99a4fa72c Mon Sep 17 00:00:00 2001 From: Roy Johnson Date: Tue, 30 Jan 2007 16:34:41 +0000 Subject: [PATCH] fix - No mention of intermediate upgrade step in gotcha's --- docs/changelog/7.x.x.txt | 1 + docs/gotcha.txt | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index 7c8defd7c..4cc2ca939 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -9,6 +9,7 @@ translation out into a seperate method so it can be more easily maintained and tested. - fix: lack of testing for valid object creation + - fix: No mention of intermediate upgrade step in gotcha's 7.3.8 - Fixed a template variable rewriting problem with HTML::Template::Expr diff --git a/docs/gotcha.txt b/docs/gotcha.txt index 9d3e05d74..c08a60519 100644 --- a/docs/gotcha.txt +++ b/docs/gotcha.txt @@ -81,6 +81,10 @@ save you many hours of grief. 7.2.0 -------------------------------------------------------------------- + * IMPORTANT: You must upgrade to 7.1.3 before upgrading to 7.2.0 or + higher. Upgrading from a version prior to 7.1.3 directly to a + 7.2.x or higher version will cause your upgrade to fail. + * NOTE: if you tried to upgrade to 7.2.0 and it failed during the addition of RSS From Parent capability, there have been bugs fixed in that section of the relevant upgrade script in 7.2.1.