Author: bicou
Date: 2010-05-21 15:48:47 +0200 (Fri, 21 May 2010)
New Revision: 29568

Added:
   plugins/sfRedisPlugin/tags/1.0.0/
Modified:
   plugins/sfRedisPlugin/tags/1.0.0/config/sfRedisPluginConfiguration.class.php
   plugins/sfRedisPlugin/tags/1.0.0/package.xml.tmpl
   plugins/sfRedisPlugin/trunk/package.xml.tmpl
Log:
[sfRedisPlugin] version 1.0.0

Modified: 
plugins/sfRedisPlugin/tags/1.0.0/config/sfRedisPluginConfiguration.class.php
===================================================================
--- plugins/sfRedisPlugin/trunk/config/sfRedisPluginConfiguration.class.php     
2010-05-19 07:18:42 UTC (rev 29517)
+++ 
plugins/sfRedisPlugin/tags/1.0.0/config/sfRedisPluginConfiguration.class.php    
    2010-05-21 13:48:47 UTC (rev 29568)
@@ -12,7 +12,7 @@
  */
 class sfRedisPluginConfiguration extends sfPluginConfiguration
 {
-  const VERSION = '1.0.0-DEV';
+  const VERSION = '1.0.0-STABLE';
 
   /**
    * path to config

Modified: plugins/sfRedisPlugin/tags/1.0.0/package.xml.tmpl
===================================================================
--- plugins/sfRedisPlugin/trunk/package.xml.tmpl        2010-05-19 07:18:42 UTC 
(rev 29517)
+++ plugins/sfRedisPlugin/tags/1.0.0/package.xml.tmpl   2010-05-21 13:48:47 UTC 
(rev 29568)
@@ -37,14 +37,6 @@
         <channel>pear.symfony-project.com</channel>
         <min>1.3.0</min>
         <max>2.0.0</max>
-        <exclude>1.3.0</exclude>
-        <exclude>1.3.1</exclude>
-        <exclude>1.3.2</exclude>
-        <exclude>1.3.3</exclude>
-        <exclude>1.4.0</exclude>
-        <exclude>1.4.1</exclude>
-        <exclude>1.4.2</exclude>
-        <exclude>1.4.3</exclude>
         <exclude>2.0.0</exclude>
       </package>
     </required>
@@ -53,6 +45,22 @@
   <changelog>
     <release>
       <version>
+        <release>1.0.0</release>
+        <api>1.0.0</api>
+      </version>
+      <stability>
+       <release>stable</release>
+       <api>stable</api>
+      </stability>
+      <license uri="http://www.symfony-project.org/license";>MIT 
license</license>
+      <date>2010-05-21</date>
+      <notes>
+        * First stable release
+        * Correct Doctrine_Cache_Driver return values
+      </notes>
+    </release>
+    <release>
+      <version>
         <release>0.9.1</release>
         <api>0.9.0</api>
       </version>

Modified: plugins/sfRedisPlugin/trunk/package.xml.tmpl
===================================================================
--- plugins/sfRedisPlugin/trunk/package.xml.tmpl        2010-05-21 13:27:12 UTC 
(rev 29567)
+++ plugins/sfRedisPlugin/trunk/package.xml.tmpl        2010-05-21 13:48:47 UTC 
(rev 29568)
@@ -37,14 +37,6 @@
         <channel>pear.symfony-project.com</channel>
         <min>1.3.0</min>
         <max>2.0.0</max>
-        <exclude>1.3.0</exclude>
-        <exclude>1.3.1</exclude>
-        <exclude>1.3.2</exclude>
-        <exclude>1.3.3</exclude>
-        <exclude>1.4.0</exclude>
-        <exclude>1.4.1</exclude>
-        <exclude>1.4.2</exclude>
-        <exclude>1.4.3</exclude>
         <exclude>2.0.0</exclude>
       </package>
     </required>
@@ -53,6 +45,22 @@
   <changelog>
     <release>
       <version>
+        <release>1.0.0</release>
+        <api>1.0.0</api>
+      </version>
+      <stability>
+       <release>stable</release>
+       <api>stable</api>
+      </stability>
+      <license uri="http://www.symfony-project.org/license";>MIT 
license</license>
+      <date>2010-05-21</date>
+      <notes>
+        * First stable release
+        * Correct Doctrine_Cache_Driver return values
+      </notes>
+    </release>
+    <release>
+      <version>
         <release>0.9.1</release>
         <api>0.9.0</api>
       </version>

-- 
You received this message because you are subscribed to the Google Groups 
"symfony SVN" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/symfony-svn?hl=en.

Reply via email to