This minor maintenance release mostly contains code cleanups and
sacrifices to appease the compilers and reduce the wrath of their
warnings.
Alan Coopersmith (7):
Assume signal handlers return void, as C89 requires
Add _X_NORETURN attributes suggested by gcc
Fix some sign/size conversion warnings from clang
Mark unused arguments in callback functions to quiet clang warnings
Use void * instead of char * for generic pointer arg to DoFunc functions
Constify some more string pointers to fix gcc warnings
iceauth 1.0.6
1.0.5:
David Nusinow (1):
Make iceauth manpage describe commands. (fd.o bug#2354)
Gaetan Nadon (5):
config: use AC_PROG_INSTALL now supplied by XORG_DEFAULT_OPTIONS
config: remove AC_PROG_CC as it overrides AC_PROG_C_C99
config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
man: remove trailing spaces and tabs
config: move man pages into their own directory
Jeremy Huddleston (3):
Error out and avoid a call to malloc(0) if given a bad hex string
auth_finalize: Attempt to rename() if link() fails
configure.ac: Bump to 1.0.5
1.0.4:
In this minor maintenance release you may find the usual recent collection
of build configuration improvements and janitorial cleanups.