Skip to content

Commit 0034fc9

Browse files
author
Tim Starling
committed
Updates for release of 1.14.0
1 parent c79da7d commit 0034fc9

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

RELEASE-NOTES

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ setting since version 1.2.0. If you have it on, turn it *off* if you can.
55

66
== MediaWiki 1.14.0 ==
77

8+
February 22, 2009
9+
810
This is the first stable release of the 2009 Q1 branch of MediaWiki.
911

1012
MediaWiki is now using a "continuous integration" development model with
@@ -24,7 +26,7 @@ fix this problem for the release of 1.15.0.
2426

2527
== Changes since 1.14.0rc1 ==
2628

27-
* Fixed performance of the backlinks API module
29+
* Fixed the performance of the backlinks API module
2830
* (bug 17420) Send the correct content type from action=raw when the HTML file
2931
cache is enabled.
3032
* (bug 17437) Fixed incorrect link to web-based installer

includes/DefaultSettings.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
}
3434

3535
/** MediaWiki version number */
36-
$wgVersion = '1.14.0rc1';
36+
$wgVersion = '1.14.0';
3737

3838
/** Name of the site. It must be changed in LocalSettings.php */
3939
$wgSitename = 'MediaWiki';

0 commit comments

Comments
 (0)