Author: rande
Date: 2010-03-22 22:24:26 +0100 (Mon, 22 Mar 2010)
New Revision: 28687

Modified:
   plugins/mgI18nPlugin/branches/sf1.2/WHATSNEW
   plugins/mgI18nPlugin/branches/sf1.2/package.xml.tmpl
   plugins/mgI18nPlugin/branches/sf1.3/WHATSNEW
   plugins/mgI18nPlugin/branches/sf1.3/package.xml.tmpl
   plugins/mgI18nPlugin/tags/VERSION_1_2_8/WHATSNEW
   plugins/mgI18nPlugin/tags/VERSION_1_2_8/package.xml.tmpl
   plugins/mgI18nPlugin/tags/VERSION_1_3_8/package.xml.tmpl
Log:
[mgI18nPlugin] oups ... add missing package note

Modified: plugins/mgI18nPlugin/branches/sf1.2/WHATSNEW
===================================================================
--- plugins/mgI18nPlugin/branches/sf1.2/WHATSNEW        2010-03-22 21:14:12 UTC 
(rev 28686)
+++ plugins/mgI18nPlugin/branches/sf1.2/WHATSNEW        2010-03-22 21:24:26 UTC 
(rev 28687)
@@ -1,4 +1,8 @@
-version 0.0.7
+version 1.X.8
+  - fix severe bug with translation management
+  - update date_modified field when saved in database
+  
+version 1.X.7
   - remove Doctrine dependency 
   - merge lib, ajax and application tabs to one tab named 'Files'
   - add a new database tab, the user can now lookup the database for messages

Modified: plugins/mgI18nPlugin/branches/sf1.2/package.xml.tmpl
===================================================================
--- plugins/mgI18nPlugin/branches/sf1.2/package.xml.tmpl        2010-03-22 
21:14:12 UTC (rev 28686)
+++ plugins/mgI18nPlugin/branches/sf1.2/package.xml.tmpl        2010-03-22 
21:24:26 UTC (rev 28687)
@@ -82,5 +82,22 @@
           * add a create table task
         </notes>
       </release>
+      <release>
+        <version>
+          <release>1.2.8</release>
+          <api>1.2.8</api>
+        </version>
+        <stability>
+          <release>stable</release>
+          <api>stable</api>
+        </stability>
+        <license uri="http://www.gnu.org/licenses/lgpl.txt";>LGPL 
license</license>
+        <license>LGPL</license>
+        <date>2010-03-22</date>
+        <notes>
+          * fix severe bug with translation management
+          * update date_modified field when saved in database
+        </notes>
+      </release>
   </changelog>
 </package>

Modified: plugins/mgI18nPlugin/branches/sf1.3/WHATSNEW
===================================================================
--- plugins/mgI18nPlugin/branches/sf1.3/WHATSNEW        2010-03-22 21:14:12 UTC 
(rev 28686)
+++ plugins/mgI18nPlugin/branches/sf1.3/WHATSNEW        2010-03-22 21:24:26 UTC 
(rev 28687)
@@ -1,4 +1,8 @@
-version 0.0.7
+version 1.X.8
+  - fix severe bug with translation management
+  - update date_modified field when saved in database
+  
+version 1.X.7
   - remove Doctrine dependency 
   - merge lib, ajax and application tabs to one tab named 'Files'
   - add a new database tab, the user can now lookup the database for messages

Modified: plugins/mgI18nPlugin/branches/sf1.3/package.xml.tmpl
===================================================================
--- plugins/mgI18nPlugin/branches/sf1.3/package.xml.tmpl        2010-03-22 
21:14:12 UTC (rev 28686)
+++ plugins/mgI18nPlugin/branches/sf1.3/package.xml.tmpl        2010-03-22 
21:24:26 UTC (rev 28687)
@@ -83,5 +83,22 @@
           * add a create table task
         </notes>
       </release>
+      <release>
+        <version>
+          <release>1.3.8</release>
+          <api>1.3.8</api>
+        </version>
+        <stability>
+          <release>stable</release>
+          <api>stable</api>
+        </stability>
+        <license uri="http://www.gnu.org/licenses/lgpl.txt";>LGPL 
license</license>
+        <license>LGPL</license>
+        <date>2010-03-22</date>
+        <notes>
+          * fix severe bug with translation management
+          * update date_modified field when saved in database
+        </notes>
+      </release>
   </changelog>
 </package>

Modified: plugins/mgI18nPlugin/tags/VERSION_1_2_8/WHATSNEW
===================================================================
--- plugins/mgI18nPlugin/tags/VERSION_1_2_8/WHATSNEW    2010-03-22 21:14:12 UTC 
(rev 28686)
+++ plugins/mgI18nPlugin/tags/VERSION_1_2_8/WHATSNEW    2010-03-22 21:24:26 UTC 
(rev 28687)
@@ -1,4 +1,8 @@
-version 0.0.7
+version 1.X.8
+  - fix severe bug with translation management
+  - update date_modified field when saved in database
+  
+version 1.X.7
   - remove Doctrine dependency 
   - merge lib, ajax and application tabs to one tab named 'Files'
   - add a new database tab, the user can now lookup the database for messages

Modified: plugins/mgI18nPlugin/tags/VERSION_1_2_8/package.xml.tmpl
===================================================================
--- plugins/mgI18nPlugin/tags/VERSION_1_2_8/package.xml.tmpl    2010-03-22 
21:14:12 UTC (rev 28686)
+++ plugins/mgI18nPlugin/tags/VERSION_1_2_8/package.xml.tmpl    2010-03-22 
21:24:26 UTC (rev 28687)
@@ -82,5 +82,22 @@
           * add a create table task
         </notes>
       </release>
+      <release>
+        <version>
+          <release>1.2.8</release>
+          <api>1.2.8</api>
+        </version>
+        <stability>
+          <release>stable</release>
+          <api>stable</api>
+        </stability>
+        <license uri="http://www.gnu.org/licenses/lgpl.txt";>LGPL 
license</license>
+        <license>LGPL</license>
+        <date>2010-03-22</date>
+        <notes>
+          * fix severe bug with translation management
+          * update date_modified field when saved in database
+        </notes>
+      </release>
   </changelog>
 </package>

Modified: plugins/mgI18nPlugin/tags/VERSION_1_3_8/package.xml.tmpl
===================================================================
--- plugins/mgI18nPlugin/tags/VERSION_1_3_8/package.xml.tmpl    2010-03-22 
21:14:12 UTC (rev 28686)
+++ plugins/mgI18nPlugin/tags/VERSION_1_3_8/package.xml.tmpl    2010-03-22 
21:24:26 UTC (rev 28687)
@@ -83,5 +83,22 @@
           * add a create table task
         </notes>
       </release>
+      <release>
+        <version>
+          <release>1.3.8</release>
+          <api>1.3.8</api>
+        </version>
+        <stability>
+          <release>stable</release>
+          <api>stable</api>
+        </stability>
+        <license uri="http://www.gnu.org/licenses/lgpl.txt";>LGPL 
license</license>
+        <license>LGPL</license>
+        <date>2010-03-22</date>
+        <notes>
+          * fix severe bug with translation management
+          * update date_modified field when saved in database
+        </notes>
+      </release>
   </changelog>
 </package>

-- 
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