[Lunar-commits] r26394 - moonbase/trunk/libs/poppler
Dennis Veatch
stumbles at lunar-linux.org
Fri Oct 26 18:59:23 CEST 2007
Author: stumbles
Date: 2007-10-26 18:59:22 +0200 (Fri, 26 Oct 2007)
New Revision: 26394
Modified:
moonbase/trunk/libs/poppler/DETAILS
Log:
poppler core:
* Fix printing with different x and y scale
* Fix crash when Form Fields array contains references to non existent objects
* Fix crash in CairoOutputDev::drawMaskedImage()
* Fix embedded file description not working on some cases
Qt4 frontend:
* Fix printing issue
* Avoid double free
* Fix memory leak when dealing with embedded files
glib frontend:
* Fix build with --disable-cairo-output
* Do not return unknown field type for signature form fields
build system:
* Support automake-1.10
* More compatible sh code in qt.m4
Modified: moonbase/trunk/libs/poppler/DETAILS
===================================================================
--- moonbase/trunk/libs/poppler/DETAILS 2007-10-26 16:54:42 UTC (rev 26393)
+++ moonbase/trunk/libs/poppler/DETAILS 2007-10-26 16:59:22 UTC (rev 26394)
@@ -1,11 +1,11 @@
MODULE=poppler
- VERSION=0.6
+ VERSION=0.6.1
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL=http://poppler.freedesktop.org/
- SOURCE_VFY=sha1:a40abb17b912d6ecd0e4ece609b74647b8d04279
+ SOURCE_VFY=sha1:f28184df94fe6312db0a11e285d7832c3cfd0797
WEB_SITE=http://poppler.freedesktop.org/
ENTERED=20050918
- UPDATED=20070922
+ UPDATED=20071026
SHORT="a PDF rendering library based on the xpdf-3.02 code base"
cat << EOF
More information about the Lunar-commits
mailing list