Author: Derick Rethans
Date: 2006-12-18 14:32:13 +0100 (Mon, 18 Dec 2006)
New Revision: 4388

Log:
- Released Execution version 1.0.2
Added:
   releases/Execution/1.0.2/
Modified:
   release-info/latest
   releases/Execution/1.0.2/ChangeLog
   releases/Execution/1.0.2/src/exceptions/already_initialized.php
   releases/Execution/1.0.2/src/exceptions/exception.php
   releases/Execution/1.0.2/src/exceptions/invalid_callback.php
   releases/Execution/1.0.2/src/exceptions/not_initialized.php
   releases/Execution/1.0.2/src/exceptions/wrong_class.php
   releases/Execution/1.0.2/src/execution.php
   releases/Execution/1.0.2/src/execution_autoload.php
   releases/Execution/1.0.2/src/handlers/basic_handler.php
   releases/Execution/1.0.2/src/interfaces/execution_handler.php
   releases/Execution/1.0.2/tests/execution_init_test.php
   releases/Execution/1.0.2/tests/suite.php
   releases/Execution/1.0.2/tests/test_classes/test_classes.php
   trunk/Execution/ChangeLog

Modified: release-info/latest
===================================================================
--- release-info/latest 2006-12-18 13:31:51 UTC (rev 4387)
+++ release-info/latest 2006-12-18 13:32:13 UTC (rev 4388)
@@ -10,7 +10,7 @@
 Debug: 1.0.3
 EventLog: 1.0.3
 EventLogDatabaseTiein: 1.0.1
-Execution: 1.0.1
+Execution: 1.0.2
 Feed: 1.0alpha1
 File: 1.1beta1
 Graph: 1.0beta2

Copied: releases/Execution/1.0.2 (from rev 4377, trunk/Execution)

Modified: releases/Execution/1.0.2/ChangeLog
===================================================================
--- trunk/Execution/ChangeLog   2006-12-18 12:15:31 UTC (rev 4377)
+++ releases/Execution/1.0.2/ChangeLog  2006-12-18 13:32:13 UTC (rev 4388)
@@ -1,4 +1,4 @@
-1.0.2 - [RELEASEDATE]
+1.0.2 - Monday 18 December 2006
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
 - Fixed issue #9819: Let all components deal with the ezcBaseAutoloadException

Modified: releases/Execution/1.0.2/src/exceptions/already_initialized.php
===================================================================
--- trunk/Execution/src/exceptions/already_initialized.php      2006-12-18 
12:15:31 UTC (rev 4377)
+++ releases/Execution/1.0.2/src/exceptions/already_initialized.php     
2006-12-18 13:32:13 UTC (rev 4388)
@@ -1,7 +1,7 @@
 <?php
 /**
  * @package Execution
- * @version //autogen//
+ * @version 1.0.2
  * @copyright Copyright (C) 2005, 2006 eZ systems as. All rights reserved.
  * @license http://ez.no/licenses/new_bsd New BSD License
  */

Modified: releases/Execution/1.0.2/src/exceptions/exception.php
===================================================================
--- trunk/Execution/src/exceptions/exception.php        2006-12-18 12:15:31 UTC 
(rev 4377)
+++ releases/Execution/1.0.2/src/exceptions/exception.php       2006-12-18 
13:32:13 UTC (rev 4388)
@@ -1,7 +1,7 @@
 <?php
 /**
  * @package Execution
- * @version //autogen//
+ * @version 1.0.2
  * @copyright Copyright (C) 2005, 2006 eZ systems as. All rights reserved.
  * @license http://ez.no/licenses/new_bsd New BSD License
  */

Modified: releases/Execution/1.0.2/src/exceptions/invalid_callback.php
===================================================================
--- trunk/Execution/src/exceptions/invalid_callback.php 2006-12-18 12:15:31 UTC 
(rev 4377)
+++ releases/Execution/1.0.2/src/exceptions/invalid_callback.php        
2006-12-18 13:32:13 UTC (rev 4388)
@@ -1,7 +1,7 @@
 <?php
 /**
  * @package Execution
- * @version //autogen//
+ * @version 1.0.2
  * @copyright Copyright (C) 2005, 2006 eZ systems as. All rights reserved.
  * @license http://ez.no/licenses/new_bsd New BSD License
  */

Modified: releases/Execution/1.0.2/src/exceptions/not_initialized.php
===================================================================
--- trunk/Execution/src/exceptions/not_initialized.php  2006-12-18 12:15:31 UTC 
(rev 4377)
+++ releases/Execution/1.0.2/src/exceptions/not_initialized.php 2006-12-18 
13:32:13 UTC (rev 4388)
@@ -1,7 +1,7 @@
 <?php
 /**
  * @package Execution
- * @version //autogen//
+ * @version 1.0.2
  * @copyright Copyright (C) 2005, 2006 eZ systems as. All rights reserved.
  * @license http://ez.no/licenses/new_bsd New BSD License
  */

Modified: releases/Execution/1.0.2/src/exceptions/wrong_class.php
===================================================================
--- trunk/Execution/src/exceptions/wrong_class.php      2006-12-18 12:15:31 UTC 
(rev 4377)
+++ releases/Execution/1.0.2/src/exceptions/wrong_class.php     2006-12-18 
13:32:13 UTC (rev 4388)
@@ -1,7 +1,7 @@
 <?php
 /**
  * @package Execution
- * @version //autogen//
+ * @version 1.0.2
  * @copyright Copyright (C) 2005, 2006 eZ systems as. All rights reserved.
  * @license http://ez.no/licenses/new_bsd New BSD License
  */

Modified: releases/Execution/1.0.2/src/execution.php
===================================================================
--- trunk/Execution/src/execution.php   2006-12-18 12:15:31 UTC (rev 4377)
+++ releases/Execution/1.0.2/src/execution.php  2006-12-18 13:32:13 UTC (rev 
4388)
@@ -2,7 +2,7 @@
 /**
  * @copyright Copyright (C) 2005, 2006 eZ systems as. All rights reserved.
  * @license http://ez.no/licenses/new_bsd New BSD License
- * @version //autogentag//
+ * @version 1.0.2
  * @filesource
  * @package Execution
  */
@@ -37,7 +37,7 @@
  * </code>
  *
  * @package Execution
- * @version //autogentag//
+ * @version 1.0.2
  * @mainclass
  */
 class ezcExecution

Modified: releases/Execution/1.0.2/src/execution_autoload.php
===================================================================
--- trunk/Execution/src/execution_autoload.php  2006-12-18 12:15:31 UTC (rev 
4377)
+++ releases/Execution/1.0.2/src/execution_autoload.php 2006-12-18 13:32:13 UTC 
(rev 4388)
@@ -4,7 +4,7 @@
  *
  * @copyright Copyright (C) 2005, 2006 eZ systems as. All rights reserved.
  * @license http://ez.no/licenses/new_bsd New BSD License
- * @version //autogentag//
+ * @version 1.0.2
  * @filesource
  * @package Execution
  */

Modified: releases/Execution/1.0.2/src/handlers/basic_handler.php
===================================================================
--- trunk/Execution/src/handlers/basic_handler.php      2006-12-18 12:15:31 UTC 
(rev 4377)
+++ releases/Execution/1.0.2/src/handlers/basic_handler.php     2006-12-18 
13:32:13 UTC (rev 4388)
@@ -2,7 +2,7 @@
 /**
  * @copyright Copyright (C) 2005, 2006 eZ systems as. All rights reserved.
  * @license http://ez.no/licenses/new_bsd New BSD License
- * @version //autogentag//
+ * @version 1.0.2
  * @filesource
  * @package Execution
  */

Modified: releases/Execution/1.0.2/src/interfaces/execution_handler.php
===================================================================
--- trunk/Execution/src/interfaces/execution_handler.php        2006-12-18 
12:15:31 UTC (rev 4377)
+++ releases/Execution/1.0.2/src/interfaces/execution_handler.php       
2006-12-18 13:32:13 UTC (rev 4388)
@@ -2,7 +2,7 @@
 /**
  * @copyright Copyright (C) 2005, 2006 eZ systems as. All rights reserved.
  * @license http://ez.no/licenses/new_bsd New BSD License
- * @version //autogentag//
+ * @version 1.0.2
  * @filesource
  * @package Execution
  */

Modified: releases/Execution/1.0.2/tests/execution_init_test.php
===================================================================
--- trunk/Execution/tests/execution_init_test.php       2006-12-18 12:15:31 UTC 
(rev 4377)
+++ releases/Execution/1.0.2/tests/execution_init_test.php      2006-12-18 
13:32:13 UTC (rev 4388)
@@ -2,7 +2,7 @@
 /**
  * @copyright Copyright (C) 2005, 2006 eZ systems as. All rights reserved.
  * @license http://ez.no/licenses/new_bsd New BSD License
- * @version //autogentag//
+ * @version 1.0.2
  * @filesource
  * @package Execution
  * @subpackage Tests

Modified: releases/Execution/1.0.2/tests/suite.php
===================================================================
--- trunk/Execution/tests/suite.php     2006-12-18 12:15:31 UTC (rev 4377)
+++ releases/Execution/1.0.2/tests/suite.php    2006-12-18 13:32:13 UTC (rev 
4388)
@@ -2,7 +2,7 @@
 /**
  * @copyright Copyright (C) 2005, 2006 eZ systems as. All rights reserved.
  * @license http://ez.no/licenses/new_bsd New BSD License
- * @version //autogentag//
+ * @version 1.0.2
  * @filesource
  * @package Execution
  * @subpackage Tests

Modified: releases/Execution/1.0.2/tests/test_classes/test_classes.php
===================================================================
--- trunk/Execution/tests/test_classes/test_classes.php 2006-12-18 12:15:31 UTC 
(rev 4377)
+++ releases/Execution/1.0.2/tests/test_classes/test_classes.php        
2006-12-18 13:32:13 UTC (rev 4388)
@@ -2,7 +2,7 @@
 /**
  * @copyright Copyright (C) 2005, 2006 eZ systems as. All rights reserved.
  * @license http://ez.no/licenses/new_bsd New BSD License
- * @version //autogentag//
+ * @version 1.0.2
  * @filesource
  * @package Execution
  * @subpackage Tests

Modified: trunk/Execution/ChangeLog
===================================================================
--- trunk/Execution/ChangeLog   2006-12-18 13:31:51 UTC (rev 4387)
+++ trunk/Execution/ChangeLog   2006-12-18 13:32:13 UTC (rev 4388)
@@ -1,4 +1,4 @@
-1.0.2 - [RELEASEDATE]
+1.0.2 - Monday 18 December 2006
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
 - Fixed issue #9819: Let all components deal with the ezcBaseAutoloadException

-- 
svn-components mailing list
svn-components@lists.ez.no
http://lists.ez.no/mailman/listinfo/svn-components

Reply via email to