Author: dr
Date: Wed Nov 28 13:32:17 2007
New Revision: 6881

Log:
- Added beta release news.

Added:
    docs/news/2007-11-28.txt   (with props)

Added: docs/news/2007-11-28.txt
==============================================================================
--- docs/news/2007-11-28.txt (added)
+++ docs/news/2007-11-28.txt [iso-8859-1] Wed Nov 28 13:32:17 2007
@@ -1,0 +1,315 @@
+==================================
+eZ Components 2007.2beta1 released
+==================================
+
+:Author: Derick Rethans
+:Date: 2007-11-12 09:49
+
+The eZ Components development team is pleased to announce the first beta
+version of the 2007.2 release, due to be out later this year. There are not
+many changes since the previous alpha release, except for a few bug fixes and
+documentation updates. This beta release will be followed by a release
+candidate next week, and we hope to have the final version ready by December
+17th.
+
+Download
+~~~~~~~~
+
+The beta version can be downloaded from the download__ page, or installed
+through the PEAR installer. You can upgrade to the beta version by issuing the
+following command::
+
+       pear upgrade ezc/ezcomponents-beta
+
+Updated documentation is also available on the `documentation page`__.
+
+__ /download/dl_components
+__ /docs/api/2007.2beta1
+
+
+ChangeLog
+~~~~~~~~~
+
+The full changelog since version 2007.2alpha1 follows:
+
+
+Archive
+=======
+
+1.2.4 - Wednesday 28 November 2007
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+- Fixed issue #12044: Strange long link file.
+
+
+
+Authentication
+==============
+
+1.1beta1 - Wednesday 28 November 2007
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+- Fixed issue #11926: Renamed __toString() to toString() for math classes (BC
+  break, but required for PHP 5.3 and up).
+
+
+
+AuthenticationDatabaseTiein
+===========================
+
+1.1beta1 - Wednesday 28 November 2007
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+- No changes.
+
+
+
+Base
+====
+
+1.4beta1 - Wednesday 28 November 2007
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+- No changes.
+
+
+
+Cache
+=====
+
+1.3beta1 - Wednesday 28 November 2007
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+- Fixed issue #11888: Small fixes to PHPDoc in memory_backend.php.
+
+
+
+ConsoleTools
+============
+
+1.3.1 - Wednesday 28 November 2007
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+- Fixed issue #11378: Example code throws Exception.
+
+
+
+Database
+========
+
+1.3.2 - Wednesday 28 November 2007
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+- Fixed bug #11345: Encoding problem with Database component (No info about
+  it).
+
+
+
+DatabaseSchema
+==============
+
+1.3beta1 - Wednesday 28 November 2007
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+- Fixed bug #12022: PersistentObjectDatabaseSchemaTiein not passing it's
+  tests.  (Whitespace changes in generated PersistentObject definitions made
+  PersistentObjectDatabaseSchemaTiein fail.)
+
+
+
+EventLog
+========
+
+1.2beta1 - Wednesday 28 November 2007
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+- No changes.
+
+
+
+Execution
+=========
+
+1.1beta1 - Wednesday 28 November 2007
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+- No changes.
+
+
+
+File
+====
+
+1.2beta1 - Wednesday 28 November 2007
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+- No changes.
+
+
+
+Graph
+=====
+
+1.2beta1 - Wednesday 28 November 2007
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+- Fixed issue #12064: Gradients are not rendered correctly in Flash driver.
+- Implemented support for odometer charts. Thanks to Lars Jankowski from Oxid
+  esales for the initial patch.
+
+
+
+ImageConversion
+===============
+
+1.3.1 - Wednesday 28 November 2007
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+- Fixed issue #11029: Converting transparent PNG to JPG cause an strange
+  effect. A new option $transparencyReplacementColor has been introduced to
+  ezcImageSaveOptions, which will be utilized if a potentially tranparent
+  image is converted to a format that does not support a transparent
+  background.
+
+
+
+Mail
+====
+
+1.4beta1 - Wednesday 28 November 2007
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+- Fixed issue #11906: Only files inside an image tag are attached to the
+  composed email.
+- Fixed issue #11965: Reading from a transport connection is stopped at CRLF
+  or a problem in the connection, and not after a hard-coded number of loops.
+- Fixed issue #12062: Mails with no space or tabs after the colon in headers
+  are parsed correctly now.
+
+
+
+PersistentObject
+================
+
+1.3.2 - Wednesday 28 November 2007
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+- Documentation updates and fixes.
+- Fixed issue #11405: Ambiguous column names when using
+  ezcPersistentManyToManyRelation. Column names are now correctly prefixed
+  with their corresponding table names.
+- Fixed issue #12082: Restoring a definition from var_export( $definition )
+  PHP code.
+
+
+
+PersistentObjectDatabaseSchemaTiein
+===================================
+
+1.2.1 - Wednesday 28 November 2007
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+- Fixed issue #12022: PersistentObjectDatabaseSchemaTiein not passing it's
+  tests.
+
+
+
+Translation
+===========
+
+1.1.5 - Wednesday 28 November 2007
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+- Documentation updates and fixes.
+
+
+
+Tree
+====
+
+1.0beta1 - Wednesday 28 November 2007
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+- No changes.
+
+
+
+TreeDatabaseTiein
+=================
+
+1.0beta1 - Wednesday 28 November 2007
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+- No changes.
+
+
+
+TreePersistentObjectTiein
+=========================
+
+1.0beta1 - Wednesday 28 November 2007
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+- No changes.
+
+
+
+Url
+===
+
+1.2beta1 - Wednesday 28 November 2007
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+- No changes.
+
+
+
+UserInput
+=========
+
+1.2beta1 - Wednesday 28 November 2007
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+- Fixed bug #11998: Use === instead of == where possible.
+
+
+
+Webdav
+======
+
+1.0beta1 - Wednesday 28 November 2007
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+- No changes.
+
+
+
+Workflow
+========
+
+1.1beta1 - Wednesday 28 November 2007
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+- Implemented issue #11862: Allow arrays to have automatically generated keys.
+
+
+
+WorkflowDatabaseTiein
+=====================
+
+1.1beta1 - Wednesday 28 November 2007
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+- No changes.
+
+
+
+WorkflowEventLogTiein
+=====================
+
+1.1beta1 - Wednesday 28 November 2007
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+- Added tutorial.
+
+

Propchange: docs/news/2007-11-28.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