Index: branches/REL1_12/phase3/includes/DefaultSettings.php |
— | — | @@ -31,7 +31,7 @@ |
32 | 32 | $wgConf = new SiteConfiguration; |
33 | 33 | |
34 | 34 | /** MediaWiki version number */ |
35 | | -$wgVersion = '1.12.2'; |
| 35 | +$wgVersion = '1.12.3'; |
36 | 36 | |
37 | 37 | /** Name of the site. It must be changed in LocalSettings.php */ |
38 | 38 | $wgSitename = 'MediaWiki'; |
Index: branches/REL1_12/phase3/RELEASE-NOTES |
— | — | @@ -2,11 +2,11 @@ |
3 | 3 | |
4 | 4 | For upgrade instructions please see the UPGRADE file in this directory. |
5 | 5 | |
6 | | -== MediaWiki 1.12.2 == |
| 6 | +== MediaWiki 1.12.3 == |
7 | 7 | |
8 | | -December 15, 2008 |
| 8 | +December 17, 2008 |
9 | 9 | |
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. |
11 | 11 | |
12 | 12 | MediaWiki is now using a "continuous integration" development model with |
13 | 13 | quarterly snapshot releases. The latest development code is always kept |
— | — | @@ -19,6 +19,11 @@ |
20 | 20 | Those wishing to use the latest code instead of a branch release can obtain |
21 | 21 | it from source control: http://www.mediawiki.org/wiki/Download_from_SVN |
22 | 22 | |
| 23 | +== Changes since 1.12.2 == |
| 24 | + |
| 25 | +* Fixed packaging/distribution error. Many files were missing from the |
| 26 | + distributed tarball. |
| 27 | + |
23 | 28 | == Changes since 1.12.1 == |
24 | 29 | |
25 | 30 | David Remahl of Apple's Product Security team has identified a number of |