Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -99,6 +99,7 @@ |
100 | 100 | queued task; allows extensions to introduce custom jobs |
101 | 101 | * (bug 10326) AJAX-based page watching and unwatching has been cleaned up and |
102 | 102 | enabled by default. |
| 103 | +* Added option to install to MyISAM |
103 | 104 | |
104 | 105 | == Bugfixes since 1.10 == |
105 | 106 | |
— | — | @@ -193,6 +194,9 @@ |
194 | 195 | * As intended, *skip* the HTTP proxy purges when doing HTCP purges |
195 | 196 | * (bug 9696) Fix handling of brace transformations in "pagemovedtext" |
196 | 197 | * (bug 10325) Fix regression in form action on Special:Listusers |
| 198 | +* Fixed installation on MyISAM or old InnoDB with charset=utf8, was giving |
| 199 | + overlong key errors. |
| 200 | +* Fixed zero-padding issues with MySQL 5 binary schema |
197 | 201 | |
198 | 202 | == API changes since 1.10 == |
199 | 203 | |