summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrion Vibber <brion@users.mediawiki.org>2004-11-15 23:59:13 +0000
committerBrion Vibber <brion@users.mediawiki.org>2004-11-15 23:59:13 +0000
commitd9bc303a07d3391e9abd1177ea5ac48c6603f83e (patch)
tree96b7b0b83b8fd01469f17658c96d4221aa282cb4
parentdb7456b42462b5caad5cb94601d1318f5ff160fd (diff)
Bump version to 1.3.81.3.8
Notes
http://mediawiki.org/wiki/Special:Code/MediaWiki/6279
-rw-r--r--RELEASE-NOTES8
-rw-r--r--includes/DefaultSettings.php2
2 files changed, 8 insertions, 2 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 7afba9e2d809..375542444e99 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -3,7 +3,12 @@
Security reminder: MediaWiki does not require PHP's register_globals
setting since version 1.2.0. If you have it on, turn it *off* if you can.
-== Version 1.3.8, 2004-11-?? ==
+== Version 1.3.8, 2004-11-15 ==
+
+MediaWiki 1.3.8 is a bugfix release. Those running wikis with uploads
+enabled are strongly recommended to upgrade as this fixes several problems
+with overwriting previously-uploaded files.
+
Changes from 1.3.7:
* (bug 506) fix array_key_exists() warning for IIS servers using
ISAPI mode
@@ -19,6 +24,7 @@ Changes from 1.3.7:
* Allow page [[0]] to be renamed
* (bug 774) when saving with section=new, return to the anchor as with
existing numbered section edits
+* Experimental shared upload overlay area (disabled by default)
* (bug 806) Removed some "Wikipedia" hardcoding in German localization
* User option localization fix for some extensions
* (bug 809) now try to load the mysql php extension if it isn't loaded
diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php
index 66090af78f4e..ad7942efafa6 100644
--- a/includes/DefaultSettings.php
+++ b/includes/DefaultSettings.php
@@ -9,7 +9,7 @@ if( defined( "MEDIAWIKI" ) ) {
# like $wgScriptPath, you must also localize everything that
# depends on it.
-$wgVersion = '1.3.7';
+$wgVersion = '1.3.8';
$wgSitename = 'MediaWiki'; # Please customize!
$wgMetaNamespace = FALSE; # will be same as you set $wgSitename