Wikinaut has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/59341


Change subject: updated version number to 2.21
......................................................................

updated version number to 2.21

Change-Id: I6f5c3c83ee0c43d92ca8d295428efe58c216c4a7
---
M RELEASE-NOTES
M RSS.php
2 files changed, 5 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/RSS 
refs/changes/41/59341/2

diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index c554bca..15f3ca3 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,6 +1,6 @@
 RELEASE NOTES of the MediaWiki extension RSS
 
-Version 2.20 20130303
+Version 2.21 20130415
 
 Manual http://www.mediawiki.org/wiki/Extension:RSS
 
@@ -27,6 +27,9 @@
   The length limitation must be HTML tag-safe, but it is not at the moment.
   Length limitation is disabled by default.
 
+=== Version 2.21 2013-04-15 ==
+* (bug 47251) fix of an XXE problem
+
 === Version 2.20 2013-03-03 ===
 * follow-up change (renaming) of Class HttpRequest in core to MWHttpRequest
 
diff --git a/RSS.php b/RSS.php
index 73eefe7..238634a 100644
--- a/RSS.php
+++ b/RSS.php
@@ -14,7 +14,7 @@
  * @link http://www.mediawiki.org/wiki/Extension:RSS Documentation
  */
 
-define( "EXTENSION_RSS_VERSION", "2.20 20130303" );
+define( "EXTENSION_RSS_VERSION", "2.21 20130415" );
 
 if ( !defined( 'MEDIAWIKI' ) ) {
        die( "This is not a valid entry point.\n" );

-- 
To view, visit https://gerrit.wikimedia.org/r/59341
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I6f5c3c83ee0c43d92ca8d295428efe58c216c4a7
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/RSS
Gerrit-Branch: master
Gerrit-Owner: Wikinaut <[email protected]>
Gerrit-Reviewer: jenkins-bot

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

Reply via email to