Index: branches/REL1_13/phase3/RELEASE-NOTES |
— | — | @@ -5,21 +5,10 @@ |
6 | 6 | |
7 | 7 | == MediaWiki 1.13.1 == |
8 | 8 | |
9 | | -September XX, 2008 |
| 9 | +September 4, 2008 |
10 | 10 | |
11 | 11 | This is a bugfix release of the Summer 2008 snapshot release of MediaWiki. |
12 | 12 | |
13 | | -Changes in this release: |
14 | | - |
15 | | -* (bug 15460) Fixed intermittent deadlock errors involving objectcache |
16 | | - table queries. Use a separate database connection for the objectcache table |
17 | | - to avoid long-lasting locks on that table. |
18 | | - |
19 | | -== MediaWiki 1.13.0 == |
20 | | - |
21 | | -This is the first stable release of the Summer 2008 quarterly snapshot release |
22 | | -of MediaWiki. |
23 | | - |
24 | 13 | MediaWiki is now using a "continuous integration" development model with |
25 | 14 | quarterly snapshot releases. The latest development code is always kept |
26 | 15 | "ready to run", and in fact runs our own sites on Wikipedia. |
— | — | @@ -31,6 +20,13 @@ |
32 | 21 | Those wishing to use the latest code instead of a branch release can obtain |
33 | 22 | it from source control: http://www.mediawiki.org/wiki/Download_from_SVN |
34 | 23 | |
| 24 | +== Changes since 1.13.0 |
| 25 | + |
| 26 | +* (bug 15460) Fixed intermittent deadlock errors and poor concurrent |
| 27 | + performance for installations without memcached. |
| 28 | +* (bug 13770) Fixed DOM module detection for installations with both dom |
| 29 | + and domxml. |
| 30 | + |
35 | 31 | == Changes since 1.13.0rc2 == |
36 | 32 | |
37 | 33 | * (bug 13770) Fixed incorrect detection of PHP's DOM module |