summaryrefslogtreecommitdiffstats
path: root/docs/en/rel_notes.txt
diff options
context:
space:
mode:
authorbbaetz%student.usyd.edu.au <>2008-04-04 13:47:35 +0200
committerbbaetz%student.usyd.edu.au <>2008-04-04 13:47:35 +0200
commitc39b822c26725348b07218d51b410aca6bf8a208 (patch)
treea795081d70b8e6e2dcb145d18d819715240da894 /docs/en/rel_notes.txt
parent524123b68074f417dedde861ae8460d4ad87c79b (diff)
downloadbugzilla-c39b822c26725348b07218d51b410aca6bf8a208.tar.gz
bugzilla-c39b822c26725348b07218d51b410aca6bf8a208.tar.xz
bug 97496 - release notes update. Mention deprecated features.
Diffstat (limited to 'docs/en/rel_notes.txt')
-rw-r--r--docs/en/rel_notes.txt18
1 files changed, 14 insertions, 4 deletions
diff --git a/docs/en/rel_notes.txt b/docs/en/rel_notes.txt
index 5124608ab..374ee0e04 100644
--- a/docs/en/rel_notes.txt
+++ b/docs/en/rel_notes.txt
@@ -25,6 +25,9 @@ contains more errors after an upgrade, it doesn't necessarily
mean there are more errors in your database, as it is likely
they weren't being checked for in the old version.
+Failure to do this may mean that bugzilla will not
+work correctly.
+
Administrators must make sure that certain files are
inaccessible or confidential information might become
available to enterprising individuals. This includes the
@@ -33,12 +36,12 @@ see the Bugzilla Guide for more information.
*** Dependency Requirements ***
-MySQL v???
-Perl v???
+MySQL v3.22.5
+Perl v5.005
DBI v1.13
DBD::MySQL v1.2209
AppConfig v1.52
-Template v2.06
+Template Toolkit v2.06
Text::Wrap v20001.0131
Data::Dumper, Date::Parse, CGI::Carp (any)
GD v1.19 (optional)
@@ -47,7 +50,14 @@ XML::Parser (any)
*** Deprecated Features ***
-???
+- This is the last stable release of bugzilla which will support mysql version
+ 3.22. Future releases will require at least version 3.23.x. The exact minimum
+ version number required has not yet been decided (bug 87958)
+- The use of bugzilla to maintain the shadowdb will be removed before the
+ next stable release. The replacement (using mysql's built in replication) is
+ not supported in 2.16, but we expect that very few sites use this feature.
+ If this would cause a problem for you, please comment in bug 124589
+- ??? Anything else?
*** Outstanding Issues Of Note ***