r75377 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r75376‎ | r75377 | r75378 >
Date:20:04, 25 October 2010
Author:jeroendedauw
Status:deferred
Tags:
Comment:
Updated release notes and incremented version number to 1.5.3 rc1
Modified paths:
  • /trunk/extensions/SemanticMediaWiki/RELEASE-NOTES (modified) (history)
  • /trunk/extensions/SemanticMediaWiki/includes/SMW_Setup.php (modified) (history)
  • /trunk/extensions/SemanticMediaWiki/includes/SMW_SetupLight.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticMediaWiki/RELEASE-NOTES
@@ -1,5 +1,13 @@
22 For a documentation of all features, see http://semantic-mediawiki.org
33
 4+== SMW 1.5.3 ==
 5+
 6+* Compatibility with MediaWiki 1.17
 7+* Added << and >> comparators for strict comparisons. Also added ≤ and ≥ for
 8+ non-strict comparisons. And introduced $smwStrictComparators setting that
 9+ allows changing the behaviour of < and > to doing strict comparisons.
 10+* Various style and documentation improvements and translation updates.
 11+
412 == SMW 1.5.2 ==
513
614 * 'Printouts' textarea in Special:Ask now has autocompletion on property
Index: trunk/extensions/SemanticMediaWiki/includes/SMW_SetupLight.php
@@ -14,7 +14,7 @@
1515 * @ingroup SMW
1616 */
1717
18 -define( 'SMW_VERSION', '1.5.3-light alpha' );
 18+define( 'SMW_VERSION', '1.5.3-light rc1' );
1919
2020 require_once( 'SMW_GlobalFunctions.php' );
2121
Index: trunk/extensions/SemanticMediaWiki/includes/SMW_Setup.php
@@ -8,7 +8,7 @@
99 */
1010
1111 // The SMW version number.
12 -define( 'SMW_VERSION', '1.5.3 alpha' );
 12+define( 'SMW_VERSION', '1.5.3 rc1' );
1313
1414 // A flag used to indicate SMW defines a semantic extension type for extension crdits.
1515 define( 'SEMANTIC_EXTENSION_TYPE', true );

Status & tagging log