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 :)
and PHP5.
The PECL extension is preferred even for PHP4 (which has zip extension
bundled), since further maintenance is likely to be more active there.
PDFlib on-the-fly PDF generation. This replaces php4-only php4-zip.
While there is newer version available in PECL (2.0.2 ATM), it doesn't
build with PDFlib 4.x, so we use version 1.0, i.e. the same version
which ships with PHP 4.3.9.
- The lpstat man page incorrectly listed the "-s" option
as using the equivalent of the "-p" option to list the
printers; it uses the "-v" option to list the printers
(STR #986)
- Now allow 0-length reads in the CUPS file API (STR
#985)
- cupsDoFileRequest() now sets cupsLastError() to
IPP_ERROR on network errors (STR #953)
- The pdftops filter didn't scale small pages up to the
output page size when the fitplot option was used (STR
#984)
- Fixed the ipptest program usage message (STR #959)
- Added Spanish man pages (STR #963)
- Fixed the order of comparisons in the client.conf
reading code (STR #971)
- cupsLangGet() incorrectly set the current locale (STR
#970)
Changes 1.1.22rc2:
- The pdftops filter didn't check the range of all
integer attributes (STR #972)
- Documentation corrections (STR #944, STR #946)
- Also sanitize device URI in argv[0] (STR #933)
- cupsRasterReadHeader() didn't swap bytes for the
numeric fields properly (STR #930)
Changes 1.1.22rc1:
- Now sanitize the device URI that is reported in the
error_log file (STR #920)
- Fixed some memory and file descriptor leaks in the job
dispatch code (STR #921)
- Deleting a printer could cause a crash with browsing
enabled (STR #865, STR #881, STR #928)
- Browsing would turn off if the scheduler got an EAGAIN
error (STR #924)
- The mime.types file didn't recognize PostScript as a
PJL language name (STR #925)
Changes 1.1.21:
- The scheduler did not separate Digest authentication
parameters with commas (STR #882)
- Fixed some problems with image printing to custom page
sizes (STR #891)
- Removed the remaining scheduler code that did not use
the "close-on-exec" file descriptor flag to speed up
program invocations (STR #890)
- The "lpr -r" command removed the print file even if it
was not printed. It now only removes the file if the
job is successfully created (STR #886)
- Revamped the custom page size orientation fix (STR
#127)
- The lp, lpq, lpr, and lpstat commands now report when
an environment variable is pointing to a non-existent
printer instead of just saying "no default
destination" (STR #879)
- Queue names with 2 periods (e.g. "printer..2") were
not supported (STR #866)
2004-10-01 Jody Goldberg <jody@gnome.org>
* Release 2.8.0.1
2004-10-01 Jody Goldberg <jody@gnome.org>
(gnome_print_ps2_print_octal_byte) : doh!
* libgnomeprint/gnome-print-ps2.c (gnome_print_ps2_print_bpath) : fix
return type and handle errors.
2004-10-01 Jody Goldberg <jody@gnome.org>
* libgnomeprint/gnome-print-ps2.c : Clarify the error handling and
return values in all routines.
(gnome_print_ps2_print_double) : no need for a dynamic buffer. put it
on the stack.
(gnome_print_ps2_print_octal_byte) : new.
(gnome_print_ps2_glyphlist) : use it here and correct the return val
calculation.
2004-10-01 Morten Welinder <terra@gnome.org>
* libgnomeprint/gnome-print-ps2.c (gnome_print_ps2_puts,
gnome_print_ps2_putc): New functions. Change most calls of
gnome_print_ps2_fprintf to one of these.
(gnome_print_ps2_glyphlist): Print letters as letters, not octal.
Fixes#153667.
2004-09-30 Jody Goldberg <jody@gnome.org>
* libgnomeprint/modules/cups/gnome-print-cups.c
(attributes_changed_cb) : Store the queue length in QueueLength
2004-09-23 Jody Goldberg <jody@gnome.org>
* libgnomeprint/gnome-font-face.c (gf_pso_print_double) : remove some
dead code
rlpr is a package that makes it possible (or at the very least, easier),
to print files on remote sites to your local printer. The rlpr
package includes BSD-compatible replacements for `lpr', `lpq', and
`lprm', whose functionality is a superset of their BSD counterparts.
In other words, with the rlpr package, you can do everything you can
do with the BSD printing commands, and more. The programs contained
within the rlpr package are all GPL'd, and are more lightweight,
cleaner and more secure than their BSD counterparts.
(I've been an rlpr user for several years)
Unfortunately, guile{,14}/buildlink3.mk directly includes it, and I don't
know which dependencies actually need libltdl, so it was a recursive bump.
Hopefully this recursive inclusion can be ripped out of
guile{,14}/buildlink3.mk at some point and bubble down to dependencies that
actually use libltdl, avoiding this headache in the future....
as it's only used internally by bsd.prefs.mk.
* Make _PKGSRCDIR a public variable by renaming it to PKGSRCDIR.
Also, generate its value from ${_PKGSRC_TOPDIR} so it's less fragile
than the old method of stripping off the last two components of
${.CURDIR}. PKGSRCDIR may now be used after bsd.prefs.mk is defined.
* Change all references to _PKGSRCDIR to PKGSRCDIR.
in the process. (More information on tech-pkg.)
Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.
Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
* The CUPS driver now reports pages starting from page
1 rather than page 0 as was previously the case.
* The Postscript output driver (in the GIMP plugin)
now functions correctly in non-US locales when a PPD file is
provided.
* A segmentation violation on the IA64 platform is fixed.
* A bug in the Postscript output driver causes the
GIMP plugin to crash on startup with certain PPD files.
* The horizontal printing position on the Epson Stylus
C63/C64 and C83/C84 printers has been fixed.
* The CUPS driver now handles, via a workaround,
incorrect Postscript generated by some programs.
* The package now operates correctly with on Solaris
and other systems using an external libintl.
* Gimp-Print no longer attempts to build (and fail)
the Print plugin against the GIMP 2.0.
* escputil now reports ink levels from all known Epson
Stylus printers. In addition, ink level reporting is more
reliable in general, with fewer timeouts or unparseable output.
* The HP DesignJet 2500 and 3500 now support correct
maximum page widths of 36" and 54" respectively, rather than 44"
for both.
* The PPD files now use the recommended manufacturer
names. Previously, certain CUPS applications could display the
manufacturer names incorrectly.
* The Epson Stylus Photo R200/R210 and R300/R310 printers, and the
RX500 and RX600 multi-function devices, are now supported.
* The HP LaserJet 1012 and Brother HL-1440 printers are now supported.
* Super A0 and Super B0 paper sizes are now supported.
* Translations for Hungarian, Ukrainian, and Norwegian/Bokmaal have
been added. In addition, other translations have been updated.
* The CUPS driver now reports pages starting from page
1 rather than page 0 as was previously the case.
* The Postscript output driver (in the GIMP plugin)
now functions correctly in non-US locales when a PPD file is
provided.
* A segmentation violation on the IA64 platform is fixed.
* A bug in the Postscript output driver causes the
GIMP plugin to crash on startup with certain PPD files.
* The horizontal printing position on the Epson Stylus
C63/C64 and C83/C84 printers has been fixed.
* The CUPS driver now handles, via a workaround,
incorrect Postscript generated by some programs.
* The package now operates correctly with on Solaris
and other systems using an external libintl.
* Gimp-Print no longer attempts to build (and fail)
the Print plugin against the GIMP 2.0.
* escputil now reports ink levels from all known Epson
Stylus printers. In addition, ink level reporting is more
reliable in general, with fewer timeouts or unparseable output.
* The HP DesignJet 2500 and 3500 now support correct
maximum page widths of 36" and 54" respectively, rather than 44"
for both.
* The PPD files now use the recommended manufacturer
names. Previously, certain CUPS applications could display the
manufacturer names incorrectly.
* The Epson Stylus Photo R200/R210 and R300/R310 printers, and the
RX500 and RX600 multi-function devices, are now supported.
* The HP LaserJet 1012 and Brother HL-1440 printers are now supported.
* Super A0 and Super B0 paper sizes are now supported.
* Translations for Hungarian, Ukrainian, and Norwegian/Bokmaal have
been added. In addition, other translations have been updated.
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:
lib/libfoo.a
lib/libfoo.la
lib/libfoo.so
lib/libfoo.so.0
lib/libfoo.so.0.1
one simply needs:
lib/libfoo.la
and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.
Also make LIBTOOLIZE_PLIST default to "yes".
2004-09-12 Jaka Mocnik <jaka@gnu.org>
* configure.in: version 2.8.0; tag GGV_2_8_0; tarball for the upcoming 2.8.0 release.
2004-09-06 Jaka Mocnik <jaka@gnu.org>
* configure.in: version 2.7.99; tag GGV_2_7_99; released a tarball.
* ggv.desktop.in (MimeType): removed application/pdf as the pdf
viewing functionality of ggv is, although still available, not
actively supported - use gpdf for PDF previewing.
2004-08-27 Akagic Amila <bono@linux.org.ba>
* configure.in: Added 'bs' to ALL_LINGUAS.
2004-08-17 Mark McLoughlin <mark@skynet.ie>
* src/recent-files/egg-recent-item.[ch],
src/recent-files/egg-recent-model.c,
src/recent-files/egg-recent-util.[ch],
src/recent-files/egg-recent-view-bonobo.c,
src/recent-files/egg-recent-view-gtk.c,
src/recent-files/egg-recent-view.[ch]: sync with
latest libegg.
* src/recent-files/update-from-egg.sh: add
* src/recent-files/Makefile.am: add update-from-egg.sh to
EXTRA_DIST.
2004-08-16 Kjartan Maraas <kmaraas@gnome.org>
* configure.in: Added nb to ALL_LINGUAS.
2004-07-21 Ray Strode <rstrode@redhat.com>
* ggv/ggv.desktop.in: Add MimeType line to desktop file
new mime sytem.
2004-07-18 Jaka Mocnik <jaka@gnu.org>
* configure.in: version 2.7.0; released a tarball.
* src/ggv-prefs.c (ggv_prefs_load): test for "/usr/usb/lpr" on Solaris.
* src/ggv-ui.xml: changed "Fullscreen mode" to "Full Screen"; fixes#144876.
* src/gtkgs.c (gtk_gs_goto_page): do a gtk_gs_set_page_size() in order to properly
display documents with pages of multiple sizes. now how could this one have crept in
and how come no one noticed it until now? fixes#147591.
* bonobo/ggv-postscript-view.c (ggv_postscript_view_print): do not attempt to execute
a print command from an argv array whose first element is NULL; fixes#147705.
2004-07-16 Muktha <muktha.narayan@wipro.com>
* bonobo/main.c (main): disable session manager connection for
ggv-postscript-viewer. Fixes bug #147710.
Fri Jun 18 08:33:07 2004 Jonathan Blandford <jrb@gnome.org>
* AUTHORS: Changed the authors file to make it more obvious who's
really in charge.
2004-06-16 Jaka Mocnik <jaka@gnu.org>
* src/ggv-window.c (ggv_window_load): applied patch from Subrahmanyam
Madduri: added code for getting the filename which is to be opened,
from the path of the file. Also changed the order of display in title
to "<filename> - GGV". Fixes bug #60092
* bonobo/ggv-postscript-view-ui.xml: applied a patch from Udayan Kumar,
that adds a print icon to the toolbar, fixing #140907.
2004-04-18 Jaka Mocnik <jaka@gnu.org>
* ggv-prefs-ui.c: (ggv_prefs_dialog_new): Changed accelarators
for Document tab - Default Zoom and Coordination Units to resolve
conflicts in accelarators. patch by Archana Shah. Fixes bug#
134976.
* src/ggv-window.c (ggv_add_open_button): added tooltip for recent
files button. patch by chenthill.
* backport of bugfixes from gnome-2-6 branch.
* src/ggv-window.c (verb_FileOpen): don't set the file chooser size.
fixes#139518. patch by Darren Adams.
* src/gsdefaults.c (gtk_gs_defaults_set_*): only set the new value
if it differs from the old: should fix#139362.
* src/ggv-window.c (open_button_pressed_cb): applied a patch by
Kouichirou Hiratsuka, fixing a crash when event parameter is NULL.
fixes#139408.
2004-04-09 Guntupalli Karunakar <karunakar@freedomink.org>
* configure.in: Added "gu" (Gujarati) to ALL_LINGUAS.
2004-04-07 Remi Cohen-Scali <rcoscali@cvs.gnome.org>
Fix for bug #139363
* bonobo/ggv-postscript-view.c (verb_FileSaveMarked): Added
chooser filter for PS docs and all files.
* src/ggv-window.c (verb_FileOpen): Added chooser filters for
PS docs and all files.
2004-04-07 Jaka Mocnik <jaka@gnu.org>
* src/recent-files/egg-recent-model.c (egg_recent_model_filter): do not
test for existence of files since this is done before setting the mime
filter, so we can (and usually will) end up with testing a bunch of URIs,
many of which can be remote, which causes unacceptable delays when
starting GGV!
* configure.in: bump version to 2.7.0.
2004-03-31 Christian Rose <menthos@menthos.com>
* configure.in: Added "af" to ALL_LINGUAS.
2004-03-30 Adam Weinberger <adamw@gnome.org>
* configure.in: Added en_CA (Canadian English) to ALL_LINGUAS.
2004-03-29 Samúel Jón Gunnarsson <sammi@techattack.nu>
* is.po: Added "is" to ALL_LINGUAS.
2004-03-24 Guntupalli Karunakar <karunakar@freedomink.org>
* configure.in: Added "pa" (Punjabi) to ALL_LINGUAS.
While here, convert to the bsd.options.mk framework to handle the cups
functionality.
libgnomeprint 2.8.0
Jody
* Bump automake req to 1.7
* clean up some improperly namespaced private symbols
* Recognize .ttc files as truetype
J.H.M. Dassen
* Explicitly require gmodule
------------------------------------------------------------------------------
libgnomeprint 2.7.90
Jody
http://bugzilla.gnome.org/show_bug.cgi?id=147349
* Improve test for zlib
http://bugzilla.gnome.org/show_bug.cgi?id=133924
* Fix transformations of text in pdf backend
Kmaraas
* Patch some warnings from sparse
Owen
http://bugzilla.gnome.org/show_bug.cgi?id=143878
* Fix gnome_font_find_closest to call gnome_font_face_find_closest
Morten
* Keep more private symbols from polluting the global namespace.
Suresh Chandrasekharan
http://bugzilla.gnome.org/show_bug.cgi?id=149858
* Don't modify the global font table
------------------------------------------------------------------------------
libgnomeprint 2.7.2
Andreas
* Fix 1#49160
* Fix#149161
Jody
* #Fix 149452
* more portability
Suresh Chandrasekharan
* Fix#148674
* Fix#149858
------------------------------------------------------------------------------
libgnomeprint 2.7.1
Andreas
* Add module to scan /etc/printcap
Colin Walters :
* Support for new gnomeprintui printer list (state polling)
Jody
* Some win32 build fixes
* Build fixes for sft code from glib
J.H.M. Dassen (Ray) :
* link fixes
Matthias Clasen:
* fix handling of no cups printers
------------------------------------------------------------------------------
libgnomeprint 2.7.0
Andreas
* Improve handling of multiple instances of a cups printer.
* Add all paper sizes to PDF writer
Grzegorz Golawski
* Use G_MODULE_SUFFIX
Owen Taylor :
* Improved pango integration (Requires Pango 1.5.0)
Suresh Chandrasekharan :
* Improved font subsetting for PS and PDF backends
Dom Lachowicz :
* Fix win32 compilation
Jody Goldberg :
* Fix pdf generation
J.H.M. Dassen (Ray):
* Fixed unresolved symbols in the CUPS module.
automatically in the PLIST.
- Use the new mimedb.mk file from shared-mime-info to handle the registration
of new mime types.
- Remove redundant LIBTOOL_OVERRIDE
- Bump PKGREVISION to 1 because of this.