diff options
author | Paul Duncan <pabs@pablotron.org> | 2021-10-14 12:47:50 -0400 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2021-10-14 12:47:50 -0400 |
commit | 4b6c0e31385f5f27a151088c0a2b614495c4e589 (patch) | |
tree | 12243cdcd00704bc1a9d94ac9cc128459417370c /content/posts/2009-03-09-zipstream-php-0-2-1-released.html | |
download | pablotron.org-4b6c0e31385f5f27a151088c0a2b614495c4e589.tar.bz2 pablotron.org-4b6c0e31385f5f27a151088c0a2b614495c4e589.zip |
initial commit, including theme
Diffstat (limited to 'content/posts/2009-03-09-zipstream-php-0-2-1-released.html')
-rw-r--r-- | content/posts/2009-03-09-zipstream-php-0-2-1-released.html | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/content/posts/2009-03-09-zipstream-php-0-2-1-released.html b/content/posts/2009-03-09-zipstream-php-0-2-1-released.html new file mode 100644 index 0000000..fa894e0 --- /dev/null +++ b/content/posts/2009-03-09-zipstream-php-0-2-1-released.html @@ -0,0 +1,20 @@ +--- +date: "2009-03-09T22:43:02Z" +title: ZipStream-PHP 0.2.1 Released +--- + +<p>Version 0.2.1 of <a href="http://pablotron.org/software/zipstream-php/">ZipStream-PHP</a> is out. There is one change:</p> + +<ul> +<li>Generate correct "version needed to extract" header. This fixes +extraction problems with WinZip 9.0.</li> +</ul> + +<p>Here are the relevant links:</p> + +<ul> +<li><a href="http://pablotron.org/files/zipstream-php-0.2.1.tar.gz">Download ZipStream-PHP 0.2.1</a> (<a href="http://pablotron.org/files/zipstream-php-0.2.1.tar.gz.asc">Signature</a>)</li> +<li><a href="http://redmine.pablotron.org/projects/show/zipstream-php">ZipStream-PHP Bug Tracker</a></li> +<li><a href="http://hg.pablotron.org/zipstream-php">ZipStream-PHP Mercurial Repository</a></li> +</ul> + |