From f001c7d5a0fbe3669b7e849e6aaeab9b2d598c38 Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Fri, 2 Dec 2005 00:50:28 +0000 Subject: [PATCH] - prepare 2.0.2 --- ext/xmlwriter/package.xml | 22 +++++++++++++++------- ext/xmlwriter/package2.xml | 28 +++++++++++++++++++++------- 2 files changed, 36 insertions(+), 14 deletions(-) diff --git a/ext/xmlwriter/package.xml b/ext/xmlwriter/package.xml index 4c3e102340..01f7ad4424 100644 --- a/ext/xmlwriter/package.xml +++ b/ext/xmlwriter/package.xml @@ -5,7 +5,7 @@ Provides fast, non-cached, forward-only means to write XML data. This extension wraps the libxml xmlWriter API. Represents a writer that provides a non-cached, forward-only means of generating streams or files containing XML data. - BSD + PHP rrichards @@ -21,12 +21,13 @@ developer - 2.0.1 - 2005-11-15 + 2.0.2 + 2005-12-01 stable - - Switch from PHP License to BSD-like license -- Allow recursive calls to __get/__set for different properties (ilia) - + - fix build under 5.0 +- fix crash when XMLWriter is instantiated but not used +- Switch from BSD-like license to PHP License 3.01 + @@ -49,6 +50,14 @@ + + 2.0.1 + 2005-11-15 + stable + - Switch from PHP License to BSD-like license +- Allow recursive calls to __get/__set for different properties (ilia) + + 1.0 2005-05-02 stable @@ -81,7 +90,6 @@ - diff --git a/ext/xmlwriter/package2.xml b/ext/xmlwriter/package2.xml index 15c4086107..ec6ef313b1 100644 --- a/ext/xmlwriter/package2.xml +++ b/ext/xmlwriter/package2.xml @@ -17,22 +17,22 @@ pajoye@php.net yes - 2005-11-15 + 2005-12-01 - 2.0.1 + 2.0.2 2.0.0 stable stable - BSD - - Switch from PHP License to BSD-like license -- Allow recursive calls to __get/__set for different properties (ilia) - + PHP + - fix build under 5.0 +- fix crash when XMLWriter is instantiated but not used +- Switch from BSD-like license to PHP License 3.01 + - @@ -63,6 +63,20 @@ + + 2.0.1 + 2.0.0 + + + stable + stable + + BSD + - Switch from PHP License to BSD-like license +- Allow recursive calls to __get/__set for different properties (ilia) + + + 2005-08-07 -- 2.50.1