Commit 86240f84 authored by matty%chariot.net.au's avatar matty%chariot.net.au

Release notes updates.

parent 77224301
...@@ -43,6 +43,7 @@ DBD::MySQL v1.2209 ...@@ -43,6 +43,7 @@ DBD::MySQL v1.2209
AppConfig v1.52 AppConfig v1.52
Template Toolkit v2.07 Template Toolkit v2.07
Text::Wrap v20001.0131 Text::Wrap v20001.0131
File::Spec v0.82
Data::Dumper, Date::Parse, CGI::Carp (any) Data::Dumper, Date::Parse, CGI::Carp (any)
GD v1.19 (optional) GD v1.19 (optional)
Chart::Base v0.99 (optional) Chart::Base v0.99 (optional)
...@@ -124,6 +125,9 @@ XML::Parser (any) ...@@ -124,6 +125,9 @@ XML::Parser (any)
the compiled templates. the compiled templates.
(bug 97832) (bug 97832)
- Querying on CC takes too long on big databases.
(bug 127200)
************************************************************ ************************************************************
*** USERS UPGRADING FROM 2.14.1 OR EARLIER - 2.16 ISSUES *** *** USERS UPGRADING FROM 2.14.1 OR EARLIER - 2.16 ISSUES ***
************************************************************ ************************************************************
...@@ -173,18 +177,32 @@ XML::Parser (any) ...@@ -173,18 +177,32 @@ XML::Parser (any)
(bug 86168) (bug 86168)
- Administrators can now configure maximum attachment sizes. These - Administrators can now configure maximum attachment sizes. These
should remain below the maximum size for MySQL, or you will get should remain below the maximum size for your MySQL server, or you
obscure MySQL errors if you attach a bigger attachment. ??? the size is ??? will get obscure MySQL errors if you attach a bigger attachment.
To find out the current size attachment that MySQL can accept, type
the command 'mysqladmin variables' and find out the value of the
'max_allowed_packet' varible in bytes.
To change the maximum size that MySQL can accept you can alter this
variable in your 'my.cnf' file.
(bug 91664) (bug 91664)
- Perl 5.004 is no longer supported because the Template Toolkit - Perl 5.004 is no longer supported because the Template Toolkit
requires 5.005. requires 5.005.
(bug 97721) (bug 97721)
- New requirements: Text::Wrap, Template [requires AppConfig].
(bugs 97784, 84338)
- New version required: Perl v5.005, File::Spec v0.82
(bugs 97721, ???)
- The index page is now a CGI instead of an HTML page. You should remove - The index page is now a CGI instead of an HTML page. You should remove
any existing HTML page and make sure your web server allows index.cgi to any existing HTML page and make sure your web server allows index.cgi to
be the default page. If you are not able to do that you can set index_html be the default page in a directory. If you are not able to do that you
to 1 and checksetup.pl will create a redirect page for you. can instead set index_html in the 'localconfig' file to 1 and checksetup.pl
will create a redirect page for you.
(bug 80183) (bug 80183)
- It is now strongly recommended that administrators run - It is now strongly recommended that administrators run
...@@ -262,7 +280,7 @@ XML::Parser (any) ...@@ -262,7 +280,7 @@ XML::Parser (any)
field or use the back/forward buttons in your browser to return field or use the back/forward buttons in your browser to return
to the page. to the page.
(bug 97966) (bug 97966)
- You could not reverse dependencies in one step. ??? really fixed ??? - You could not reverse dependencies in one step.
(bug 82143) (bug 82143)
- Mass reassignment of non-open bugs will no longer reopen them. - Mass reassignment of non-open bugs will no longer reopen them.
(bug 30731) (bug 30731)
...@@ -284,7 +302,7 @@ XML::Parser (any) ...@@ -284,7 +302,7 @@ XML::Parser (any)
(bug 98368) (bug 98368)
- Apostrophes in component/milestone/version names no longer cause - Apostrophes in component/milestone/version names no longer cause
a problem on the query page. a problem on the query page.
(bug 30689/42810) ??? resolve dupe ??? (bug 30689/42810)
- File attachment comments will now wrap. - File attachment comments will now wrap.
(bug 52060) (bug 52060)
- Saved queries are no longer mangled if you need to log in again, - Saved queries are no longer mangled if you need to log in again,
...@@ -308,9 +326,6 @@ XML::Parser (any) ...@@ -308,9 +326,6 @@ XML::Parser (any)
- Quicksearch gave a weird error message when Bugzilla was - Quicksearch gave a weird error message when Bugzilla was
shut down. shut down.
(bug 121741) (bug 121741)
- Querying on CC took too long on big databases, it is quicker
now.
(bug 127200) ??? reopened ???
- Operating system detection fixes. - Operating system detection fixes.
(bugs 92763, 135666) (bugs 92763, 135666)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment