Author: jbruehe
Date: 2006-04-10 21:17:33 +0200 (Mon, 10 Apr 2006)
New Revision: 1778
Log:
Changes for 5.0.20:
- Release date
- Feedback on the draft announcement, integrated into the "news"
section.
Modified:
trunk/refman-common/news-5.0.xml
trunk/refman-common/titles.en.ent
Modified: trunk/refman-common/news-5.0.xml
===================================================================
--- trunk/refman-common/news-5.0.xml 2006-04-10 18:43:41 UTC (rev 1777)
+++ trunk/refman-common/news-5.0.xml 2006-04-10 19:17:33 UTC (rev 1778)
@@ -360,7 +360,12 @@
<listitem>
<para>
- Windows builds now have SSL support enabled. (Bug #18195)
+ Builds for Windows, Linux, and Unix (except AIX) platforms now
+ have SSL support enabled, in the server as well as in the
+ client libraries. Because part of the SSL code is written in
+ C++, this does introduce dependencies on the system's C++
+ runtime libraries in several cases, depending on compiler
+ specifics. (Bug #18195)
</para>
</listitem>
@@ -393,11 +398,12 @@
<listitem>
<para>
- Checks for permissions on database operations were performed
- in a case-insensitive manner, meaning that a user with
- permissions on database <literal>MYDATABASE</literal> also had
- permissions on database <literal>myDataBase</literal>. (Bug
- #17279)
+ Checks for permissions on database operations could be
+ performed in a case-insensitive manner (a user with
+ permissions on database <literal>MYDATABASE</literal> could by
+ accident get permissions on database
+ <literal>myDataBase</literal>), if the privilege data were
+ still cached from a previous check. (Bug #17279)
</para>
</listitem>
@@ -466,8 +472,9 @@
<para>
<literal>REPAIR TABLE</literal>, <literal>OPTIMIZE
TABLE</literal>, and <literal>ALTER TABLE</literal> operations
- on transactional tables could corrupt triggers referencing
- those tables. (Bug #18153)
+ on transactional tables (or on tables of any type on Windows)
+ could corrupt triggers associated with those tables. (Bug
+ #18153)
</para>
</listitem>
Modified: trunk/refman-common/titles.en.ent
===================================================================
--- trunk/refman-common/titles.en.ent 2006-04-10 18:43:41 UTC (rev 1777)
+++ trunk/refman-common/titles.en.ent 2006-04-10 19:17:33 UTC (rev 1778)
@@ -1330,7 +1330,7 @@
<!ENTITY title-news-5-0-17 "Changes in release 5.0.17 (14 December 2005)">
<!ENTITY title-news-5-0-18 "Changes in release 5.0.18 (21 December 2005)">
<!ENTITY title-news-5-0-19 "Changes in release 5.0.19 (04 March 2006)">
-<!ENTITY title-news-5-0-20 "Changes in release 5.0.20 (Not yet released)">
+<!ENTITY title-news-5-0-20 "Changes in release 5.0.20 (31 March 2006)">
<!ENTITY title-news-5-0-21 "Changes in release 5.0.21 (Not yet released)">
<!ENTITY title-news-5-0-2 "Changes in release 5.0.2 (01 Dec 2004)">
<!ENTITY title-news-5-0-3 "Changes in release 5.0.3 (23 Mar 2005: Beta)">
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r1778 - trunk/refman-common | jbruehe | 10 Apr |