http://www.mediawiki.org/wiki/Special:Code/MediaWiki/97500

Revision: 97500
Author:   jeroendedauw
Date:     2011-09-19 14:56:14 +0000 (Mon, 19 Sep 2011)
Log Message:
-----------
up rel notes and increment version to 1.6.2 RC

Modified Paths:
--------------
    trunk/extensions/SemanticMediaWiki/RELEASE-NOTES
    trunk/extensions/SemanticMediaWiki/includes/SMW_Setup.php
    trunk/extensions/SemanticMediaWiki/includes/SMW_SetupLight.php

Modified: trunk/extensions/SemanticMediaWiki/RELEASE-NOTES
===================================================================
--- trunk/extensions/SemanticMediaWiki/RELEASE-NOTES    2011-09-19 14:51:52 UTC 
(rev 97499)
+++ trunk/extensions/SemanticMediaWiki/RELEASE-NOTES    2011-09-19 14:56:14 UTC 
(rev 97500)
@@ -3,13 +3,17 @@
 
 == SMW 1.6.2 ==
 
+Released on September 20, 2011.
+
 * Use of native MediaWiki sortable tables for the table formats.
 * Fixed separator and filename parameters for the DSV format.
-* Fixed display of properties of type URL (bug 30912).
 * Added definitions for missing params (sort, order, searchlabel) to the base 
query printer.
 * Added validation and manipulation of the format paremeter using Validator.
 * Added class parameter to the table format which allows setting the css 
class. 
-* Added alpha version of native SMW Ask API with moudles ask and askargs. 
+* Added alpha version of native SMW Ask API with moudles ask and askargs.
+* Fixed display of properties of type URL (bug 30912).
+* Fixed hide query functionality on Special:Ask (bug 30768).
+* Fixed display of internal SMW helper constants in certain queries (bug 
30969).
 
 == SMW 1.6.1 ==
 

Modified: trunk/extensions/SemanticMediaWiki/includes/SMW_Setup.php
===================================================================
--- trunk/extensions/SemanticMediaWiki/includes/SMW_Setup.php   2011-09-19 
14:51:52 UTC (rev 97499)
+++ trunk/extensions/SemanticMediaWiki/includes/SMW_Setup.php   2011-09-19 
14:56:14 UTC (rev 97500)
@@ -8,7 +8,7 @@
  */
 
 // The SMW version number.
-define( 'SMW_VERSION', '1.6.2 alpha' );
+define( 'SMW_VERSION', '1.6.2 RC' );
 
 // A flag used to indicate SMW defines a semantic extension type for extension 
crdits.
 define( 'SEMANTIC_EXTENSION_TYPE', true );

Modified: trunk/extensions/SemanticMediaWiki/includes/SMW_SetupLight.php
===================================================================
--- trunk/extensions/SemanticMediaWiki/includes/SMW_SetupLight.php      
2011-09-19 14:51:52 UTC (rev 97499)
+++ trunk/extensions/SemanticMediaWiki/includes/SMW_SetupLight.php      
2011-09-19 14:56:14 UTC (rev 97500)
@@ -14,7 +14,7 @@
  * @ingroup SMW
  */
 
-define( 'SMW_VERSION', '1.6.2 alpha light' );
+define( 'SMW_VERSION', '1.6.2 RC light' );
 
 require_once( 'SMW_GlobalFunctions.php' );
 


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to