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

Revision: 99746
Author:   jeroendedauw
Date:     2011-10-13 23:39:53 +0000 (Thu, 13 Oct 2011)
Log Message:
-----------
change version nr and rel notes, will be 1.7, not 1.6.3

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-10-13 23:26:33 UTC 
(rev 99745)
+++ trunk/extensions/SemanticMediaWiki/RELEASE-NOTES    2011-10-13 23:39:53 UTC 
(rev 99746)
@@ -1,20 +1,11 @@
 For a documentation of all features, see http://semantic-mediawiki.org
 
 
-== SMW 1.6.3 ==
+== SMW 1.7 ==
 
 * Added native "internal objects" that can be set using #setobject.
 * Added support for selecting a default graph when using RDF stores,
   configuration called $smwgSparqlDefaultGraph
-* Fixed the default result format for #show.
-* Fixed display of table headers when they are all empty.
-* Migrated all query printers to use the new param handling,
-  which fixes some issues introduced in 1.6.2.
-
-== SMW 1.6.2 ==
-
-Released on September 20, 2011.
-
 * Use of native MediaWiki sortable tables for the table formats.
 * Added definitions for missing params (sort, order, searchlabel) to the base 
query printer.
 * Added validation and manipulation of the format paremeter using Validator.

Modified: trunk/extensions/SemanticMediaWiki/includes/SMW_Setup.php
===================================================================
--- trunk/extensions/SemanticMediaWiki/includes/SMW_Setup.php   2011-10-13 
23:26:33 UTC (rev 99745)
+++ trunk/extensions/SemanticMediaWiki/includes/SMW_Setup.php   2011-10-13 
23:39:53 UTC (rev 99746)
@@ -8,7 +8,7 @@
  */
 
 // The SMW version number.
-define( 'SMW_VERSION', '1.6.3 alpha' );
+define( 'SMW_VERSION', '1.7 alpha' );
 
 // 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-10-13 23:26:33 UTC (rev 99745)
+++ trunk/extensions/SemanticMediaWiki/includes/SMW_SetupLight.php      
2011-10-13 23:39:53 UTC (rev 99746)
@@ -14,7 +14,7 @@
  * @ingroup SMW
  */
 
-define( 'SMW_VERSION', '1.6.3 alpha light' );
+define( 'SMW_VERSION', '1.7 light' );
 
 require_once( 'SMW_GlobalFunctions.php' );
 


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

Reply via email to