diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2004-11-25 20:23:40 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2004-11-25 20:23:40 +0000 |
commit | f3f067f06a8f969eaf164c9c198254d23e13e0e0 (patch) | |
tree | 84e23f297b02f0f2f8e77fefe6c712016ce3cdb7 /doc/CHANGES | |
parent | ba51e7c979a2b14f5b98c06405f65b81f316b2cf (diff) | |
download | pkgsrc-f3f067f06a8f969eaf164c9c198254d23e13e0e0.tar.gz |
Update to lates php-pdflib 2.0.3.
Changes since 1.0:
Version 2.0:
A major rework
- supports PDFlib 5 and PDFlib 6
- adds an Object Oriented API to PDFlib (for PHP 5 only)
- uses PHP exceptions (for PHP 5 only)
- only official PDFlib API's are included (plus pdf_open_memory_image)
- changed old API's with varargs to only accept all args now
- disables VIRTUAL_DIR support (use SerachPath instead)
- disables CHECK_OPEN_BASEDIR checks
Version 2.0.1, 2.0.2:
- various bugfixes
Version 2.0.3:
Bugfixes:
- PDF_get_parameter crashed when called with only 2 parameters.
Enhancements:
- added pdf_utf8_to_utf16() and pdf_utf16_to_utf8() API's.
- included support for PDFlib4 again
Many thanks to Rainer Schaff for revitalizing PDFlib4 support :)
Diffstat (limited to 'doc/CHANGES')
-rw-r--r-- | doc/CHANGES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 1d52d5aae12..3986dd8f892 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.8003 2004/11/25 20:16:51 minskim Exp $ +$NetBSD: CHANGES,v 1.8004 2004/11/25 20:23:40 jdolecek Exp $ Changes to the packages collection and infrastructure in 2004: @@ -5438,3 +5438,4 @@ Changes to the packages collection and infrastructure in 2004: Updated ed2k-gtk-gui to 0.6.3 [minskim 2004-11-25] Updated ipgrab to 0.9.9 [minskim 2004-11-25] Updated p5-Geo-IP to 1.23 [minskim 2004-11-25] + Updated php-pdflib to 2.0.3 [jdolecek 2004-11-25] |