r44707 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r44706‎ | r44707 | r44708 >
Date:08:19, 17 December 2008
Author:tstarling
Status:deferred
Tags:
Comment:
Incrementing version number to fix packaging error.
Modified paths:
  • /branches/REL1_12/phase3/RELEASE-NOTES (modified) (history)
  • /branches/REL1_12/phase3/includes/DefaultSettings.php (modified) (history)

Diff [purge]

Index: branches/REL1_12/phase3/includes/DefaultSettings.php
@@ -31,7 +31,7 @@
3232 $wgConf = new SiteConfiguration;
3333
3434 /** MediaWiki version number */
35 -$wgVersion = '1.12.2';
 35+$wgVersion = '1.12.3';
3636
3737 /** Name of the site. It must be changed in LocalSettings.php */
3838 $wgSitename = 'MediaWiki';
Index: branches/REL1_12/phase3/RELEASE-NOTES
@@ -2,11 +2,11 @@
33
44 For upgrade instructions please see the UPGRADE file in this directory.
55
6 -== MediaWiki 1.12.2 ==
 6+== MediaWiki 1.12.3 ==
77
8 -December 15, 2008
 8+December 17, 2008
99
10 -This is a security release of the quarterly branch of MediaWiki for Winter 2008.
 10+This is a bugfix release of the quarterly branch of MediaWiki for Winter 2008.
1111
1212 MediaWiki is now using a "continuous integration" development model with
1313 quarterly snapshot releases. The latest development code is always kept
@@ -19,6 +19,11 @@
2020 Those wishing to use the latest code instead of a branch release can obtain
2121 it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
2222
 23+== Changes since 1.12.2 ==
 24+
 25+* Fixed packaging/distribution error. Many files were missing from the
 26+ distributed tarball.
 27+
2328 == Changes since 1.12.1 ==
2429
2530 David Remahl of Apple's Product Security team has identified a number of

Status & tagging log