Author: dr
Date: Mon Oct 29 10:35:27 2007
New Revision: 6611

Log:
- Released AuthenticationDatabaseTiein version 1.1alpha1

Added:
    releases/AuthenticationDatabaseTiein/1.1alpha1/
      - copied from r6590, trunk/AuthenticationDatabaseTiein/
    releases/AuthenticationDatabaseTiein/1.1alpha1/DEPS
      - copied unchanged from r6596, trunk/AuthenticationDatabaseTiein/DEPS
Modified:
    release-info/latest
    releases/AuthenticationDatabaseTiein/1.1alpha1/ChangeLog
    
releases/AuthenticationDatabaseTiein/1.1alpha1/src/authentication_database_autoload.php
    
releases/AuthenticationDatabaseTiein/1.1alpha1/src/authentication_openid_autoload.php
    
releases/AuthenticationDatabaseTiein/1.1alpha1/src/filters/database/database_filter.php
    
releases/AuthenticationDatabaseTiein/1.1alpha1/src/filters/database/database_info.php
    
releases/AuthenticationDatabaseTiein/1.1alpha1/src/filters/openid/openid_db_store.php
    
releases/AuthenticationDatabaseTiein/1.1alpha1/src/options/database_options.php
    
releases/AuthenticationDatabaseTiein/1.1alpha1/src/options/openid_db_store_options.php
    
releases/AuthenticationDatabaseTiein/1.1alpha1/tests/filters/database/database_test.php
    
releases/AuthenticationDatabaseTiein/1.1alpha1/tests/filters/openid/data/openid_db_store_helper.php
    
releases/AuthenticationDatabaseTiein/1.1alpha1/tests/filters/openid/openid_db_store_test.php
    releases/AuthenticationDatabaseTiein/1.1alpha1/tests/suite.php
    releases/AuthenticationDatabaseTiein/1.1alpha1/tests/test.php
    trunk/AuthenticationDatabaseTiein/ChangeLog

Modified: release-info/latest
==============================================================================
--- release-info/latest [iso-8859-1] (original)
+++ release-info/latest [iso-8859-1] Mon Oct 29 10:35:27 2007
@@ -2,7 +2,7 @@
 
 Archive: 1.2.3
 Authentication: 1.1alpha2
-AuthenticationDatabaseTiein: 1.0
+AuthenticationDatabaseTiein: 1.1alpha1
 Base: 1.4alpha2
 Cache: 1.2
 Configuration: 1.2

Modified: releases/AuthenticationDatabaseTiein/1.1alpha1/ChangeLog
==============================================================================
--- releases/AuthenticationDatabaseTiein/1.1alpha1/ChangeLog [iso-8859-1] 
(original)
+++ releases/AuthenticationDatabaseTiein/1.1alpha1/ChangeLog [iso-8859-1] Mon 
Oct 29 10:35:27 2007
@@ -1,4 +1,4 @@
-1.1alpha1 - [RELEASEDATE]
+1.1alpha1 - Monday 29 October 2007
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
 - Implemented feature request #10998: Added a Database backend for OpenID

Modified: 
releases/AuthenticationDatabaseTiein/1.1alpha1/src/authentication_database_autoload.php
==============================================================================
--- 
releases/AuthenticationDatabaseTiein/1.1alpha1/src/authentication_database_autoload.php
 [iso-8859-1] (original)
+++ 
releases/AuthenticationDatabaseTiein/1.1alpha1/src/authentication_database_autoload.php
 [iso-8859-1] Mon Oct 29 10:35:27 2007
@@ -4,7 +4,7 @@
  *
  * @copyright Copyright (C) 2005-2007 eZ systems as. All rights reserved.
  * @license http://ez.no/licenses/new_bsd New BSD License
- * @version //autogentag//
+ * @version 1.1alpha1
  * @filesource
  * @package AuthenticationDatabaseTiein
  */

Modified: 
releases/AuthenticationDatabaseTiein/1.1alpha1/src/authentication_openid_autoload.php
==============================================================================
--- 
releases/AuthenticationDatabaseTiein/1.1alpha1/src/authentication_openid_autoload.php
 [iso-8859-1] (original)
+++ 
releases/AuthenticationDatabaseTiein/1.1alpha1/src/authentication_openid_autoload.php
 [iso-8859-1] Mon Oct 29 10:35:27 2007
@@ -4,7 +4,7 @@
  *
  * @copyright Copyright (C) 2005-2007 eZ systems as. All rights reserved.
  * @license http://ez.no/licenses/new_bsd New BSD License
- * @version //autogentag//
+ * @version 1.1alpha1
  * @filesource
  * @package AuthenticationDatabaseTiein
  */

Modified: 
releases/AuthenticationDatabaseTiein/1.1alpha1/src/filters/database/database_filter.php
==============================================================================
--- 
releases/AuthenticationDatabaseTiein/1.1alpha1/src/filters/database/database_filter.php
 [iso-8859-1] (original)
+++ 
releases/AuthenticationDatabaseTiein/1.1alpha1/src/filters/database/database_filter.php
 [iso-8859-1] Mon Oct 29 10:35:27 2007
@@ -6,7 +6,7 @@
  * @license http://ez.no/licenses/new_bsd New BSD License
  * @filesource
  * @package AuthenticationDatabaseTiein
- * @version //autogentag//
+ * @version 1.1alpha1
  */
 
 /**
@@ -65,7 +65,7 @@
  *           which are used for authentication.
  *
  * @package AuthenticationDatabaseTiein
- * @version //autogentag//
+ * @version 1.1alpha1
  * @mainclass
  */
 class ezcAuthenticationDatabaseFilter extends ezcAuthenticationFilter 
implements ezcAuthenticationDataFetch

Modified: 
releases/AuthenticationDatabaseTiein/1.1alpha1/src/filters/database/database_info.php
==============================================================================
--- 
releases/AuthenticationDatabaseTiein/1.1alpha1/src/filters/database/database_info.php
 [iso-8859-1] (original)
+++ 
releases/AuthenticationDatabaseTiein/1.1alpha1/src/filters/database/database_info.php
 [iso-8859-1] Mon Oct 29 10:35:27 2007
@@ -6,14 +6,14 @@
  * @license http://ez.no/licenses/new_bsd New BSD License
  * @filesource
  * @package AuthenticationDatabaseTiein
- * @version //autogentag//
+ * @version 1.1alpha1
  */
 
 /**
  * Structure for defining the database and table to authenticate against.
  *
  * @package AuthenticationDatabaseTiein
- * @version //autogentag//
+ * @version 1.1alpha1
  */
 class ezcAuthenticationDatabaseInfo extends ezcBaseStruct
 {

Modified: 
releases/AuthenticationDatabaseTiein/1.1alpha1/src/filters/openid/openid_db_store.php
==============================================================================
--- 
releases/AuthenticationDatabaseTiein/1.1alpha1/src/filters/openid/openid_db_store.php
 [iso-8859-1] (original)
+++ 
releases/AuthenticationDatabaseTiein/1.1alpha1/src/filters/openid/openid_db_store.php
 [iso-8859-1] Mon Oct 29 10:35:27 2007
@@ -6,7 +6,7 @@
  * @license http://ez.no/licenses/new_bsd New BSD License
  * @filesource
  * @package AuthenticationDatabaseTiein
- * @version //autogentag//
+ * @version 1.1alpha1
  */
 
 /**
@@ -32,7 +32,7 @@
  *           The database instance to use for database storage.
  *
  * @package AuthenticationDatabaseTiein
- * @version //autogentag//
+ * @version 1.1alpha1
  */
 class ezcAuthenticationOpenidDbStore extends ezcAuthenticationOpenidStore
 {

Modified: 
releases/AuthenticationDatabaseTiein/1.1alpha1/src/options/database_options.php
==============================================================================
--- 
releases/AuthenticationDatabaseTiein/1.1alpha1/src/options/database_options.php 
[iso-8859-1] (original)
+++ 
releases/AuthenticationDatabaseTiein/1.1alpha1/src/options/database_options.php 
[iso-8859-1] Mon Oct 29 10:35:27 2007
@@ -6,14 +6,14 @@
  * @license http://ez.no/licenses/new_bsd New BSD License
  * @filesource
  * @package AuthenticationDatabaseTiein
- * @version //autogentag//
+ * @version 1.1alpha1
  */
 
 /**
  * Class containing the options for the database authentication filter.
  *
  * @package AuthenticationDatabaseTiein
- * @version //autogentag//
+ * @version 1.1alpha1
  */
 class ezcAuthenticationDatabaseOptions extends ezcAuthenticationFilterOptions
 {

Modified: 
releases/AuthenticationDatabaseTiein/1.1alpha1/src/options/openid_db_store_options.php
==============================================================================
--- 
releases/AuthenticationDatabaseTiein/1.1alpha1/src/options/openid_db_store_options.php
 [iso-8859-1] (original)
+++ 
releases/AuthenticationDatabaseTiein/1.1alpha1/src/options/openid_db_store_options.php
 [iso-8859-1] Mon Oct 29 10:35:27 2007
@@ -6,7 +6,7 @@
  * @license http://ez.no/licenses/new_bsd New BSD License
  * @filesource
  * @package AuthenticationDatabaseTiein
- * @version //autogentag//
+ * @version 1.1alpha1
  */
 
 /**
@@ -42,7 +42,7 @@
  *           table name can be changed ('nonce', 'timestamp', 
'openid_associations').
  *
  * @package AuthenticationDatabaseTiein
- * @version //autogentag//
+ * @version 1.1alpha1
  */
 class ezcAuthenticationOpenidDbStoreOptions extends 
ezcAuthenticationOpenidStoreOptions
 {

Modified: 
releases/AuthenticationDatabaseTiein/1.1alpha1/tests/filters/database/database_test.php
==============================================================================
--- 
releases/AuthenticationDatabaseTiein/1.1alpha1/tests/filters/database/database_test.php
 [iso-8859-1] (original)
+++ 
releases/AuthenticationDatabaseTiein/1.1alpha1/tests/filters/database/database_test.php
 [iso-8859-1] Mon Oct 29 10:35:27 2007
@@ -4,7 +4,7 @@
  * @license http://ez.no/licenses/new_bsd New BSD License
  * @filesource
  * @package AuthenticationDatabaseTiein
- * @version //autogentag//
+ * @version 1.1alpha1
  * @subpackage Tests
  */
 
@@ -12,7 +12,7 @@
 
 /**
  * @package AuthenticationDatabaseTiein
- * @version //autogentag//
+ * @version 1.1alpha1
  * @subpackage Tests
  */
 class ezcAuthenticationDatabaseTest extends ezcAuthenticationDatabaseTieinTest

Modified: 
releases/AuthenticationDatabaseTiein/1.1alpha1/tests/filters/openid/data/openid_db_store_helper.php
==============================================================================
--- 
releases/AuthenticationDatabaseTiein/1.1alpha1/tests/filters/openid/data/openid_db_store_helper.php
 [iso-8859-1] (original)
+++ 
releases/AuthenticationDatabaseTiein/1.1alpha1/tests/filters/openid/data/openid_db_store_helper.php
 [iso-8859-1] Mon Oct 29 10:35:27 2007
@@ -6,7 +6,7 @@
  * @license http://ez.no/licenses/new_bsd New BSD License
  * @filesource
  * @package AuthenticationDatabaseTiein
- * @version //autogentag//
+ * @version 1.1alpha1
  * @subpackage Tests
  */
 
@@ -17,7 +17,7 @@
  * For testing purposes only.
  *
  * @package AuthenticationDatabaseTiein
- * @version //autogentag//
+ * @version 1.1alpha1
  * @subpackage Tests
  * @access private
  */

Modified: 
releases/AuthenticationDatabaseTiein/1.1alpha1/tests/filters/openid/openid_db_store_test.php
==============================================================================
--- 
releases/AuthenticationDatabaseTiein/1.1alpha1/tests/filters/openid/openid_db_store_test.php
 [iso-8859-1] (original)
+++ 
releases/AuthenticationDatabaseTiein/1.1alpha1/tests/filters/openid/openid_db_store_test.php
 [iso-8859-1] Mon Oct 29 10:35:27 2007
@@ -4,7 +4,7 @@
  * @license http://ez.no/licenses/new_bsd New BSD License
  * @filesource
  * @package AuthenticationDatabaseTiein
- * @version //autogentag//
+ * @version 1.1alpha1
  * @subpackage Tests
  */
 
@@ -14,7 +14,7 @@
 
 /**
  * @package AuthenticationDatabaseTiein
- * @version //autogentag//
+ * @version 1.1alpha1
  * @subpackage Tests
  */
 class ezcAuthenticationOpenidDbStoreTest extends 
ezcAuthenticationDatabaseTieinTest

Modified: releases/AuthenticationDatabaseTiein/1.1alpha1/tests/suite.php
==============================================================================
--- releases/AuthenticationDatabaseTiein/1.1alpha1/tests/suite.php [iso-8859-1] 
(original)
+++ releases/AuthenticationDatabaseTiein/1.1alpha1/tests/suite.php [iso-8859-1] 
Mon Oct 29 10:35:27 2007
@@ -6,7 +6,7 @@
  * @license http://ez.no/licenses/new_bsd New BSD License
  * @filesource
  * @package AuthenticationDatabaseTiein
- * @version //autogentag//
+ * @version 1.1alpha1
  * @subpackage Tests
  */
 
@@ -18,7 +18,7 @@
 
 /**
  * @package AuthenticationDatabaseTiein
- * @version //autogentag//
+ * @version 1.1alpha1
  * @subpackage Tests
  */
 class ezcAuthenticationDatabaseTieinSuite extends PHPUnit_Framework_TestSuite

Modified: releases/AuthenticationDatabaseTiein/1.1alpha1/tests/test.php
==============================================================================
--- releases/AuthenticationDatabaseTiein/1.1alpha1/tests/test.php [iso-8859-1] 
(original)
+++ releases/AuthenticationDatabaseTiein/1.1alpha1/tests/test.php [iso-8859-1] 
Mon Oct 29 10:35:27 2007
@@ -4,13 +4,13 @@
  * @license http://ez.no/licenses/new_bsd New BSD License
  * @filesource
  * @package Authentication
- * @version //autogentag//
+ * @version 1.1alpha1
  * @subpackage Tests
  */
 
 /**
  * @package Authentication
- * @version //autogentag//
+ * @version 1.1alpha1
  * @subpackage Tests
  * @access private
  */

Modified: trunk/AuthenticationDatabaseTiein/ChangeLog
==============================================================================
--- trunk/AuthenticationDatabaseTiein/ChangeLog [iso-8859-1] (original)
+++ trunk/AuthenticationDatabaseTiein/ChangeLog [iso-8859-1] Mon Oct 29 
10:35:27 2007
@@ -1,4 +1,4 @@
-1.1alpha1 - [RELEASEDATE]
+1.1alpha1 - Monday 29 October 2007
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
 - Implemented feature request #10998: Added a Database backend for OpenID


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

Reply via email to