diff options
author | Andrei Zmievski <andrei@php.net> | 2002-09-13 23:34:21 +0000 |
---|---|---|
committer | Andrei Zmievski <andrei@php.net> | 2002-09-13 23:34:21 +0000 |
commit | a92e347e53345acbb06c2c08d6354bfe8e27d2cb (patch) | |
tree | 2445a6b7fc76199a4a88732deaed70a9cec45b93 /pear | |
parent | 687312be415474fc6943e0ade26825e7544dcd84 (diff) | |
download | php-git-a92e347e53345acbb06c2c08d6354bfe8e27d2cb.tar.gz |
Let's take Console_Getopt to stable release.
Diffstat (limited to 'pear')
-rw-r--r-- | pear/package-Console_Getopt.xml | 23 |
1 files changed, 17 insertions, 6 deletions
diff --git a/pear/package-Console_Getopt.xml b/pear/package-Console_Getopt.xml index 067893e3a4..1bc3eb02da 100644 --- a/pear/package-Console_Getopt.xml +++ b/pear/package-Console_Getopt.xml @@ -23,12 +23,10 @@ short and long options.</description> </maintainer> </maintainers> <release> - <version>0.11</version> - <date>2002-05-26</date> - <notes>POSIX getopt compatibility fix: treat first element of args -array as command name -</notes> - <state>beta</state> + <version>1.0</version> + <date>2002-09-13</date> + <notes>Stable release</notes> + <state>stable</state> <filelist> <dir name="Console"> <file role="php" name="Getopt.php"/> @@ -37,6 +35,19 @@ array as command name </release> <changelog> <release> + <version>0.11</version> + <date>2002-05-26</date> + <notes>POSIX getopt compatibility fix: treat first element of args + array as command name + </notes> + <state>beta</state> + <filelist> + <dir name="Console"> + <file role="php" name="Getopt.php"/> + </dir> + </filelist> + </release> + <release> <version>0.10</version> <date>2002-05-12</date> <notes>Packaging fix</notes> |