Author: dr
Date: Mon Jul 30 09:13:21 2007
New Revision: 5754

Log:
- Released Mail(1.3) version 1.3.1

Added:
    releases/Mail/1.3.1/
      - copied from r5750, stable/Mail/1.3/
    releases/Mail/1.3.1/tests/transports/transport_imap_test.php
      - copied unchanged from r5753, 
stable/Mail/1.3/tests/transports/transport_imap_test.php
    releases/Mail/1.3.1/tests/transports/transport_pop3_test.php
      - copied unchanged from r5753, 
stable/Mail/1.3/tests/transports/transport_pop3_test.php
Modified:
    release-info/latest
    releases/Mail/1.3.1/ChangeLog
    stable/Mail/1.3/ChangeLog
    trunk/Mail/ChangeLog
    trunk/Mail/tests/mail_test.php
    trunk/Mail/tests/parser/rfc2231_implementation_test.php
    trunk/Mail/tests/parts/text_part_test.php
    trunk/Mail/tests/tools_test.php
    trunk/Mail/tests/tutorial_examples.php

Modified: release-info/latest
==============================================================================
--- release-info/latest [iso-8859-1] (original)
+++ release-info/latest [iso-8859-1] Mon Jul 30 09:13:21 2007
@@ -19,7 +19,7 @@
 GraphDatabaseTiein: 1.0
 ImageAnalysis: 1.1.2
 ImageConversion: 1.3
-Mail: 1.3
+Mail: 1.3.1
 PersistentObject: 1.3
 PersistentObjectDatabaseSchemaTiein: 1.2
 PhpGenerator: 1.0.4

Modified: releases/Mail/1.3.1/ChangeLog
==============================================================================
--- releases/Mail/1.3.1/ChangeLog [iso-8859-1] (original)
+++ releases/Mail/1.3.1/ChangeLog [iso-8859-1] Mon Jul 30 09:13:21 2007
@@ -1,4 +1,4 @@
-1.3.1 - [RELEASEDATE]
+1.3.1 - Monday 30 July 2007
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
 - Fixed issue #11175: ezcMailTools::composeEmailAddress quotes the name part

Modified: stable/Mail/1.3/ChangeLog
==============================================================================
--- stable/Mail/1.3/ChangeLog [iso-8859-1] (original)
+++ stable/Mail/1.3/ChangeLog [iso-8859-1] Mon Jul 30 09:13:21 2007
@@ -1,4 +1,4 @@
-1.3.1 - [RELEASEDATE]
+1.3.1 - Monday 30 July 2007
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
 - Fixed issue #11175: ezcMailTools::composeEmailAddress quotes the name part

Modified: trunk/Mail/ChangeLog
==============================================================================
--- trunk/Mail/ChangeLog [iso-8859-1] (original)
+++ trunk/Mail/ChangeLog [iso-8859-1] Mon Jul 30 09:13:21 2007
@@ -15,7 +15,7 @@
   methods DIGEST-MD5, CRAM-MD5, NTLM and LOGIN.
 
 
-1.3.1 - [RELEASEDATE]
+1.3.1 - Monday 30 July 2007
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
 - Fixed issue #11175: ezcMailTools::composeEmailAddress quotes the name part

Modified: trunk/Mail/tests/mail_test.php
==============================================================================
--- trunk/Mail/tests/mail_test.php [iso-8859-1] (original)
+++ trunk/Mail/tests/mail_test.php [iso-8859-1] Mon Jul 30 09:13:21 2007
@@ -1,4 +1,5 @@
 <?php
+declare(encoding="latin1");
 /**
  * @copyright Copyright (C) 2005-2007 eZ systems as. All rights reserved.
  * @license http://ez.no/licenses/new_bsd New BSD License

Modified: trunk/Mail/tests/parser/rfc2231_implementation_test.php
==============================================================================
--- trunk/Mail/tests/parser/rfc2231_implementation_test.php [iso-8859-1] 
(original)
+++ trunk/Mail/tests/parser/rfc2231_implementation_test.php [iso-8859-1] Mon 
Jul 30 09:13:21 2007
@@ -1,4 +1,5 @@
 <?php
+declare(encoding="latin1");
 /**
  * @copyright Copyright (C) 2005-2007 eZ systems as. All rights reserved.
  * @license http://ez.no/licenses/new_bsd New BSD License

Modified: trunk/Mail/tests/parts/text_part_test.php
==============================================================================
--- trunk/Mail/tests/parts/text_part_test.php [iso-8859-1] (original)
+++ trunk/Mail/tests/parts/text_part_test.php [iso-8859-1] Mon Jul 30 09:13:21 
2007
@@ -1,4 +1,5 @@
 <?php
+declare(encoding="latin1");
 /**
  * @copyright Copyright (C) 2005-2007 eZ systems as. All rights reserved.
  * @license http://ez.no/licenses/new_bsd New BSD License

Modified: trunk/Mail/tests/tools_test.php
==============================================================================
--- trunk/Mail/tests/tools_test.php [iso-8859-1] (original)
+++ trunk/Mail/tests/tools_test.php [iso-8859-1] Mon Jul 30 09:13:21 2007
@@ -1,4 +1,5 @@
 <?php
+declare(encoding="latin1");
 /**
  * @copyright Copyright (C) 2005-2007 eZ systems as. All rights reserved.
  * @license http://ez.no/licenses/new_bsd New BSD License

Modified: trunk/Mail/tests/tutorial_examples.php
==============================================================================
--- trunk/Mail/tests/tutorial_examples.php [iso-8859-1] (original)
+++ trunk/Mail/tests/tutorial_examples.php [iso-8859-1] Mon Jul 30 09:13:21 2007
@@ -1,4 +1,5 @@
 <?php
+declare(encoding="latin1");
 /**
  * @copyright Copyright (C) 2005-2007 eZ systems as. All rights reserved.
  * @license http://ez.no/licenses/new_bsd New BSD License


-- 
svn-components mailing list
[email protected]
http://lists.ez.no/mailman/listinfo/svn-components

Reply via email to