summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2006-04-22 06:42:18 +0200
committerlpsolit%gmail.com <>2006-04-22 06:42:18 +0200
commit3a5c5b6d164fd2293cbeedb9e85a3e372f23f8c9 (patch)
tree708f3756f392d67ca9a8494f134c7558e93ee87f /docs
parent5c59982da7d71d122b16363b1fb3d75f3bd0eb66 (diff)
downloadbugzilla-3a5c5b6d164fd2293cbeedb9e85a3e372f23f8c9.tar.gz
bugzilla-3a5c5b6d164fd2293cbeedb9e85a3e372f23f8c9.tar.xz
Bug 329628: Finalize Release Notes for 2.22 - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat
Diffstat (limited to 'docs')
-rw-r--r--docs/rel_notes.txt20
1 files changed, 13 insertions, 7 deletions
diff --git a/docs/rel_notes.txt b/docs/rel_notes.txt
index 9d3c02644..6dc1eecdd 100644
--- a/docs/rel_notes.txt
+++ b/docs/rel_notes.txt
@@ -2,8 +2,6 @@
*** The Bugzilla 2.22 Release Notes ***
***************************************
-Note: These Release Notes are a DRAFT until the final release of 2.22.
-
Table of Contents
*****************
@@ -88,8 +86,11 @@ For PostgreSQL Users
perl module: DBD::Pg 1.31 (1.41 required for PostgreSQL 8+)
WARNING: DBD::Pg 1.43 has a bug which causes checksetup.pl to fail
- and corrupt the database. If you are using DBD::Pg 1.43, downgrade
- to 1.42 or 1.41.
+ and corrupt the database. If you are using DBD::Pg 1.43, either downgrade
+ to 1.41 or upgrade to 1.45 (1.42 and 1.44 seem broken somehow too).
+
+ Note that this is the last release of Bugzilla to support PostgreSQL 7.x.
+ Future versions will require PostgreSQL 8.0 and DBD::Pg 1.45.
Required Perl Modules
---------------------
@@ -306,6 +307,9 @@ Miscellaneous Improvements
- You can now change the assignee and QA contact on multiple bugs at
once even when those bugs are in different products.
+- contrib/merge-users.pl allows you to merge two user accounts. This is
+ particulary useful when a user opened several accounts and only one should
+ be kept. It also lets you merge a deleted account with an existing one.
All Changes
-----------
@@ -322,13 +326,15 @@ Deprecated Features
- This is the last release of Bugzilla to support perl 5.6.x. All future
versions of Bugzilla will require at least perl 5.8.
+ This is the last release of Bugzilla to support PostgreSQL 7.x. Future
+ releases using PostgreSQL will require PostgreSQL 8.0 and DBD::Pg 1.45.
Outstanding Issues
******************
- bug 305836: PostgreSQL users: do not use DBD::Pg version 1.43 with
- Bugzilla. It has a bug which can corrupt the database. Version 1.42
- is fine. Version 1.44 will also be fine, when it is released.
+ Bugzilla. It has a bug which can corrupt the database. Version 1.41
+ is fine. Version 1.45 or higher is fine too.
- (No Bug Number) VERY IMPORTANT: If you have customized the values in
your Status/Resolution field, you must edit checksetup.pl BEFORE YOU
@@ -499,7 +505,7 @@ Other Changes
the bug where we moved the function, allowing you to find out
what the new name and location is.
-- We expect this to be the last release that contains the deprecated
+- This is the last release that contains the deprecated
SendSQL, SqlQuote, FetchSqlData, MoreSqlData, and FetchOneColumn
functions. Instead, you should use DBI functions. For a very brief
example, see: