PHP PEAR CVS 41 CVS PEAR PECL GEN CHANGELOG TODO PACKAGE XML
Date: Thu, 03 Jul 2003 11:33:20 -0000

Subject: cvs: pear /PECL_Gen ChangeLog TODO package.xml
From: hholzgra@no-spam (Hartmut Holzgraefe)

hholzgra Thu Jul 3 07:33:20 2003 EDT
Modified files: /pear/PECL_Gen ChangeLog TODO package.xml Log:
updates for o.7 release Index: pear/PECL_Gen/ChangeLog diff -u pear/PECL_Gen/ChangeLog:1.4 pear/PECL_Gen/ChangeLog:1.5
--- pear/PECL_Gen/ChangeLog:1.4 Wed Jul 2 11:59:14 2003
+++ pear/PECL_Gen/ChangeLog Thu Jul 3 07:33:20 2003
@@no-spam -1,3 +1,8 @@no-spam +0.7.0
+
+- a README file is written containing information on + how to continue after an extension was generated +
- --function="proto" writes function stub to stdout - --stubs=filename now supported in ext_skel BC mode Index: pear/PECL_Gen/TODO diff -u pear/PECL_Gen/TODO:1.11 pear/PECL_Gen/TODO:1.12
--- pear/PECL_Gen/TODO:1.11 Wed Jul 2 11:59:14 2003
+++ pear/PECL_Gen/TODO Thu Jul 3 07:33:20 2003
@@no-spam -1,19 +1,3 @@no-spam -Milestone 0.7
--------------
-
-- README file generation -- show verbose message on what to do next like ext_skel did - (this is also the README file? or INSTALL?)
- - build instructions should be platform aware - - build instructions should be position aware - (within php5/ext vs. standalon)
- (-> same for config.m4 generation? auto enable/disable ...)
- - describe hacking - - describe testing -
-(test stuff may be moved to different milestone due to - missing "make test" support in phpize'd extensions ...)
-
Milestone 0.8
-------------
Index: pear/PECL_Gen/package.xml diff -u pear/PECL_Gen/package.xml:1.7 pear/PECL_Gen/package.xml:1.8
--- pear/PECL_Gen/package.xml:1.7 Wed Jul 2 12:54:46 2003
+++ pear/PECL_Gen/package.xml Thu Jul 3 07:33:20 2003
@@no-spam -25,10 +25,22 @@no-spam <release>
<state>beta</state>
- <version>0.7.0-dev</version>
- <date>2003-06-30</date>
+ <version>0.7.0</version>
+ <date>2003-07-03</date>
<notes>
- see ChangeLog for now ...
+- a README file is written containing information on + how to continue after an extension was generated +- --function="proto" writes function stub to stdout +- --stubs=filename now supported in ext_skel BC mode +- added --help and --version options +- added a short feedback howto message + (can be disabled using --quiet) +- --with-xml works again + (ext_skel compatibility)
+- will now only purge and overwrite existing target directory + if '--force' is requested on cmd line +- .cvsignore created with platform-specific entries +- PEARifying error reporting finished </notes>
<deps>
<dep type="php" rel="ge" version="5.0"/>