summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Beaver <cellog@php.net>2007-08-30 03:31:40 +0000
committerGreg Beaver <cellog@php.net>2007-08-30 03:31:40 +0000
commit36bbdfd6f49f20453776bd7c9de5c7bc01200033 (patch)
tree7598fbb82165fe4ea494c5c733fc6a558609e59b
parent4d759a56c19e6b4876a60df08cc30c1c457b7dc9 (diff)
downloadphp-git-36bbdfd6f49f20453776bd7c9de5c7bc01200033.tar.gz
prepare release of 1.2.1
-rw-r--r--ext/phar/package.php2
-rw-r--r--ext/phar/package.xml10
2 files changed, 9 insertions, 3 deletions
diff --git a/ext/phar/package.php b/ext/phar/package.php
index 638a4d6bed..5ae77d2f16 100644
--- a/ext/phar/package.php
+++ b/ext/phar/package.php
@@ -1,6 +1,8 @@
<?php
$notes = '
+ * improve speed of uncompressed phars used readonly by 2x [Greg]
+ * improve speed of phars with signatures 2x [Greg]
* add Phar::setAlias() [Greg]
* fix too many open file handles issue [Greg]
* fix rename [Greg]
diff --git a/ext/phar/package.xml b/ext/phar/package.xml
index 8097c6a889..0056059743 100644
--- a/ext/phar/package.xml
+++ b/ext/phar/package.xml
@@ -29,8 +29,8 @@ avaiable then SHA-256 and SHA-512 signatures are supported as well.</description
<email>helly@php.net</email>
<active>yes</active>
</lead>
- <date>2007-08-24</date>
- <time>20:06:43</time>
+ <date>2007-08-29</date>
+ <time>22:34:12</time>
<version>
<release>1.2.1</release>
<api>1.1.0</api>
@@ -42,6 +42,8 @@ avaiable then SHA-256 and SHA-512 signatures are supported as well.</description
<license uri="http://www.php.net/license">PHP License</license>
<notes>
+ * improve speed of uncompressed phars used readonly by 2x [Greg]
+ * improve speed of phars with signatures 2x [Greg]
* add Phar::setAlias() [Greg]
* fix too many open file handles issue [Greg]
* fix rename [Greg]
@@ -229,10 +231,12 @@ avaiable then SHA-256 and SHA-512 signatures are supported as well.</description
<release>stable</release>
<api>stable</api>
</stability>
- <date>2007-08-24</date>
+ <date>2007-08-29</date>
<license uri="http://www.php.net/license">PHP License</license>
<notes>
+ * improve speed of uncompressed phars used readonly by 2x [Greg]
+ * improve speed of phars with signatures 2x [Greg]
* add Phar::setAlias() [Greg]
* fix too many open file handles issue [Greg]
* fix rename [Greg]