Update to 1.2.2:
This minor maintenance release fixes the handling of the "u" type for setting properties and does a bit of code & build configuration cleanup. Alan Coopersmith (8): Expand description in README a little config: Add missing AC_CONFIG_SRCDIR Mark FatalError() as taking printf-style arguments Replace strlen/malloc/memcpy set with strdup Add unicode argument to Format_Len_String to reduce code duplication Fix const conversion warnings from gcc Mark usage() as noreturn, as suggested by gcc -Wmissing-noreturn xprop 1.2.2 lolilolicon (1): Enable setting property of type UTF8_STRING.
This commit is contained in:
parent
1a26649863
commit
e8d0444f74
2 changed files with 6 additions and 7 deletions
|
@ -1,7 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.10 2012/10/29 05:07:19 asau Exp $
|
||||
#
|
||||
# $NetBSD: Makefile,v 1.11 2013/08/09 09:21:24 wiz Exp $
|
||||
|
||||
DISTNAME= xprop-1.2.1
|
||||
DISTNAME= xprop-1.2.2
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.5 2012/06/03 18:23:50 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.6 2013/08/09 09:21:24 wiz Exp $
|
||||
|
||||
SHA1 (xprop-1.2.1.tar.bz2) = d531be0f5f2b7758216ea4d7890f88c42c5fa3fd
|
||||
RMD160 (xprop-1.2.1.tar.bz2) = 562e7b905b6ab10338a7285e211edb483d45b948
|
||||
Size (xprop-1.2.1.tar.bz2) = 133712 bytes
|
||||
SHA1 (xprop-1.2.2.tar.bz2) = f62e85e333132ea746fee7d99ca20a9e5b24e77b
|
||||
RMD160 (xprop-1.2.2.tar.bz2) = c2d96890a93582d0254757f57158611ce4ba71a0
|
||||
Size (xprop-1.2.2.tar.bz2) = 145556 bytes
|
||||
|
|
Loading…
Reference in a new issue