Note that this release changes the default location for the system provided
configuration files from $(libdir)/X11/xsm to $(sysconfdir)/X11/xsm (on most
systems that will be from /usr/lib/X11/xsm to /etc/X11/xsm, though results
may vary 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 (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() arguments with NULL instead of 0
Fix some gcc -Wwrite-strings warnings
Add size limit to scanf string specifier
unifdef -U__UNIXOS2__
config: Add missing AC_CONFIG_SRCDIR
Use standard autoconf defines for mkstemp & putenv instead of imake leftovers
Use mode_t, not int, for umask return/argument value
unifdef ISC
xsm 1.0.3
Egbert Eich (1):
install: Use sysconfdir instead of libdir for config files.
Gaetan Nadon (5):
config: replace deprecated AC_HELP_STRING with AS_HELP_STRING
config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
man: remove trailing spaces and tabs
man: replace hard coded man page section with substitution strings
config: move man pages into their own directory