Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id 5565763E4EA for ; Sun, 4 Nov 2012 23:44:33 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 2AADC14A1DD; Sun, 4 Nov 2012 23:44:33 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CB28514A1CF for ; Sun, 4 Nov 2012 23:44:29 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id M222Fqz0vTNZ for ; Sun, 4 Nov 2012 23:44:29 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 1E79914A1CB for ; Sun, 4 Nov 2012 23:44:28 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 1EED1175DD; Sun, 4 Nov 2012 23:44:28 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Sun, 4 Nov 2012 23:44:28 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/graphics/cairo To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20121104234428.1EED1175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wiz Date: Sun Nov 4 23:44:27 UTC 2012 Modified Files: pkgsrc/graphics/cairo: Makefile distinfo Removed Files: pkgsrc/graphics/cairo/patches: patch-config.h.in patch-configure patch-src_cairo-xlib-surface-shm.c Log Message: Update to 1.12.8: Release 1.12.8 (2012-11-24 Chris Wilson ) =================================================================== Another couple of weeks and a few more bugs have been found and fixed, it is time to push the next point release. Many thanks to everyone who reported their issues and helped us track down the bugs and helped testing the fixes. Bug fixes --------- Expand the sanity checking for broken combinations of XSendEvent and ShmCompletionEvent. Notice that "The X.Org Foundation" sometimes also identifies itself as "The Xorg Foundation". Handle various ages of libXext and its Shm headers. Fix the invalid clipping of the source drawable when using SHM transport to upload images. https://bugs.freedesktop.org/show_bug.cgi?id=56547 Handle all Type1 postscript operators for better font compatibility. https://bugs.freedesktop.org/show_bug.cgi?id=56265 Fix a couple of memory leaks in Type1 font subsetting https://bugs.freedesktop.org/show_bug.cgi?id=56566 Tighten the evaluation of the start/stop pen vertices, and catch a few instances where we would use a fan instead of a bevel. https://bugs.freedesktop.org/show_bug.cgi?id=56432 Fix assumption that geometric clipping always succeeds with the span-compositor. https://bugs.freedesktop.org/show_bug.cgi?id=56574 Fix call to spline intersection when evaluating whether a stoke is visible. Remember to copy inferior sources when using SHM to readback the surface for use as a source. To generate a diff of this commit: cvs rdiff -u -r1.119 -r1.120 pkgsrc/graphics/cairo/Makefile cvs rdiff -u -r1.70 -r1.71 pkgsrc/graphics/cairo/distinfo cvs rdiff -u -r1.1 -r0 pkgsrc/graphics/cairo/patches/patch-config.h.in cvs rdiff -u -r1.5 -r0 pkgsrc/graphics/cairo/patches/patch-configure cvs rdiff -u -r1.8 -r0 \ pkgsrc/graphics/cairo/patches/patch-src_cairo-xlib-surface-shm.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.