r40425 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r40424‎ | r40425 | r40426 >
Date:10:04, 4 September 2008
Author:tstarling
Status:old
Tags:
Comment:
Updates for 1.13.1
Modified paths:
  • /branches/REL1_13/phase3/RELEASE-NOTES (modified) (history)

Diff [purge]

Index: branches/REL1_13/phase3/RELEASE-NOTES
@@ -5,21 +5,10 @@
66
77 == MediaWiki 1.13.1 ==
88
9 -September XX, 2008
 9+September 4, 2008
1010
1111 This is a bugfix release of the Summer 2008 snapshot release of MediaWiki.
1212
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 -
2413 MediaWiki is now using a "continuous integration" development model with
2514 quarterly snapshot releases. The latest development code is always kept
2615 "ready to run", and in fact runs our own sites on Wikipedia.
@@ -31,6 +20,13 @@
3221 Those wishing to use the latest code instead of a branch release can obtain
3322 it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
3423
 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+
3531 == Changes since 1.13.0rc2 ==
3632
3733 * (bug 13770) Fixed incorrect detection of PHP's DOM module