Next | Query returned 120 messages, browsing 91 to 100 | Previous

History of commit frequency

CVS Commit History:


   2016-10-09 19:15:11 by Adam Ciarcinski | Files touched by this commit (3)
Log message:
Restore linking on Darwin.
   2016-09-30 14:37:31 by Thomas Klausner | Files touched by this commit (7) | Package updated
Log message:
Updated ghostscript-agpl to 9.20.

Remove Makefile.common that is not used by anything, despite
a comment to the contrary.

Highlights in this release include:

    The usual round of bug fixes, compatibility changes, and
    incremental improvements.

For a list of open issues, or to report problems, please visit
bugs.ghostscript.com.  Incompatible changes

    The planned device API tidy did not happen for this release,
    due to time pressures, but we still intend to undertake the
    following: We plan to somewhat tidy up the device API. We intend
    to remove deprecated device procs (methods/function pointers)
    and change the device API so every device proc takes a graphics
    state parameter (rather than the current scheme where only a
    very few procs take an imager state parameter). This should
    serve as notice to anyone maintaining a Ghostscript device
    outside the canonical source tree that you may (probably will)
    need to update your device(s) when these changes happen. Devices
    using only the non-deprecated procs should be trivial to update.
   2016-07-09 08:39:18 by Thomas Klausner | Files touched by this commit (1068)
Log message:
Bump PKGREVISION for perl-5.24.0 for everything mentioning perl.
   2016-04-07 10:52:06 by Adam Ciarcinski | Files touched by this commit (7)
Log message:
Changes 9.19:
* New custom PJL (near) equivalents for pdfmark and setdistillerparams.
* Metadata pdfmark is now implemented.
* An experimental, rudimentary raster trapping implementation implementation has \ 
been added to the Ghostscript graphics library.
* The halftone threshold array generation tools (part of toolbin/halftone) have \ 
been improved with thresh_remap which allows folding the transfer function (AKA \ 
toner response curve (TRC)) into the threshold array so that highlights are \ 
improved. Further, gen_stochastic has improved support for minimum dot size and \ 
shape.
* Plus the usual round of bug fixes, compatibility changes, and incremental \ 
improvements.
   2016-02-25 18:52:46 by Jonathan Perkin | Files touched by this commit (7)
Log message:
Use OPSYSVARS.
   2015-12-10 12:58:58 by Mark Davies | Files touched by this commit (4)
Log message:
Add gserrors.h to the installed files (upstream Bug 696301)
   2015-11-04 02:03:03 by Alistair G. Crooks | Files touched by this commit (1194)
Log message:
Add SHA512 digests for distfiles for print category

Problems found locating distfiles:
	Package acroread7: missing distfile AdobeReader_enu-7.0.9-1.i386.tar.gz
	Package acroread8: missing distfile AdobeReader_enu-8.1.7-1.sparc.tar.gz
	Package cups-filters: missing distfile cups-filters-1.1.0.tar.xz
	Package dvidvi: missing distfile dvidvi-1.0.tar.gz
	Package lgrind: missing distfile lgrind.tar.bz2

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
   2015-10-11 10:44:01 by Adam Ciarcinski | Files touched by this commit (1) | Package updated
Log message:
Checksum update
   2015-10-10 13:55:19 by Adam Ciarcinski | Files touched by this commit (6)
Log message:
Changes 9.18:
A substantial revision of the build system and GhostPDL directory structure, \ 
meaning the GhostPCL and GhostXPS "products" are now built by the \ 
Ghostscript build system "proper" rather than having their own builds \ 
which called the Ghostscript build system for certain parts of the builds.

Ghostscript-only users should not be affected by this change.

For users of the PCL and XPS interpreters (collectively downloaded as \ 
"GhostPDL") there is a new, "flatter" directory structure \ 
and only one configure and one make invocation to build all the products. There \ 
are also some executable default name changes to bring the PCL and XPS binaries \ 
in line with the Ghostscript ones. All executables now end up in the \ 
"bin" directory (or build specific variant thereof, e.g. \ 
"debugbin"). The PCL executable, by default, is now "gpcl6" \ 
on Unix like systems and "gpcl6win??.exe" (where "??" is \ 
either "32" or "64"). The XPS executable remains \ 
"gxps" on Unix-like systems, but similarly becomes \ 
"gxpswin??.exe" on Windows.

Those using scripts or other automated processes will need to take steps to cope \ 
with these changes.

A new method of internally inserting devices into the device chain has been \ 
developed, named "device subclassing". This allows suitably written \ 
devices to be more easily and consistently as "filter" devices.

The first fruit of this is a new implementation of the \ 
"-dFirstPage"/"-dLastPage" feature which functions a device \ 
filter in the Ghostscript graphics library, meaning it works consistently with \ 
all input languages.

The "ghostpdl.inf" file, provided to simplify installing a Postscript \ 
printer configure to produce output to suit Ghostscript's "pdfwrite" \ 
device is now available as a digitally signed version: "ghostpdl.cat".
Plus the usual round of bug fixes, compatibility changes, and incremental \ 
improvements.
   2015-08-13 00:27:23 by Thomas Klausner | Files touched by this commit (3)
Log message:
Use memmove instead of memcpy in one place.
It seems the arguments sometimes overlap, and _FORTIFY_SOURCE=2 causes it
to dump core in this case.

Bump PKGREVISION.

Next | Query returned 120 messages, browsing 91 to 100 | Previous