summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2007-03-27 21:29:44 +0000
committerMarcus Boerger <helly@php.net>2007-03-27 21:29:44 +0000
commitf3ec56db34de2b5d1157e6694cfee2b5541fd171 (patch)
tree3e598812a48c9f05d014ca3b5c37a9a34e0eebca
parent36f0d79848f40530d68deafde6c0e986b0dbbd6a (diff)
downloadphp-git-f3ec56db34de2b5d1157e6694cfee2b5541fd171.tar.gz
- Update package file
-rw-r--r--ext/phar/package.xml25
1 files changed, 1 insertions, 24 deletions
diff --git a/ext/phar/package.xml b/ext/phar/package.xml
index e0aab1e13f..abd42f96dd 100644
--- a/ext/phar/package.xml
+++ b/ext/phar/package.xml
@@ -31,7 +31,7 @@ if the ini variable phar.require_hash is set to true.</description>
<date>2007-03-27</date>
<time>21:53:42</time>
<version>
- <release>1.0.0</release>
+ <release>1.0.1</release>
<api>1.0.0</api>
</version>
<stability>
@@ -183,29 +183,6 @@ if the ini variable phar.require_hash is set to true.</description>
<changelog>
<release>
<version>
- <release>1.1.0RC1</release>
- <api>1.1.0</api>
- </version>
- <stability>
- <release>beta</release>
- <api>beta</api>
- </stability>
- <date>2007-03-26</date>
- <license uri="http://www.php.net/license">PHP License</license>
- <notes>
-
- * implement ability connect a phar file &apos;phar://whatever&apos; to a directory. That way all
- access to that phar archive are directed to the extracted directory. This
- allows to have the installed files and the archieve keep the same includes.
- [Marcus]
- * implement SHA-2 (256, 512) support [Marcus]
- * implement setSignatureAlgorithm() and Phar::MD5 Phar::SHA1 Phar::SHA256 Phar::SHA512 Phar::PGP to
- choose the kind of signature to use (PGP falls back to SHA1) [Greg]
-
- </notes>
- </release>
- <release>
- <version>
<release>1.0.0</release>
<api>1.0.0</api>
</version>