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

Revision: 97429
Author:   jeroendedauw
Date:     2011-09-18 18:18:32 +0000 (Sun, 18 Sep 2011)
Log Message:
-----------
rel 1.6.2

Modified Paths:
--------------
    trunk/extensions/SemanticResultFormats/RELEASE-NOTES
    trunk/extensions/SemanticResultFormats/SemanticResultFormats.php

Modified: trunk/extensions/SemanticResultFormats/RELEASE-NOTES
===================================================================
--- trunk/extensions/SemanticResultFormats/RELEASE-NOTES        2011-09-18 
17:55:17 UTC (rev 97428)
+++ trunk/extensions/SemanticResultFormats/RELEASE-NOTES        2011-09-18 
18:18:32 UTC (rev 97429)
@@ -4,6 +4,8 @@
 
 == SRF 1.6.2 ==
 
+Released on September 18, 2011.
+
 * Fixed error in math printer when there are no numerical results. 
 * Fixed vCard compatibility with SMW 1.6 and later.
 * Fixed array compatibility with SMW 1.6 and later.

Modified: trunk/extensions/SemanticResultFormats/SemanticResultFormats.php
===================================================================
--- trunk/extensions/SemanticResultFormats/SemanticResultFormats.php    
2011-09-18 17:55:17 UTC (rev 97428)
+++ trunk/extensions/SemanticResultFormats/SemanticResultFormats.php    
2011-09-18 18:18:32 UTC (rev 97429)
@@ -20,7 +20,7 @@
        die( 'Not an entry point.' );
 }
 
-define( 'SRF_VERSION', '1.6.1' );
+define( 'SRF_VERSION', '1.6.2' );
 
 // Require the settings file.
 require dirname( __FILE__ ) . '/SRF_Settings.php';
@@ -53,18 +53,10 @@
        'name' => 'Semantic Result Formats',
        'version' => SRF_VERSION,
        'author' => array(
-               'Frank Dengler',
-               '[http://steren.fr Steren Giannini]',
-               'Sanyam Goyal',
-               'Fabian Howahl',
+               '[http://www.mediawiki.org/wiki/User:Jeroen_De_Dauw Jeroen De 
Dauw]',
                'Yaron Koren',
-               '[http://korrekt.org Markus Krötzsch]',
-               'David Loomer',
-               '[http://simia.net Denny Vrandecic]',
-               'Hans-Jörg Happel',
-               'Rowan Rodrik van der Molen',
-               '[http://www.mediawiki.org/wiki/User:Danwe Daniel Werner]',
-               '[http://www.mediawiki.org/wiki/User:Jeroen_De_Dauw Jeroen De 
Dauw]'
+               'Sanyam Goyal',
+               'others'
        ),
        'url' => 
'http://www.mediawiki.org/wiki/Extension:Semantic_Result_Formats',
        'descriptionmsg' => 'srf-desc'


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

Reply via email to