[ANNOUNCE] mkfontscale 1.1.0

2012-02-10 Thread Alan Coopersmith
the Culmus project http://culmus.sourceforge.net, mapping them to the XLFD foundry name culmus. Alan Coopersmith (4): Mark format string argument to dsprintf as const char * Add const attributes to fix gcc -Wwrite-strings warnings Strip trailing whitespace mkfontscale 1.1.0

[ANNOUNCE] xclipboard 1.1.2

2012-02-10 Thread Alan Coopersmith
be selected. This bug fix release avoids crashes on long strings/filenames, and adjusts the gui layout to make the Accept Cancel buttons more usable. Alan Coopersmith (1): xclipboard 1.1.2 Gaetan Nadon (4): config: replace deprecated AC_HELP_STRING with AS_HELP_STRING man

[ANNOUNCE] xfd 1.1.1

2012-02-15 Thread Alan Coopersmith
xfd is a simple Xaw app to display all the characters in a font using either the X11 core protocol or libXft2. This minor maintenance release fixes some build configuration issues and some (but not all) compiler warnings. Alan Coopersmith (4): Strip trailing whitespace Add const

[ANNOUNCE] xev 1.2.0

2012-02-21 Thread Alan Coopersmith
various code cleanups and build configuration improvements to aid future maintainability. Alan Coopersmith (8): Replace local checks for gcc with _X_NORETURN from xproto 7.0.17 config: Add missing AC_CONFIG_SRCDIR Strip trailing whitespace Add const attributes to fix gcc

[ANNOUNCE] xwd 1.0.5

2012-02-22 Thread Alan Coopersmith
: a63fa046ffa51fd516f5ba8c563ac7a7dc9e2439 SHA256: a4829e937b8658c1735c9ef101db77c61571676277c5bb1b285dacd484be58b2 -- -Alan Coopersmith- alan.coopersm...@oracle.com Oracle Solaris Engineering - http://blogs.oracle.com/alanc pgpGOSVfwPo6V.pgp Description: PGP signature

[ANNOUNCE] font-util 1.3.0

2012-02-28 Thread Alan Coopersmith
will need to have autoreconf run after installing the new fontutil.m4 to take advantage of the cross-compilation fixes - the next release of the font packages will include this fix in the configure scripts distributed in their tarballs. Alan Coopersmith (5): Add const attributes to fix gcc

[ANNOUNCE] xfs 1.1.2

2012-02-28 Thread Alan Coopersmith
improvements. Alan Coopersmith (15): Make config.cpp rule compatible with Solaris make resync font-path checking with xserver's configure.ac Remove dependency on libFS, the client-side library Fix gcc -Wwrite-strings warnings for initialization with string literals Add

[ANNOUNCE] libICE 1.0.8

2012-03-02 Thread Alan Coopersmith
libICE provides the API for the Inter-Client Exchange protocol. This release fixes a number of issues found by static analysis and compiler warnings, and includes a large set of cleanups and improvements to the DocBook format specs for the protocol and docs for the API. Alan Coopersmith (18

[ANNOUNCE] libXau 1.0.7

2012-03-06 Thread Alan Coopersmith
libXau implements the Xauthority file mechanism for X cookie management. This release improves handling of the locking of the Xauthority file, as well as documentation cleanups and build configuration improvements. Alan Coopersmith (2): Strip trailing whitespace libXau 1.0.7 Gaetan

[ANNOUNCE] libXt 1.1.2

2012-03-07 Thread Alan Coopersmith
documentation for the libXt API has been transformed into the DocBook/XML format, to allow processing with the same toolchain as the rest of the X.Org docs, producing better and more modern output formats, and providing support for cross-linking with the other X.Org docs. Alan Coopersmith (11

[ANNOUNCE] libXcursor 1.1.13

2012-03-07 Thread Alan Coopersmith
libXcursor is the X Window System Cursor management library. This release fixes a few bugs, including making the version number reported in Xcursor.h match that reported in xcursor.pc configure. Alan Coopersmith (5): Strip trailing whitespace Set Xcursor.h version numbers from

[ANNOUNCE] libXinerama 1.1.2

2012-03-07 Thread Alan Coopersmith
This minor maintenance release of the Xlib-based library for the Xinerama extension protocol provides the usual set of recent build configuration improvements and janitorial cleanups. Alan Coopersmith (3): Strip trailing whitespace Fix gcc -Wwrite-strings warning libXinerama

[ANNOUNCE] libXtst 1.2.1

2012-03-07 Thread Alan Coopersmith
libXtst provides the Xlib-based client API for the XTEST RECORD extensions. This release builds on the DocBook/XML conversion of the API documentation included in the previous release with cleanups improvements to make the documentation more useful and usable. Alan Coopersmith (3

[ANNOUNCE] imake 1.0.5

2012-03-07 Thread Alan Coopersmith
): Silence useless pedantry warning from find(1) when running cleanlinks. Alan Coopersmith (8): Remove unused variable in get_sun_compiler_versions Strip trailing whitespace Add const attributes to fix gcc -Wwrite-strings warnings Rework temp filename pointers into const

[ANNOUNCE] bitmap 1.0.6

2012-03-08 Thread Alan Coopersmith
bitmap, bmtoa, atobm - X bitmap (XBM) editor and converter utilities This minor maintenance release fixes a some compiler warnings and provides build configuration improvements and other code cleanups. Alan Coopersmith (12): Call snprintf() directly instead of XmuSnprintf() Use fputs

[ANNOUNCE] libXt 1.1.3

2012-03-16 Thread Alan Coopersmith
This regression repair release reverts a regrettable revision that resulted in: https://bugs.freedesktop.org/show_bug.cgi?id=47203 https://bugs.freedesktop.org/show_bug.cgi?id=47216 Alan Coopersmith (1): libXt 1.1.3 Jeremy Huddleston (1): Revert Treat unexpected returned

[ANNOUNCE] xauth 1.0.7

2012-03-22 Thread Alan Coopersmith
The xauth program is used to edit and display the authorization information used in connecting to the X server. Alan Coopersmith (4): convert strlen/malloc/strcpy combo to strdup Strip trailing whitespace Add const attributes to fix gcc -Wwrite-strings warnings xauth 1.0.7

[ANNOUNCE] xcursorgen 1.0.5

2012-03-22 Thread Alan Coopersmith
xcursorgen prepares X11 cursor sets for use with libXcursor. This minor maintenance release fixes compiler warnings and improves build configuration. Alan Coopersmith (5): Strip trailing whitespace Remove old XFree86 CVS id Add const attributes to fix gcc -Wwrite-strings

[ANNOUNCE] xlogo 1.0.4

2012-03-22 Thread Alan Coopersmith
The xlogo program simply displays the X Window System logo. This release consists of build fixes. Alan Coopersmith (2): Bug 31645 - xlogo: Doesn't build with libXrender and without libXft xlogo 1.0.4 Gaetan Nadon (4): config: replace deprecated AC_HELP_STRING

[ANNOUNCE] xpr 1.0.4

2012-03-31 Thread Alan Coopersmith
Alan Coopersmith (13): Fill in COPYING file with copyright notices from source code config: upgrade to util-macros 1.8 for additional man page support config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS config: Remove unnecessary calls from configure.ac

[ANNOUNCE] xorg-sgml-doctools 1.10.99.901

2012-04-14 Thread Alan Coopersmith
This package provides a common set of SGML entities and XML/CSS style sheets used in building/formatting the documentation provided in other X.Org packages. It's typically only needed by people building from source who want to produce formatted documentation from their builds. Alan Coopersmith

[ANNOUNCE] xorg-docs 1.6.99.901 (1.7 RC1)

2012-04-14 Thread Alan Coopersmith
This package provides the X Window System documentation that doesn't belong in a more specific package. This is a release candidate for the docs for the upcoming X11R7.7 katamari. Alan Coopersmith (21): Update links to License document to new mixed-case name fonts.xml: Remove stray

[ANNOUNCE] fslsfonts 1.0.4

2012-04-20 Thread Alan Coopersmith
fslsfonts produces a list of fonts served by an X font server (xfs). This minor maintenance release provides the usual set of accumulated build configuration improvements, compiler warning fixes, and janitorial cleanups. Alan Coopersmith (5): Fix gcc -Wwrite-strings warnings

[ANNOUNCE] xmodmap 1.0.7

2012-04-20 Thread Alan Coopersmith
This quick fix release solves build problems on systems that need defintions such as _GNU_SOURCE to expose asprintf() in their headers. Alan Coopersmith (3): config: Add missing AC_CONFIG_SRCDIR Add AC_USE_SYSTEM_EXTENSIONS to expose asprintf() in GNU libc headers xmodmap 1.0.7

X.Org Foundation achieves non-profit public charity status

2012-07-20 Thread Alan Coopersmith
by the Internal Revenue Code is at http://www.x.org/foundation/ . -- -Alan Coopersmith- alan.coopersm...@oracle.com Oracle Solaris Engineering - http://blogs.oracle.com/alanc ___ xorg-announce mailing list xorg-announce@lists.x.org

[ANNOUNCE] xf86-input-mouse 1.8.0

2012-07-27 Thread Alan Coopersmith
xorg.conf.d files and restart the server. Alan Coopersmith (9): sun_mouse.c: Remove redundant option checks Set XI_PROP_DEVICE_NODE property to string from Device option Set button axis labels Add settable properties for middle mouse button emulation Strip trailing

X.Org Foundation joins Open Invention Network (OIN) patent non-aggression community

2012-08-09 Thread Alan Coopersmith
web site is located at http://linuxdefenders.org/ . -- -Alan Coopersmith- alan.coopersm...@oracle.com X.Org Foundation, Board of Directors - http://www.x.org/ ___ xorg-announce mailing list xorg-announce@lists.x.org http

Proceedings of the 2012 X.Org Developer's Conference

2012-09-21 Thread Alan Coopersmith
conference experience! -- -Alan Coopersmith- alan.coopersm...@oracle.com Oracle Solaris Engineering - http://blogs.oracle.com/alanc ___ xorg-announce mailing list xorg-announce@lists.x.org http://lists.x.org/mailman/listinfo

[ANNOUNCE] xf86-video-mach64 6.9.4

2012-12-19 Thread Alan Coopersmith
Fix build with neither XAA nor EXA against xserver 1.13.0 Alan Coopersmith (3): Mach64PixelARGB should use exaGetPixmapFirstPixel Remove call to obsolete miInitializeBackingStore() xf86-video-mach64 6.9.4 Connor Behan (1): Remove dummy UTS / DFS hooks Dave Airlie (1

[ANNOUNCE] editres 1.0.6

2013-01-12 Thread Alan Coopersmith
errors out on the old AM_CONFIG_HEADER macro. Alan Coopersmith (2): Remove Xorg/XFree86 CVS/RCS id tags editres 1.0.6 Gaetan Nadon (5): config: replace deprecated AC_HELP_STRING with AS_HELP_STRING config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS

[ANNOUNCE] viewres 1.0.4

2013-01-12 Thread Alan Coopersmith
: fd2aaec85c952fd6984fe14d0fcbda4d2ab9849a9183e4787b0ef552a10a87a1 -- -Alan Coopersmith- alan.coopersm...@oracle.com Oracle Solaris Engineering - http://blogs.oracle.com/alanc pgpyntU9mFGdY.pgp Description: PGP signature ___ xorg

[ANNOUNCE] xditview 1.0.3

2013-01-12 Thread Alan Coopersmith
general cleanups, including making the build configuration scripts compatible with automake-1.13, which errors out on the old AM_CONFIG_HEADER macro. Alan Coopersmith (1): xditview 1.0.3 Gaetan Nadon (6): config: use AC_PROG_INSTALL now supplied by XORG_DEFAULT_OPTIONS config

[ANNOUNCE] xedit 1.2.1

2013-01-12 Thread Alan Coopersmith
Xedit is a graphical text editor for X with a lisp-interpreter embedded. This minor maintenance release includes several years of build improvements, cleanups, and bug fixes; including making the build configuration scripts compatible with automake-1.13. Alan Coopersmith (3): Fix builds

[ANNOUNCE] xgc 1.0.4

2013-01-12 Thread Alan Coopersmith
. Alan Coopersmith (3): Bounds check value passed to WriteText config: Add missing AC_CONFIG_SRCDIR xgc 1.0.4 Gaetan Nadon (5): config: replace AC_CHECK_FILE with test -f config: replace deprecated AC_HELP_STRING with AS_HELP_STRING config: replace deprecated

[ANNOUNCE] xmag 1.0.5

2013-01-12 Thread Alan Coopersmith
xmag displays a magnified snapshot of a portion of an X11 screen. This minor maintenance release includes general cleanups, including making the build configuration scripts compatible with automake-1.13, which errors out on the old AM_CONFIG_HEADER macro. Alan Coopersmith (3): Remove

[ANNOUNCE] xmessage 1.0.4

2013-01-12 Thread Alan Coopersmith
xmessage displays a message or query in a window. This minor maintenance release includes several years of build improvements, cleanups, and bug fixes; including making the build configuration scripts compatible with automake-1.13. Alan Coopersmith (2): config: Add missing

[ANNOUNCE] xvidtune 1.0.3

2013-01-14 Thread Alan Coopersmith
xvidtune is a client interface to the XFree86-VidModeExtension. This minor maintenance release includes several years of build improvements, cleanups, and bug fixes; including making the build configuration scripts compatible with automake-1.13. Alan Coopersmith (3): config: Add missing

[ANNOUNCE] beforelight 1.0.5

2013-01-14 Thread Alan Coopersmith
the build configuration scripts, including making them compatible with automake-1.13, which errors out on the old AM_CONFIG_HEADER macro. Alan Coopersmith (4): Remove dependency on libXaw config: Add missing AC_CONFIG_SRCDIR Remove Xaw mention from README beforelight 1.0.5

[ANNOUNCE] ico 1.0.4

2013-01-15 Thread Alan Coopersmith
: eb8609c3b43dc2e575272f2702590525fe13229e022c4aff8b9a0cc2a3f3205d -- -Alan Coopersmith- alan.coopersm...@oracle.com Oracle Solaris Engineering - http://blogs.oracle.com/alanc pgpuBeFrBLaMq.pgp Description: PGP signature ___ xorg-announce mailing list xorg-announce@lists.x.org http

[ANNOUNCE] xfsinfo 1.0.4

2013-02-10 Thread Alan Coopersmith
xfsinfo is a utility for displaying information about an X font server. This minor maintenance release includes various build improvements, cleanups, and bug fixes; including making the build configuration scripts compatible with automake-1.13. Alan Coopersmith (5): config: Add missing

[ANNOUNCE] xkbutils 1.0.4

2013-02-10 Thread Alan Coopersmith
maintenance release includes several years of build improvements, cleanups, dead code removal, and bug fixes; including making the build configuration scripts compatible with automake-1.13. Alan Coopersmith (18): Convert to X.Org standard coding style Remove CVS version tags Remove

[ANNOUNCE] xsm 1.0.3

2013-02-10 Thread Alan Coopersmith
; including making the build configuration scripts compatible with automake-1.13. Alan Coopersmith (12): Make System() prototype for Solaris in xsm.h actually a prototype Convert XtMalloc + sprintf to XtAsprintf Convert a couple last sprintf calls to snprintf Terminate execl

[ANNOUNCE] xstdcmap 1.0.3

2013-02-10 Thread Alan Coopersmith
maintenance release includes various build improvements, cleanups, and bug fixes; including making the build configuration scripts compatible with automake-1.13. Alan Coopersmith (8): config: Add missing AC_CONFIG_SRCDIR Mark Exit() usage() with _X_NORETURN, cleanup previous workarounds

[ANNOUNCE] xvinfo 1.1.2

2013-02-10 Thread Alan Coopersmith
with automake-1.13. Alan Coopersmith (6): config: Add missing AC_CONFIG_SRCDIR Add _X_NORETURN to PrintUsage to clear gcc/clang warnings Convert from haphazard indenting to X.Org common style add explicit braces to clarify which if the else goes with Add -version option

[ANNOUNCE] lbxproxy 1.0.3

2013-02-10 Thread Alan Coopersmith
implementations. This minor maintenance release includes several years worth of build improvements, cleanups, and bug fixes; including making the build configuration scripts compatible with automake-1.13. Alan Coopersmith (10): Fill in COPYING file with copyright notices from source code

[ANNOUNCE] proxymngr 1.0.3

2013-02-10 Thread Alan Coopersmith
depending on configure arguments). This minor maintenance release also includes various build improvements, cleanups, and bug fixes; including making the build configuration scripts compatible with automake-1.13. Alan Coopersmith (6): proxymngr depends on xproto, not x11 (Xlib) Add

[ANNOUNCE] rstart 1.0.5

2013-02-10 Thread Alan Coopersmith
, and bug fixes; including making the build configuration scripts compatible with automake-1.13. Alan Coopersmith (2): Make Makefile.am's compatible with Solaris make rstart 1.0.5 Egbert Eich (2): install: Use sysconfdir instead of libdir for config files. man: Set correct config

[ANNOUNCE] sessreg 1.0.8

2013-02-10 Thread Alan Coopersmith
sessreg is used by display managers such as xdm and gdm to record X sessions in utmp, wtmp, and lastlog files. This minor maintenance release includes portability fixes for BSD systems, code cleanups, and the addition of a -V option to print the version number. Alan Coopersmith (4): Fix

[ANNOUNCE] libX11 1.5.99.901

2013-03-09 Thread Alan Coopersmith
. -Alan Coopersmith- alan.coopersm...@oracle.com Oracle Solaris Engineering - http://blogs.oracle.com/alanc Adam Jackson (2): XErrorDB: Add GLXBadProfileARB configure: Remove AM_MAINTAINER_MODE Alan Coopersmith (23): libX11 spec: Correct prototype

[ANNOUNCE] appres 1.0.4

2013-05-17 Thread Alan Coopersmith
configuration improvements and janitorial cleanup instances, plus a new -V command line flag to print its version (not that much changes between versions, not even the announcements). Alan Coopersmith (4): Mark usage() as _X_NORETURN to satisfy -Wmissing-noreturn warning Combine usage

[ANNOUNCE] X.Org Security Advisory: Protocol handling issues in X Window System client libraries

2013-05-23 Thread Alan Coopersmith
://www.openchrome.org/ Mesa Mesa3D project - http://www.mesa3d.org/ Thanks == X.Org thanks Ilja van Sprundel of IOActive for reporting these issues to our security team and assisting them in understanding them and evaluating our fixes, and Alan Coopersmith of Oracle

[ANNOUNCE] libX11 1.5.99.902 (1.6 RC2)

2013-05-23 Thread Alan Coopersmith
). Unless any blockers turn up, I plan to cut the final 1.6 release the first week of June. Alan Coopersmith (41): Move big request comment in XOpenDisplay to the right place Move repeated #ifdef magic to find PATH_MAX into a common header Add _XEatDataWords to discard a given number

[ANNOUNCE] libFS 1.0.5

2013-05-28 Thread Alan Coopersmith
allocation error handling code noticed while working on that. Adam Jackson (1): configure: Remove AM_MAINTAINER_MODE Alan Coopersmith (9): Replace deprecated Automake INCLUDES variable with AM_CPPFLAGS Get rid of unnecessary casts in FS*alloc calls Get rid of unnecessary casts

[ANNOUNCE] libXcursor 1.1.14

2013-05-30 Thread Alan Coopersmith
libXcursor is the X Window System Cursor management library. This release delivers the fix for security vulnerability CVE-2013-2003 and makes the Makefile.am more compatible with future automake releases. Alan Coopersmith (3): Replace deprecated Automake INCLUDES variable with AM_CPPFLAGS

[ANNOUNCE] libxcb 1.9.1

2013-05-30 Thread Alan Coopersmith
Release 1.9.1 (2013-05-30) == * Fix python code to work with python-3 * Security fix for integer overflow in read_packet() [CVE-2013-2064] Alan Coopersmith (2): integer overflow in read_packet() [CVE-2013-2064] libxcb 1.9.1 Christian König (1

[ANNOUNCE] libXinerama 1.1.3

2013-05-30 Thread Alan Coopersmith
This bug fix release primarily provides the fix for the recently announced security vulnerability CVE-2013-1985. Adam Jackson (1): configure: Remove AM_MAINTAINER_MODE Alan Coopersmith (3): Use _XEatDataWords to avoid overflow of _XEatData calculations integer overflow

[ANNOUNCE] libXp 1.0.2

2013-05-30 Thread Alan Coopersmith
for the recently announced security vulnerability CVE-2013-2062, alongside the last couple years accumulation of janitorial cleanups, compiler warning fixes, and adjustments to remain compatible with changes in new and future automake releases. Alan Coopersmith (10): Strip trailing whitespace

[ANNOUNCE] libXt 1.1.4

2013-05-30 Thread Alan Coopersmith
, and packaging improvements. Adam Jackson (1): configure: Remove AM_MAINTAINER_MODE Alan Coopersmith (5): unifdef -U__UNIXOS2__ Unchecked return values of XGetWindowProperty [CVE-2013-2005] unvalidated length in _XtResourceConfigurationEH [CVE-2013-2002] Remove old strtoul

[ANNOUNCE] libXxf86dga 1.1.4

2013-05-30 Thread Alan Coopersmith
libXxf86dga - Client library for the XFree86-DGA extension. This release provides the fixes for the recently announced security issues CVE-2013-1991 CVE-2013-2000, along with a couple build fixes. Adam Jackson (1): configure: Remove AM_MAINTAINER_MODE Alan Coopersmith (7): Use

[ANNOUNCE] libXtst 1.2.2

2013-05-30 Thread Alan Coopersmith
-- -Alan Coopersmith- alan.coopersm...@oracle.com Oracle Solaris Engineering - http://blogs.oracle.com/alanc pgpHANVDHj9IT.pgp Description: PGP signature ___ xorg-announce mailing list xorg-announce@lists.x.org http://lists.x.org

[ANNOUNCE] libXext 1.3.2

2013-05-31 Thread Alan Coopersmith
, and several other small fixes. Adam Jackson (1): configure: Remove AM_MAINTAINER_MODE Alan Coopersmith (8): Use _XEatDataWords to avoid overflow of rep.length bit shifting integer overflow in XcupGetReservedColormapEntries() [CVE-2013-1982 1/6] integer overflow

[ANNOUNCE] libXrandr 1.4.1

2013-05-31 Thread Alan Coopersmith
build configuration compiler warning fixes. Adam Jackson (1): configure: Remove AM_MAINTAINER_MODE Alan Coopersmith (9): Constify a couple string arguments that are just copied, not modified Replace deprecated Automake INCLUDES variable with AM_CPPFLAGS Use _XEatDataWords

[ANNOUNCE] libXv 1.0.8

2013-05-31 Thread Alan Coopersmith
AM_MAINTAINER_MODE Alan Coopersmith (6): Use _XEatDataWords to avoid overflow of rep.length shifting integer overflow in XvQueryPortAttributes() [CVE-2013-1989 1/3] buffer overflow in XvQueryPortAttributes() [CVE-2013-2066] integer overflow in XvListImageFormats() [CVE-2013-1989 2/3

[ANNOUNCE] libXvMC 1.0.8

2013-06-14 Thread Alan Coopersmith
. Adam Jackson (1): configure: Remove AM_MAINTAINER_MODE Alan Coopersmith (6): Use _XEatDataWords to avoid overflow of rep.length shifting integer overflow in XvMCListSurfaceTypes() [CVE-2013-1990 1/2] integer overflow in XvMCListSubpictureTypes() [CVE-2013-1990 2/2

[ANNOUNCE] libXv 1.0.9

2013-06-22 Thread Alan Coopersmith
could return a pointer to the caller that pointed to uninitialized memory where the caller expected a nil-terminated string. Alan Coopersmith (2): XvQueryPortAttributes: add a comment explaining memory strategy libXv 1.0.9 Daphne Pfister (1): Bug 65252: Ensure final name is nil

[ANNOUNCE] xcursor-themes 1.0.4

2013-07-17 Thread Alan Coopersmith
This is a default set of color cursor themes for use with libXcursor. This release restores the installation of the animated cursor symlinks that were lost in the X11R6.9 - X11R7.0/modular transition. Alan Coopersmith (6): config: Add missing AC_CONFIG_SRCDIR genmakefile.sh: Change

[ANNOUNCE] xconsole 1.0.6

2013-07-18 Thread Alan Coopersmith
xconsole displays in a X11 window the messages which are usually sent to /dev/console. This release fixes a build issue on FreeBSD, minor file handling issues on all platforms, and deletes code for OS'es that xconsole hasn't built on in years. Alan Coopersmith (7): config: Add missing

[ANNOUNCE] libX11 1.6.1

2013-07-29 Thread Alan Coopersmith
/ or the simple diagram in http://www.x.org/wiki/guide/xorg.svg. This release includes fixes to the code, docs build system. It makes both clang doclifter happier. It includes patches upstreamed from Ubuntu, NetBSD, and Solaris. Alan Coopersmith (10): Update README to reflect where to find

[ANNOUNCE] xfwp 1.0.3

2013-08-03 Thread Alan Coopersmith
xfwp proxies X11 protocol connections, such as through a firewall. This minor maintenance release finally sticks into a tarball a bunch of code cleanup that was done a couple years ago. Alan Coopersmith (8): Strip trailing whitespace Add const attributes to fix gcc -Wwrite-strings

[ANNOUNCE] xload 1.1.2

2013-08-03 Thread Alan Coopersmith
xload displays a periodically updating histogram of the system load average. This release, like the previous one, brings more modernization and cleanup of code for long dead OS variants. Alan Coopersmith (18): Combine usage message strings unifdef -UCRAY unifdef -UAIXV3

[ANNOUNCE] twm 1.0.8

2013-09-06 Thread Alan Coopersmith
A/UX Unix for the 680x0 Macs. It also includes some bug fixes and man page formatting improvements, amongst all the code cleanups. Alan Coopersmith (16): Terminate execl() arguments with NULL instead of 0 Constification cleanup - fix dozens of gcc warnings Use (void) to declare

[ANNOUNCE] libXaw 1.0.12

2013-09-07 Thread Alan Coopersmith
Xaw is the classic X Athena Widget Set, a widget set based on the X Toolkit Intrinsics (Xt) Library. This release plugs a couple fd leaks in error handling paths, fixes WIN32 builds, and cleans up some old code for previously supported OS'es. Alan Coopersmith (6): unifdef -U__UNIXOS2__

[ANNOUNCE] libXpm 3.5.11

2013-09-07 Thread Alan Coopersmith
. Adam Jackson (1): configure: Remove AM_MAINTAINER_MODE Alan Coopersmith (4): Close fd if fdopen() or xpmPipeThrough() fails in OpenWriteFile() Add noreturn attributes suggested by gcc Fix typo in COPYING (matches src/amigax.h) libXpm 3.5.11 Christophe CURIS (2

[ANNOUNCE] libXrandr 1.4.2

2013-09-07 Thread Alan Coopersmith
libXrandr is the libX11-based library for the X Resize, Rotate and Reflection (RandR and don't ask where the third R went) extension. This release fixes two small bugs in the library, and fixes an omission in the list of copyright notices in the COPYING file. Alan Coopersmith (3

[ANNOUNCE] xclock 1.0.7

2013-09-08 Thread Alan Coopersmith
xclock is the classic X Window System clock utility. It displays the time in analog or digital form, updated at a frequency which may be specified by the user. This release includes code man page cleanups. Alan Coopersmith (4): Store sine cosine tables as doubles instead of floats

[ANNOUNCE] xfindproxy 1.0.3

2013-09-08 Thread Alan Coopersmith
xfindproxy utilizes the Proxy Management Protocol to communicate with a proxy manager to locate available X11 proxy services. This minor maintenance release provides accumulated build configuration improvements and janitorial cleanups. Alan Coopersmith (8): xfindproxy only depends

[ANNOUNCE] xinit 1.3.3

2013-09-08 Thread Alan Coopersmith
OpenSSL. The configure script will output a notice such as: configure: startx will depend on /usr/bin/openssl rand -hex 16 to generate xauth cookies in order to inform you which was chosen so you may set your package dependencies appropriately. Alan Coopersmith (7): Add printf attributes

[ANNOUNCE] xkill 1.0.4

2013-09-08 Thread Alan Coopersmith
improvements and janitorial cleanups, including the addition of a -version flag to the accepted CLI options. Alan Coopersmith (11): remove unused variable cpp Get rid of dpy global so we don't get shadow warnings from every function Mark Exit() and usage() as _X_NORETURN Use strtoul

[ANNOUNCE] xlsclients 1.1.3

2013-09-08 Thread Alan Coopersmith
xlsclients is a utility for listing information about the client applications running on a X11 server. This minor maintenance release cleans up some compiler warnings, improves the build configuration, and adds a -version option. Alan Coopersmith (4): Give unique names to the two reply

[ANNOUNCE] xmodmap 1.0.8

2013-09-08 Thread Alan Coopersmith
The xmodmap program is used to edit and display the keyboard modifier map and keymap table that are used by client applications to convert event keycodes into keysyms. This minor maintenance release corrects build issues on some platforms and improves the man page help output. Alan Coopersmith

[ANNOUNCE] xrdb 1.1.0

2013-09-08 Thread Alan Coopersmith
through to cpp, allowing builders to provide default cpp flags at build time, and only passing -P by default to a processor named cpp. It also adds a -version flag to aid in debugging which version is in use and fixes a number of compiler warnings. Alan Coopersmith (11): Tokenize #define

[ANNOUNCE] libX11 1.6.2

2013-09-08 Thread Alan Coopersmith
This release of libX11 includes a number of fixes to handle realloc() failure better, resolves a number of compiler static analyzer warnings, fixes several bugs in the X Input Method framework, and cleans up the XKB code to be a little more maintainable. Alan Coopersmith (28): Fix file

[ANNOUNCE] libFS 1.0.6

2014-03-16 Thread Alan Coopersmith
Jackson (1): Fix build with xtrans 1.3 Alan Coopersmith (14): Fix typo in readme (xfslsfonts should be fslsfonts) Require ANSI C89 pre-processor, drop pre-C89 token pasting support Fix a couple comment typos Drop Cray (WORD64/MUSTCOPY) support Add

[ANNOUNCE] libICE 1.0.9

2014-06-06 Thread Alan Coopersmith
cookies. Adam Jackson (1): configure: Remove AM_MAINTAINER_MODE Alan Coopersmith (15): unifdef -U__UNIXOS2__ Constify filename argument to IceLockAuthFile IceUnlockAuthFile unifdef WORD64 Fix some clang warnings about integer sign/size conversions Convert

[ANNOUNCE] xscope 1.4.1

2014-06-06 Thread Alan Coopersmith
xscope is a program to monitor the connections between the X11 window server and a client program. This version corrects several bugs which caused xscope to incorrectly decode some protocol replies or events, and fixes a build issue on Solaris. Alan Coopersmith (6): Bug 66388 wrong output

[ANNOUNCE] libXfont 1.4.99.901

2014-07-07 Thread Alan Coopersmith
compiler warnings cleaned up, including some which required API changes around type declarations (const char *, Pointer, etc.). - README file expanded to explain all the different formats/options. Alan Coopersmith (31): Fix unused variable 'dir' warnings Remove redundant

[ANNOUNCE] xf86-input-mouse 1.9.1

2014-08-12 Thread Alan Coopersmith
xf86-input-mouse is the Xorg server mouse driver for non-evdev OS'es. This release delivers several fixes enhancements for the driver on Solaris NetBSD, including absolute positioning improvements for both. Alan Coopersmith (4): Wrap some overly long lines Use asprintf (or Xprintf

[ANNOUNCE] xfs 1.1.4

2014-08-21 Thread Alan Coopersmith
xfs is the X Font Server, allowing remote X servers such as X Terminals to access fonts for rendering via legacy X11 core protocol requests. This release improves compatibility with libXfont 1.5 and cleans up many compiler warnings and chunks of dead code. Alan Coopersmith (17): Require

[ANNOUNCE] rgb 1.0.6

2014-11-08 Thread Alan Coopersmith
by Daphne Pfister to resynchronize the X11 color name list with the CSS color name list that has forked from ours, and also includes a couple minor improements to the showrgb program and to the build configuration. Alan Coopersmith (5): configure: Drop AM_MAINTAINER_MODE autogen.sh

[ANNOUNCE] X.Org Security Advisory: Protocol handling issues in X servers

2014-12-09 Thread Alan Coopersmith
, and the following X.Org contributors for developing and reviewing the fixes, tests, and advisory for these issues, and coordinating the X.Org response to them: Adam Jackson (Red Hat) Alan Coopersmith (Oracle) Andy Ritger (NVIDIA) Julien Cristau (Debian) Keith

[ANNOUNCE] bdftopcf 1.0.5

2014-12-30 Thread Alan Coopersmith
://xorg.freedesktop.org/archive/individual/app/bdftopcf-1.0.5.tar.gz.sig -- -Alan Coopersmith- alan.coopersm...@oracle.com Oracle Solaris Engineering - http://blogs.oracle.com/alanc pgphICsbwwiPJ.pgp Description: PGP signature ___ xorg-announce

[ANNOUNCE] fstobdf 1.0.6

2014-12-30 Thread Alan Coopersmith
build configuration improvements, compiler warning fixes, and other janitorial cleanups. Alan Coopersmith (9): Spell out -server in usage message to match man page Print which option was in error along with usage message Add -version option to print version Print error

[ANNOUNCE] libpciaccess 0.13.3

2015-02-03 Thread Alan Coopersmith
the addition of some support for Cygwin. Alan Coopersmith (3): Enable use of __attribute__((deprecated)) with Solaris Studio 12.4 compiler Solaris: Fix fd leak in pci_device_solx_devfs_map_range() libpciaccess 0.13.3 Marcin Ko?cielnicki (1): Fix IO access functions

[ANNOUNCE] xcalc 1.0.6

2015-01-19 Thread Alan Coopersmith
xcalc is a scientific calculator X11 client that can emulate a TI-30 or an HP-10C. This minor maintenance release includes a couple years worth of build improvements, code cleanups, and bug fixes. Alan Coopersmith (9): Remove unused min max macros from math.c Replace sprintf

[ANNOUNCE] libXfont 1.5.1

2015-03-17 Thread Alan Coopersmith
This release of libXfont provides the fixes for today's security advisory about BDF font parsing bugs. Like libXfont 1.5.0, it requires fontsproto 2.1.3 or later and will not build cleanly with older versions. Alan Coopersmith (6): Remove unneeded checks for #ifndef X_NOT_POSIX Use

[ANNOUNCE] libXdmcp 1.1.2

2015-03-21 Thread Alan Coopersmith
unit tests to help developers prevent regressions in the future. Alan Coopersmith (11): Remove unused TLI (STREAMSCONN) code from libXdmcp Ensure ARRAY* structs are zero'ed out when allocation fails Make XdmcpCopyARRAY8 call XdmcpAllocARRAY8 instead of replicating it Add unit

[ANNOUNCE] libXfont 1.4.9

2015-03-17 Thread Alan Coopersmith
This release of libXfont provides the fixes for today's security advisory about BDF font parsing bugs. Like libXfont 1.4.8, it requires fontsproto 2.1.2 or earlier and will not build cleanly with newer versions. Alan Coopersmith (4): bdfReadProperties: property count needs range check [CVE

[ANNOUNCE] libX11 1.6.3

2015-03-09 Thread Alan Coopersmith
U021B # LATIN SMALL LETTER T WITH COMMA BELOW Multi_key F U : U+1F595 U1F595 # REVERSED HAND WITH MIDDLE FINGER EXTENDED Multi_key L L A P : U+1F596 U1F596 # RAISED HAND WITH PART BETWEEN MIDDLE AND RING FINGERS Alan Coopersmith (77): Xcms file parsing should not require

[ANNOUNCE] libXvMC 1.0.9

2015-03-14 Thread Alan Coopersmith
libXv is the Xlib-based client library for the X-Video Motion Compensation API. This release now requires libX11 1.6 or later, and a C compiler less than 25 years old. Alan Coopersmith (3): Require ANSI C89 pre-processor, drop pre-C89 token pasting support Rename local err variable

[ANNOUNCE] libFS 1.0.7

2015-04-30 Thread Alan Coopersmith
libFS is the protocol binding library used by clients of X Font Servers (xfs), such as xfsinfo, fslsfonts, and the X servers themselves. Alan Coopersmith (7): Constify pattern argument to FSListCatalogues Constify some more strings in API arguments Fix some sign/size conversion

  1   2   3   4   5   >