From: Marcus Boerger Date: Fri, 18 May 2007 04:38:09 +0000 (+0000) Subject: - Update package to version 1.2.0 X-Git-Tag: RELEASE_1_2_0~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4750d997bf0ec92b716d5da1f3967d4bc9a62b6a;p=php - Update package to version 1.2.0 --- diff --git a/ext/phar/package.xml b/ext/phar/package.xml index 22f414c538..86d5a22366 100644 --- a/ext/phar/package.xml +++ b/ext/phar/package.xml @@ -1,5 +1,5 @@ - + phar pecl.php.net allows running of complete applications out of .phar files (like Java .jar files) @@ -29,10 +29,10 @@ avaiable then SHA-256 and SHA-512 signatures are supported as well.helly@php.net yes - 2007-04-12 - + 2007-05-18 + - 1.1.0 + 1.2.0 1.1.0 @@ -42,17 +42,25 @@ avaiable then SHA-256 and SHA-512 signatures are supported as well.PHP License - * implement ability connect a phar file 'phar://whatever' 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] + * add PharFileInfo::hasMetadata(), PharFileInfo::delMetadata() [Marcus] + * add Phar::hasMetadata(), Phar::delMetadata() [Marcus] + * fix Phar::CanWrite() [Marcus] + * add preliminary phar command (phar.php) [Marcus] + * add phar command (phar.phar) [Marcus] + * list all available compression methods using Phar::getSupportedCompression() [Marcus] + * remove RINIT [Marcus] + + + + + + + + @@ -107,6 +115,7 @@ avaiable then SHA-256 and SHA-512 signatures are supported as well. + @@ -153,11 +162,10 @@ avaiable then SHA-256 and SHA-512 signatures are supported as well. - + - @@ -203,27 +211,46 @@ avaiable then SHA-256 and SHA-512 signatures are supported as well. - 1.1.0 + 1.2.0 1.1.0 stable stable - 2007-04-12 + 2007-05-18 PHP License - * implement ability connect a phar file 'phar://whatever' 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] + * add PharFileInfo::hasMetadata(), PharFileInfo::delMetadata() [Marcus] + * add Phar::hasMetadata(), Phar::delMetadata() [Marcus] + * fix Phar::CanWrite() [Marcus] + * add preliminary phar command (phar.php) [Marcus] + * add phar command (phar.phar) [Marcus] + * list all available compression methods using Phar::getSupportedCompression() [Marcus] + * remove RINIT [Marcus] + + + 1.1.0 + 1.1.0 + + + stable + stable + + 2007-04-12 + PHP License + * implement ability connect a phar file 'phar://whatever' 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] + 1.0.1 @@ -235,11 +262,7 @@ avaiable then SHA-256 and SHA-512 signatures are supported as well. 2007-03-28 PHP License - - - * Fix return value of unlink() and rename() when used for phar archievs. [Marcus] - - + * Fix return value of unlink() and rename() when used for phar archievs. [Marcus]