Author: grobmeier
Date: Wed Jul 15 22:30:57 2009
New Revision: 794441

URL: http://svn.apache.org/viewvc?rev=794441&view=rev
Log:
moved changes from CHANGELOG to changes.xml

Modified:
    incubator/log4php/trunk/CHANGELOG
    incubator/log4php/trunk/src/changes/changes.xml

Modified: incubator/log4php/trunk/CHANGELOG
URL: 
http://svn.apache.org/viewvc/incubator/log4php/trunk/CHANGELOG?rev=794441&r1=794440&r2=794441&view=diff
==============================================================================
--- incubator/log4php/trunk/CHANGELOG (original)
+++ incubator/log4php/trunk/CHANGELOG Wed Jul 15 22:30:57 2009
@@ -1,45 +1,7 @@
 log4php Change Log
 ==================
 
-Version 2.0 to be released
---------------------------
-- Bug #1: removed all @author tags. All contributors are named (with task) in 
the changelog file (Christian Grobmeier)
-- Bug #4: Fatal error for constructor in LoggerAppenderRollingFile (Michael 
Aichler)
-- Bug #5: LoggerAppenderRollingFile unable to open file and append logs 
(Michael Aichler)
-- Bug #7: Change copyright notices to conform to the Source Header and 
Copyright Notice Policy (Curt Arnold)
-- Bug #9: log4php.dtd should be reviewed (Christian Grobmeier)
-- Bug #11: trailing "\n" (Hiroaki Kawai)
-- Bug #12: LoggerAppenderFile does not create missing directories (Knut 
Urdalen)
-- Bug #13: LoggerPropertyConfigurator: Only variables should be assigned by 
reference (Michael Aichler)
-- Bug #14: LoggerPropertySetter: warnings about is_a() and non-static method 
(Michael Aichler)
-- Bug #15: Logger: warnings about is_a() (Michael Aichler)
-- Bug #16: Patch for LoggerAppenderSyslog to use Layouts (Gary Richardson)
-- Bug #17: %l Pattern layout raises a protected property access error (Yomei 
Komiya)
-- Bug #18: Date pattern %d conversion is invalid (Yomei Komiya)
-- Bug #19: Logger location info is invalid in log outputs of Logger's 
subclasses (Yomei Komiya)
-- Bug #20: Custom layout for LoggerAppenderPhp (Corin Lawson)
-- Bug #22: log4php.dtd invalid (Christian Grobmeier)
-- Enh #23: Mixed PHP4 and PHP5 syntax (Christian Grobmeier)
-- Bug #24: LoggerAppenderRollingFile unable to rollover (Dennis Korbar)
-- Bug #25: Allow to set environment variables in LoggerOptionConverter 
(Christian Hammers, Knut Urdalen)
-- Bug #28: LoggerAppenderConsole doesn't write to STDERR (Michael Kuenzli, 
Knut Urdalen)
-- Bug #33: Appenders is not properly closed upon destruction (Knut Urdalen)
-- Enh #29: Load classes through autoload instead of explicitly include them 
(Knut Urdalen)
-- Enh #30: Implement LoggerAppenderPDO (Christian Grobmeier)
-- Enh #31: Removing unnecessary use of LOG4PHP_DIR (Knut Urdalen)
-- Enh #32: Refactor from using define to class contants (Knut Urdalen, 
Christian Grobmeier)
-- Enh #34: Remove all internal debugging (Christian Grobmeier)
-- Enh #35: Replace LOG4PHP_LINE_SEP with PHP_EOL (Knut Urdalen)
-- Enh #37: removed LoggerAppenderDB in favour to LoggerAppenderPDO (Christian 
Grobmeier)
-- Enh #38: Replace is_a() with instanceof (Knut Urdalen)
-- Enh #39: Remove deprecated methods (Knut Urdalen)
-- Enh #40: Merge LoggerAppender and LoggerAppenderSkeleton (Christian 
Grobmeier)
-- Enh #44: PEAR package (Knut Urdalen)
-- Enh #52: Use of custom factorys is discouraged - clean up (Christian 
Grobmeier)
-- Enh: Initial port to PHP 5 (Knut Urdalen)
-- Enh: Established new unit test suite (Knut Urdalen)
-- Enh: Added a range of examples (Knut Urdalen)
-- Enh: Created common ReflectionUtils class and moved factory calls to there 
(Christian Grobmeier)
+--> NOTE: please use changes.xml as new change log <--
 
 Version 0.9 December 10th, 2003
 -------------------------------

Modified: incubator/log4php/trunk/src/changes/changes.xml
URL: 
http://svn.apache.org/viewvc/incubator/log4php/trunk/src/changes/changes.xml?rev=794441&r1=794440&r2=794441&view=diff
==============================================================================
--- incubator/log4php/trunk/src/changes/changes.xml (original)
+++ incubator/log4php/trunk/src/changes/changes.xml Wed Jul 15 22:30:57 2009
@@ -21,9 +21,46 @@
   </properties>
   <body>
     <release version="2.0" description="PHP 5 compatibility">
-      <action type="fix" issue="LOG4PHP-3">Maven 2.0 build</action>
-      <action type="fix" issue="LOG4PHP-7">Updated source file headers with 
current ASF notice</action>
-      <action type="fix">PHP 5 compatibility modification.</action>
+               <action type="fix" issue="LOG4PHP-3">Maven 2.0 build</action>
+               <action type="fix" issue="LOG4PHP-7">Updated source file 
headers with current ASF notice</action>
+               <action type="fix">PHP 5 compatibility modification.</action>
+               <action type="fix" issue="LOG4PHP-1">removed all @author tags. 
All contributors are named (with task) in the changelog file (Christian 
Grobmeier)</action>
+        <action type="fix" issue="LOG4PHP-4">Fatal error for constructor in 
LoggerAppenderRollingFile (Michael Aichler)</action>
+               <action type="fix" issue="LOG4PHP-5">LoggerAppenderRollingFile 
unable to open file and append logs (Michael Aichler)</action>
+               <action type="fix" issue="LOG4PHP-7">Change copyright notices 
to conform to the Source Header and Copyright Notice Policy (Curt 
Arnold)</action>
+               <action type="fix" issue="LOG4PHP-9">log4php.dtd should be 
reviewed (Christian Grobmeier)</action>
+               <action type="fix" issue="LOG4PHP-11">trailing "\n" (Hiroaki 
Kawai)</action>
+               <action type="fix" issue="LOG4PHP-12">LoggerAppenderFile does 
not create missing directories (Knut Urdalen)</action>
+               <action type="fix" 
issue="LOG4PHP-13">LoggerPropertyConfigurator: Only variables should be 
assigned by reference (Michael Aichler)</action>
+               <action type="fix" issue="LOG4PHP-14">LoggerPropertySetter: 
warnings about is_a() and non-static method (Michael Aichler)</action>
+               <action type="fix" issue="LOG4PHP-15">Logger: warnings about 
is_a() (Michael Aichler)</action>
+               <action type="fix" issue="LOG4PHP-16">Patch for 
LoggerAppenderSyslog to use Layouts (Gary Richardson)</action>
+               <action type="fix" issue="LOG4PHP-17">%l Pattern layout raises 
a protected property access error (Yomei Komiya)</action>
+               <action type="fix" issue="LOG4PHP-18">Date pattern %d 
conversion is invalid (Yomei Komiya)</action>
+               <action type="fix" issue="LOG4PHP-19">Logger location info is 
invalid in log outputs of Logger's subclasses (Yomei Komiya)</action>
+               <action type="fix" issue="LOG4PHP-20">Custom layout for 
LoggerAppenderPhp (Corin Lawson)</action>
+               <action type="fix" issue="LOG4PHP-22">log4php.dtd invalid 
(Christian Grobmeier)</action>
+               <action type="fix" issue="LOG4PHP-23">Mixed PHP4 and PHP5 
syntax (Christian Grobmeier)</action>
+               <action type="fix" issue="LOG4PHP-24">LoggerAppenderRollingFile 
unable to rollover (Dennis Korbar)</action>
+               <action type="fix" issue="LOG4PHP-25">Allow to set environment 
variables in LoggerOptionConverter (Christian Hammers, Knut Urdalen)</action>
+               <action type="fix" issue="LOG4PHP-28">LoggerAppenderConsole 
doesn't write to STDERR (Michael Kuenzli, Knut Urdalen)</action>
+               <action type="fix" issue="LOG4PHP-33">Appenders is not properly 
closed upon destruction (Knut Urdalen)</action>
+               <action type="update" issue="LOG4PHP-29">Load classes through 
autoload instead of explicitly include them (Knut Urdalen)</action>
+               <action type="update" issue="LOG4PHP-30">Implement 
LoggerAppenderPDO (Christian Grobmeier)</action>
+               <action type="update" issue="LOG4PHP-31">Removing unnecessary 
use of LOG4PHP_DIR (Knut Urdalen)</action>
+               <action type="update" issue="LOG4PHP-32">Refactor from using 
define to class contants (Knut Urdalen, Christian Grobmeier)</action>
+               <action type="update" issue="LOG4PHP-34">Remove all internal 
debugging (Christian Grobmeier)</action>
+               <action type="update" issue="LOG4PHP-35">Replace 
LOG4PHP_LINE_SEP with PHP_EOL (Knut Urdalen)</action>
+               <action type="update" issue="LOG4PHP-37">removed 
LoggerAppenderDB in favour to LoggerAppenderPDO (Christian Grobmeier)</action>
+               <action type="update" issue="LOG4PHP-38">Replace is_a() with 
instanceof (Knut Urdalen)</action>
+               <action type="update" issue="LOG4PHP-39">Remove deprecated 
methods (Knut Urdalen)</action>
+               <action type="update" issue="LOG4PHP-40">Merge LoggerAppender 
and LoggerAppenderSkeleton (Christian Grobmeier)</action>
+               <action type="update" issue="LOG4PHP-44">PEAR package (Knut 
Urdalen)</action>
+               <action type="update" issue="LOG4PHP-52">Use of custom factorys 
is discouraged - clean up (Christian Grobmeier)</action>
+               <action type="update">Initial port to PHP 5 (Knut 
Urdalen)</action>
+               <action type="update">Established new unit test suite (Knut 
Urdalen)</action>
+               <action type="update">Added a range of examples (Knut 
Urdalen)</action>
+               <action type="update">Created common ReflectionUtils class and 
moved factory calls to there (Christian Grobmeier)</action>
     </release>
   </body>
 </document>


Reply via email to