diff options
author | bjs <bjs@pkgsrc.org> | 2007-09-21 19:28:47 +0000 |
---|---|---|
committer | bjs <bjs@pkgsrc.org> | 2007-09-21 19:28:47 +0000 |
commit | fcc831ea66db3097f3b451821095de0ce6ee2aca (patch) | |
tree | e93c2575257513f3654e77d18f103509d0bebf13 /x11/libXi/Makefile | |
parent | 40d58d2fcc21a46d54d41f6af7e8e3c5a31242db (diff) | |
download | pkgsrc-fcc831ea66db3097f3b451821095de0ce6ee2aca.tar.gz |
Update to version 1.1.3.
The most important feature of this release is a set of locking fixes,
which unbreak this library for threaded apps. The lock issues were
exposed by libxcb.
-- XChangeDeviceControl: Fix completely broken locking
-- XSetDeviceFocus: Add missing extension check
-- XGetSelectedExtensionEvents: Still more locking bugs
-- Bug #9659: Bad markup on XListInputDevices.3x
Diffstat (limited to 'x11/libXi/Makefile')
-rw-r--r-- | x11/libXi/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/libXi/Makefile b/x11/libXi/Makefile index 27e3de28db2..4d4b9003fc6 100644 --- a/x11/libXi/Makefile +++ b/x11/libXi/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2007/08/05 21:49:26 joerg Exp $ +# $NetBSD: Makefile,v 1.6 2007/09/21 19:28:47 bjs Exp $ # -DISTNAME= libXi-1.1.2 +DISTNAME= libXi-1.1.3 CATEGORIES= x11 devel MASTER_SITES= http://xorg.freedesktop.org/releases/individual/lib/ EXTRACT_SUFX= .tar.bz2 |