Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 32F1BA5683 for ; Sun, 8 Dec 2013 13:46:48 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 8CB3014A241; Sun, 8 Dec 2013 13:46:47 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3422C14A23F for ; Sun, 8 Dec 2013 13:46:45 +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 gWSBIp-N_Ibv for ; Sun, 8 Dec 2013 13:46:44 +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 A35EE14A23B for ; Sun, 8 Dec 2013 13:46:44 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 9922596; Sun, 8 Dec 2013 13:46:44 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sun, 8 Dec 2013 13:46:44 +0000 From: "Patrick Welche" Subject: CVS commit: pkgsrc/devel/at-spi2-atk To: pkgsrc-changes@NetBSD.org Reply-To: prlw1@netbsd.org X-Mailer: log_accum Message-Id: <20131208134644.9922596@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: prlw1 Date: Sun Dec 8 13:46:44 UTC 2013 Modified Files: pkgsrc/devel/at-spi2-atk: Makefile distinfo Log Message: Update at-spi2-atk to 2.10.2 * Fix atk_component_contains wrapper (BGO#710730). * Properly clean up when timing out when motifying keystroke listeners (BGO#707218). * Allow lists of attribute values when reading collection match rules (BGO#700865). * Implement GetStringAtOffset (BGO#705581). * Fix another crash when we're initialized and shut down repeatedly. * Fix a deadlock for apps that also register AT-SPI key event listeners (ie, the Orca preferences dialog works again). * Fix for BGO#681276 (reentrancy issues with gnome-shell). * Fix various DBusError leaks (BGO#698951). * Fix crash when a main loop is shut down repeatedly (BGO#699554). * Suppress a warning if an app returns NULL when referencing a child. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/at-spi2-atk/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/at-spi2-atk/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.