Update beta2
authorBrion Vibber <brion@users.mediawiki.org>
Sun, 6 Jun 2004 06:44:50 +0000 (06:44 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Sun, 6 Jun 2004 06:44:50 +0000 (06:44 +0000)
RELEASE-NOTES
includes/DefaultSettings.php

index 8ad826b..b688df3 100644 (file)
@@ -1,6 +1,6 @@
 = MediaWiki release notes =
 
-== Version 1.3.0beta1, 2004-05-21 ==
+== Version 1.3.0beta2, 2004-06-05 ==
 
 **** THIS IS A BETA AND MAY STUNT YOUR GROWTH OR KILL YOUR PETS ****
 
@@ -60,6 +60,17 @@ cases, but this is not recommended on live sites. (This must be set for
 MathML to display properly in Mozilla.)
 
 
+== Version 1.2.6, 2004-05-24 ==
+* Spam blocker ($wgSpamRegex - refuses to save edits that match)
+* Updated documentation about $wgWhitelistRead
+* Ensure that searchindex table is created as MyISAM
+* Interwiki cache timeout (memcached)
+* Fix uploads on Windows with magic_quotes_gpc
+* Some config fixes for Windows (slashes etc)
+* Local interwiki URL redirects
+* Fixed obscure deletion problem in squid mode on corrupt entries
+* Language files updated to remove more hard-coded "Wikipedia" strings
+
 == Version 1.2.5, 2004-05-01 ==
 * Fixed install problem with blank root password
 * Fixed Special:Emailuser/Username links
index 0e9e63d..30b19d8 100644 (file)
@@ -6,7 +6,7 @@
 # like $wgScriptPath, you must also localize everything that
 # depends on it.
 
-$wgVersion                     = "1.3.0beta1";
+$wgVersion                     = "1.3.0beta2";
 
 $wgSitename         = "MediaWiki"; # Please customize!
 $wgMetaNamespace    = FALSE; # will be same as you set $wgSitename
@@ -396,7 +396,6 @@ $wgTidyOpts = '';
 $wgDefaultSkin = "monobook";
 
 # Whether or not to allow real name fields. Defaults to true.
-
 $wgAllowRealName = true;
 
 # Extensions