Author: Derick Rethans
Date: 2006-09-28 10:15:50 +0200 (Thu, 28 Sep 2006)
New Revision: 3606

Log:
- Fixed the ChangeLogs.

Modified:
   trunk/Base/ChangeLog
   trunk/ConsoleTools/ChangeLog
   trunk/Database/ChangeLog
   trunk/DatabaseSchema/ChangeLog
   trunk/Graph/ChangeLog
   trunk/ImageConversion/ChangeLog
   trunk/PersistentObject/ChangeLog
   trunk/SignalSlot/ChangeLog
   trunk/Template/ChangeLog
   trunk/UnitTest/ChangeLog

Modified: trunk/Base/ChangeLog
===================================================================
--- trunk/Base/ChangeLog        2006-09-27 17:40:30 UTC (rev 3605)
+++ trunk/Base/ChangeLog        2006-09-28 08:15:50 UTC (rev 3606)
@@ -2,8 +2,8 @@
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
 - Added the class ezcFeatures to check for features of the enviroment.
-- Fixed bug #8508: display search paths for the autoload files in case of a
-  missing class.
+- Implemented FR #8508: display search paths for the autoload files in case of
+  a missing class.
 
 
 1.1.1 - Monday 28 August 2006

Modified: trunk/ConsoleTools/ChangeLog
===================================================================
--- trunk/ConsoleTools/ChangeLog        2006-09-27 17:40:30 UTC (rev 3605)
+++ trunk/ConsoleTools/ChangeLog        2006-09-28 08:15:50 UTC (rev 3606)
@@ -1,10 +1,16 @@
-1.2.0 - [RELEASEDATE]
+1.2beta1 - [RELEASEDATE]
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
 - Added feature to print to a different output target (e.g. stderr).
-- Fixed bug 9046: Last argument not treated invalid option value.
+
+
+1.1.3 - [RELEASEDATE]
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+- Fixed bug #9046: Last argument not treated invalid option value.
 - Fixed bug #9052: Exception because of invalid property in ezcConsoleOption.
 
+
 1.1.2 - Monday 28 August 2006
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 

Modified: trunk/Database/ChangeLog
===================================================================
--- trunk/Database/ChangeLog    2006-09-27 17:40:30 UTC (rev 3605)
+++ trunk/Database/ChangeLog    2006-09-28 08:15:50 UTC (rev 3606)
@@ -1,12 +1,18 @@
-1.2.0 - [RELEASEDATE]
+1.2beta1 - [RELEASEDATE]
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
 - Added method quoteIdentifier() to ezcDbHandler.
 - Added support for SQLite in-memory databases through the DSN:
   "sqlite://:memory" and the dbParams:
   "array( 'handler' => 'sqlite', 'port' => 'memory' );".
+
+
+1.1.3 - [RELEASEDATE]
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
 - Fixed handling queries like "SELECT 1+1" in Oracle.
 
+
 1.1.2 - Monday 28 August 2006
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
        

Modified: trunk/DatabaseSchema/ChangeLog
===================================================================
--- trunk/DatabaseSchema/ChangeLog      2006-09-27 17:40:30 UTC (rev 3605)
+++ trunk/DatabaseSchema/ChangeLog      2006-09-28 08:15:50 UTC (rev 3606)
@@ -3,9 +3,10 @@
 
 - Added support for default column values in mysql handler.
 - Fixed getting PDOException when executing queries in mysql handler.
-- Implemented FR #8744: changed the getSchema() method in the ezcDbSchema to
-  return the schema as a reference;
+- Implemented FR #8744: Changed the ezcDbSchema::getSchema() method 
+  return the schema as a reference, so that it can be modified properly.
 
+
 1.0.2 - Monday 28 August 2006
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 

Modified: trunk/Graph/ChangeLog
===================================================================
--- trunk/Graph/ChangeLog       2006-09-27 17:40:30 UTC (rev 3605)
+++ trunk/Graph/ChangeLog       2006-09-28 08:15:50 UTC (rev 3606)
@@ -1,3 +1,7 @@
+1.0beta2 - [RELEASEDATE]
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+
 1.0beta1 - Monday 25 September 2006
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 

Modified: trunk/ImageConversion/ChangeLog
===================================================================
--- trunk/ImageConversion/ChangeLog     2006-09-27 17:40:30 UTC (rev 3605)
+++ trunk/ImageConversion/ChangeLog     2006-09-28 08:15:50 UTC (rev 3606)
@@ -1,3 +1,7 @@
+1.2beta1 - [RELEASEDATE]
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+
 1.1.2 - [RELEASEDATE]
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
@@ -2,5 +6,5 @@
 - Fixed bug #8958: GD crop filter calculates width and height incorrect.
-- Fixed bug #8959: GD and ImageMagick crop filters behave differently.
-# Note that the GD driver now behaves like the ImageMagick driver and reduces
-# the crop dimensions, if they are larger than the source image dimensions.
+- Fixed bug #8959: GD and ImageMagick crop filters behave differently. The GD
+  driver now behaves like the ImageMagick driver and reduces the crop
+  dimensions, if they are larger than the source image dimensions.
 

Modified: trunk/PersistentObject/ChangeLog
===================================================================
--- trunk/PersistentObject/ChangeLog    2006-09-27 17:40:30 UTC (rev 3605)
+++ trunk/PersistentObject/ChangeLog    2006-09-28 08:15:50 UTC (rev 3606)
@@ -1,4 +1,4 @@
-1.2rc1 - [RELEASEDATE]
+1.2beta1 - [RELEASEDATE]
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
 - Fixed bug #8489: Show the absolute path in the "cannot find definition file"

Modified: trunk/SignalSlot/ChangeLog
===================================================================
--- trunk/SignalSlot/ChangeLog  2006-09-27 17:40:30 UTC (rev 3605)
+++ trunk/SignalSlot/ChangeLog  2006-09-28 08:15:50 UTC (rev 3606)
@@ -1,3 +1,7 @@
+1.0beta1 - [RELEASEDATE]
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+
 1.0alpha1 - Monday 25 September 2006
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 

Modified: trunk/Template/ChangeLog
===================================================================
--- trunk/Template/ChangeLog    2006-09-27 17:40:30 UTC (rev 3605)
+++ trunk/Template/ChangeLog    2006-09-28 08:15:50 UTC (rev 3606)
@@ -1,5 +1,9 @@
+1.1beta1 - [RELEASEDATE]
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
 - Added custom blocks and custom functions.
 
+
 1.0 - Monday 12 June 2006
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 

Modified: trunk/UnitTest/ChangeLog
===================================================================
--- trunk/UnitTest/ChangeLog    2006-09-27 17:40:30 UTC (rev 3605)
+++ trunk/UnitTest/ChangeLog    2006-09-28 08:15:50 UTC (rev 3606)
@@ -1,3 +1,4 @@
 1.0beta1 - [RELEASEDATE]
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
 - Initial release of this package.

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

Reply via email to