Author: Derick Rethans
Date: 2006-01-29 14:37:33 +0100 (Sun, 29 Jan 2006)
New Revision: 2086

Log:
- Unify ChangeLogs.


Modified:
   packages/Archive/trunk/ChangeLog
   packages/Cache/trunk/ChangeLog
   packages/ConsoleTools/trunk/ChangeLog
   packages/Database/trunk/ChangeLog
   packages/Debug/trunk/ChangeLog
   packages/EventLog/trunk/ChangeLog
   packages/ImageAnalysis/trunk/ChangeLog
   packages/ImageConversion/trunk/ChangeLog
   packages/Mail/trunk/ChangeLog
   packages/PersistentObject/trunk/ChangeLog
   packages/PhpGenerator/trunk/ChangeLog
   packages/UserInput/trunk/ChangeLog

Modified: packages/Archive/trunk/ChangeLog
===================================================================
--- packages/Archive/trunk/ChangeLog    2006-01-29 13:26:35 UTC (rev 2085)
+++ packages/Archive/trunk/ChangeLog    2006-01-29 13:37:33 UTC (rev 2086)
@@ -1,4 +1,5 @@
 1.0 - [RELEASEDATE]
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
 - Changed the ezcArchive::getInstance() method to ezcArchive::open(). This 
   change is made because getInstance() gives the impression that ezcArchive

Modified: packages/Cache/trunk/ChangeLog
===================================================================
--- packages/Cache/trunk/ChangeLog      2006-01-29 13:26:35 UTC (rev 2085)
+++ packages/Cache/trunk/ChangeLog      2006-01-29 13:37:33 UTC (rev 2086)
@@ -1,3 +1,7 @@
+1.0 - [RELEASEDATE]
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+
 1.0rc1 - Monday 16 January 2006
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 

Modified: packages/ConsoleTools/trunk/ChangeLog
===================================================================
--- packages/ConsoleTools/trunk/ChangeLog       2006-01-29 13:26:35 UTC (rev 
2085)
+++ packages/ConsoleTools/trunk/ChangeLog       2006-01-29 13:37:33 UTC (rev 
2086)
@@ -1,3 +1,7 @@
+1.0 - [RELEASEDATE]
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+
 1.0rc1 - Monday 16 January 2006
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 

Modified: packages/Database/trunk/ChangeLog
===================================================================
--- packages/Database/trunk/ChangeLog   2006-01-29 13:26:35 UTC (rev 2085)
+++ packages/Database/trunk/ChangeLog   2006-01-29 13:37:33 UTC (rev 2086)
@@ -1,9 +1,11 @@
 1.0 - [RELEASEDATE]
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-- removed ezcDbHandler::begin(). It was a rename of PDO::beginTransaction()
+
+- Removed ezcDbHandler::begin(). It was a rename of PDO::beginTransaction()
   because of the strange PDO naming. Unfortunately it caused problems with
-  re-implementation.
-       
+  re-implementations.
+
+
 1.0rc1 - Monday 16 January 2006
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 

Modified: packages/Debug/trunk/ChangeLog
===================================================================
--- packages/Debug/trunk/ChangeLog      2006-01-29 13:26:35 UTC (rev 2085)
+++ packages/Debug/trunk/ChangeLog      2006-01-29 13:37:33 UTC (rev 2086)
@@ -1,3 +1,7 @@
+1.0 - [RELEASEDATE]
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+
 1.0rc1 - Monday 16 January 2006
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 

Modified: packages/EventLog/trunk/ChangeLog
===================================================================
--- packages/EventLog/trunk/ChangeLog   2006-01-29 13:26:35 UTC (rev 2085)
+++ packages/EventLog/trunk/ChangeLog   2006-01-29 13:37:33 UTC (rev 2086)
@@ -1,4 +1,5 @@
 1.0 - [RELEASEDATE]
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
 - Fixed bug #7706: ezcLogWriterFile truncates log files every request.
 - Fixed a problem that automatic attributes weren't appended to the log.

Modified: packages/ImageAnalysis/trunk/ChangeLog
===================================================================
--- packages/ImageAnalysis/trunk/ChangeLog      2006-01-29 13:26:35 UTC (rev 
2085)
+++ packages/ImageAnalysis/trunk/ChangeLog      2006-01-29 13:37:33 UTC (rev 
2086)
@@ -1,7 +1,7 @@
 1.0 - [RELEASEDATE]
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
-- Fixed bug #7606: "Fatal error without exif-extension".
+- Fixed bug #7606: Fatal error without exif-extension.
 
 
 1.0rc1 - Monday 16 January 2006

Modified: packages/ImageConversion/trunk/ChangeLog
===================================================================
--- packages/ImageConversion/trunk/ChangeLog    2006-01-29 13:26:35 UTC (rev 
2085)
+++ packages/ImageConversion/trunk/ChangeLog    2006-01-29 13:37:33 UTC (rev 
2086)
@@ -1,3 +1,7 @@
+1.0 - [RELEASEDATE]
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+
 1.0rc1 - Monday 16 January 2006
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 

Modified: packages/Mail/trunk/ChangeLog
===================================================================
--- packages/Mail/trunk/ChangeLog       2006-01-29 13:26:35 UTC (rev 2085)
+++ packages/Mail/trunk/ChangeLog       2006-01-29 13:37:33 UTC (rev 2086)
@@ -1,10 +1,14 @@
 1.0 - [RELEASEDATE]
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-- ezcMailException now inherits from ezcBaseException and not Exception
-- fixed bug: #7716: ezcMail needs support for Reply-To (we simply don't set it 
anymore.
-  Users can set the header themselves if they need to. 
(ezcMailPart::setHeader())
+
+- Changed ezcMailException to inherit from ezcBaseException instead of
+  Exception.
+- Fixed bug #7716: ezcMail needs support for Reply-To. We simply don't set it
+  anymore now. Users can set the header themselves if they need to.
+  (ezcMailPart::setHeader())
 - Fixed issue with double to and subject headers when using the MTA transport.
-       
+
+
 1.0rc1 - Monday 16 January 2006
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 

Modified: packages/PersistentObject/trunk/ChangeLog
===================================================================
--- packages/PersistentObject/trunk/ChangeLog   2006-01-29 13:26:35 UTC (rev 
2085)
+++ packages/PersistentObject/trunk/ChangeLog   2006-01-29 13:37:33 UTC (rev 
2086)
@@ -1,7 +1,9 @@
 1.0 - [RELEASEDATE]
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-- Fixed faulty numeric id check in ezcPersistentSession::loadIntoObject()
-       
+
+- Fixed faulty numeric id check in ezcPersistentSession::loadIntoObject().
+
+
 1.0rc1 - Monday 16 January 2006
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 

Modified: packages/PhpGenerator/trunk/ChangeLog
===================================================================
--- packages/PhpGenerator/trunk/ChangeLog       2006-01-29 13:26:35 UTC (rev 
2085)
+++ packages/PhpGenerator/trunk/ChangeLog       2006-01-29 13:37:33 UTC (rev 
2086)
@@ -1,7 +1,9 @@
-1.0 - [ReleaseDate]
+1.0 - [RELEASEDATE]
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
 - Fixed main class example
-       
+
+
 1.0rc1 - Monday 16 January 2006
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 

Modified: packages/UserInput/trunk/ChangeLog
===================================================================
--- packages/UserInput/trunk/ChangeLog  2006-01-29 13:26:35 UTC (rev 2085)
+++ packages/UserInput/trunk/ChangeLog  2006-01-29 13:37:33 UTC (rev 2086)
@@ -1,3 +1,7 @@
+1.0 - [RELEASEDATE]
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+
 1.0rc1 - Monday 16 January 2006
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 

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

Reply via email to