Author: dr
Date: Mon Jan 14 10:11:07 2008
New Revision: 7141

Log:
- Added 2007.2.1 news.

Added:
    docs/news/2008-01-14.txt   (with props)

Added: docs/news/2008-01-14.txt
==============================================================================
--- docs/news/2008-01-14.txt (added)
+++ docs/news/2008-01-14.txt [iso-8859-1] Mon Jan 14 10:11:07 2008
@@ -1,0 +1,100 @@
+======================
+eZ Components 2007.2.1
+======================
+
+:Author: Derick Rethans
+:Date: 2008-01-14 10:27 UTC
+
+This bug fix release addresses a few minor issues in the following components:
+Base, ConsoleTools, Database, DatabaseSchema, Mail and PersistentObject. For
+details see the full change log below.
+
+You can find downloads of the whole bundle on the download page and updated
+documentation on the documentation page. Users of the PEAR installer can
+upgrade to the new version by issuing::
+
+       pear upgrade ezc/ezcomponents
+
+General installation instructions can be found here_.
+
+.. _here: /docs/install
+
+The full changelog follows:
+
+
+Base
+====
+
+1.4.1 - Monday 14 January 2008
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+- Fixed issue #11448: ezc_bootsrap.php uses relative paths. 
+- Fixed issue #12316: Numbers in own component prefix not possible.
+- Fixed issue #12329: ezcBaseFeatures::findExecutableInPath's return value
+  does not include the extension to the executable at the end on Windows.
+- Added an optional argument to the ezcBaseValueException constructor to allow
+  the exception to be used for non-property/setting type violations as well.
+
+
+
+ConsoleTools
+============
+
+1.3.2 - Monday 14 January 2008
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+- Fixed issue #11435: ConsoleInput does not reset $option->value;. The newly
+  added reset() method can in addtion be used to manually reset all option and
+  argument values.
+- Fixed issue #12364: /ezc/trunk/ConsoleTools/docs/example_table.php base
+  value exception.
+
+
+
+Database
+========
+
+1.3.4 - Monday 14 January 2008
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+- Fixed issue #11266: ezcQueryExpression->in( 'colname', array() ) produces a
+  strange exception message.
+- Fixed issue #11786: quoteIdentifier() incorrectly quotes unambiguous
+  identifiers.
+- Documented issue #10161: Column names are always lowercase.
+
+
+
+DatabaseSchema
+==============
+
+1.3.1 - Monday 14 January 2008
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+- Documented issue #10161: Column names are always lowercase.
+- Fixed issue #11442: Make the intention of the DatabaseSchema component
+  clearer in the documentation.
+
+
+
+Mail
+====
+
+1.4.1 - Monday 14 January 2008
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+- Fixed issue #12318: Unsafe characters are replaces by underscores in
+  attachment file names during mail parsing.
+
+
+
+PersistentObject
+================
+
+1.3.4 - Monday 14 January 2008
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+- Fixed issue #12108: ezcPersistentStateTransformer::rowToStateArray() relying
+  on definitions with reverse properties set, but it's not automatic.
+
+

Propchange: docs/news/2008-01-14.txt
------------------------------------------------------------------------------
    svn:eol-style = native


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

Reply via email to