aboutsummaryrefslogtreecommitdiff
path: root/content/posts/2009-05-30-zipstream-php-0-2-2-released.html
diff options
context:
space:
mode:
authorPaul Duncan <pabs@pablotron.org>2021-10-14 12:47:50 -0400
committerPaul Duncan <pabs@pablotron.org>2021-10-14 12:47:50 -0400
commit4b6c0e31385f5f27a151088c0a2b614495c4e589 (patch)
tree12243cdcd00704bc1a9d94ac9cc128459417370c /content/posts/2009-05-30-zipstream-php-0-2-2-released.html
downloadpablotron.org-4b6c0e31385f5f27a151088c0a2b614495c4e589.tar.bz2
pablotron.org-4b6c0e31385f5f27a151088c0a2b614495c4e589.zip
initial commit, including theme
Diffstat (limited to 'content/posts/2009-05-30-zipstream-php-0-2-2-released.html')
-rw-r--r--content/posts/2009-05-30-zipstream-php-0-2-2-released.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/content/posts/2009-05-30-zipstream-php-0-2-2-released.html b/content/posts/2009-05-30-zipstream-php-0-2-2-released.html
new file mode 100644
index 0000000..9ddee8e
--- /dev/null
+++ b/content/posts/2009-05-30-zipstream-php-0-2-2-released.html
@@ -0,0 +1,18 @@
+---
+date: "2009-05-30T07:25:41Z"
+title: ZipStream-PHP 0.2.2 Released
+---
+
+<p>
+I just released version 0.2.2 of <a href='http://pablotron.org/software/zipstream-php/'>ZipStream-PHP</a>. ZipStream-PHP is a library that allows you to generate and stream zip files on the fly without writing an intermediate temporary file to the disk. It works with existing files and dynamically generated content, and has been used to dynamically generate zip files hundreds of megabytes in size.
+</p>
+
+<p>
+This release of ZipStream-PHP updates the license to remove the advertising clause and fixes a few errors in the documentation. There are no code changes; if you're happy with 0.2.1 there is no immediate reason to upgrade.
+</p>
+
+<ul>
+<li><a href='http://pablotron.org/files/zipstream-php-0.2.2.tar.gz'>Download ZipStream-PHP 0.2.2 Tarball</a> (<a href='http://pablotron.org/files/zipstream-php-0.2.2.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>