From: mkanat%bugzilla.org <> Date: Wed, 9 May 2007 02:23:42 +0000 (+0000) Subject: Bug 379777: Finalize Release Notes for Bugzilla 3.0 (Also sync'ed branch relnotes... X-Git-Tag: bugzilla-3.0~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f84555519b58209523c02b59469835fee391c30;p=thirdparty%2Fbugzilla.git Bug 379777: Finalize Release Notes for Bugzilla 3.0 (Also sync'ed branch relnotes with tip relnotes, since they differed slightly, with tip being newer.) Patch By Max Kanat-Alexander r=LpSolit --- diff --git a/template/en/default/pages/release-notes.html.tmpl b/template/en/default/pages/release-notes.html.tmpl index a4e10d7b2b..8e0f716fd6 100644 --- a/template/en/default/pages/release-notes.html.tmpl +++ b/template/en/default/pages/release-notes.html.tmpl @@ -24,8 +24,6 @@ style_urls = ['skins/standard/release-notes.css'] %] -

These release notes are currently a DRAFT.

-

Table of Contents

How to Upgrade From An Older Version

@@ -484,6 +499,10 @@ at that time, that you have to follow before you can complete the upgrade. Don't do the conversion yourself manually--follow the instructions of checksetup.pl. +
  • If you ever ran 2.23.3, 2.23.4, or 3.0rc1, you will have to run + ./collectstats.pl --regenerate at the command line, because + the data for your Old Charts is corrupted. This can take several days, + so you may only want to run it if you use Old Charts.
  • You should also read the Outstanding Issues sections of older release notes if you are upgrading from a version lower than 2.22.
  • @@ -506,8 +525,8 @@ installation can be corrupted beyond recovery. Having a backup keeps you safe. -

    Example: mysqldump -u root -p [% terms.bugs %] > - [% terms.bugs %]-db.sql

    +

    Example: mysqldump -u root -p bu[%# trick filter %]gs > + bu[%# trick filter %]gs-db.sql

  • Replace the files in your installation with the new version of [% terms.Bugzilla %], or you can try to use CVS to upgrade.