pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/print/mupdf
Module Name: pkgsrc
Committed By: wiz
Date: Sun Jun 3 22:03:24 UTC 2012
Modified Files:
pkgsrc/print/mupdf: Makefile PLIST distinfo
pkgsrc/print/mupdf/patches: patch-ab patch-ac
Log Message:
Update to 1.0:
MuPDF 1.0 (2012-04-24)
The 1.0 release is here!
MuPDF 1.0 RC1 (2012-03-29)
The 1.0 release rapidly approaches! This version brings with it a whole host of
features, including:
Removal of all global variables: we now pass a context pointer
through the code freeing us from the use of globals within the
library.
Multi-threaded operation: while MuPDF does not require a thread
library, hooks are in place so that if one is used, significant
speedups can be gained from using multiple cores to render.
New error handling: a portable exception-like system is used
to allow neater handling of errors. This leads to more stability
and better resilience to broken files.
Public/Private API: the API has undergone a significant revision
(required by some of the above changes, plus renaming/revising
for clarity and consistency), and has been split into public
and private headers. The plan is that the public portion of
the API should remain much more static in future.
Improved Text Extraction device: a cleaner API to the experimental
text extraction device, offering a list of styles, and more
cleanly delineated content.
Documentation: All public header entry points/structures are
now documented and overviews of how to call the library to
render pages both in single and multi-threaded mode are given.
A new scavenging memory manager; makes much better use of the
memory available by freeing cached items 'just in time'.
Many, many, bugfixes.
This is such a large and significant version that we're doing a
release candidate first to allow us to correct any obvious bugs
that are found. Please try it and let us know how you get on!
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/print/mupdf/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/print/mupdf/PLIST
cvs rdiff -u -r1.6 -r1.7 pkgsrc/print/mupdf/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/print/mupdf/patches/patch-ab
cvs rdiff -u -r1.3 -r1.4 pkgsrc/print/mupdf/patches/patch-ac
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index