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 (5):
config: Add missing AC_CONFIG_SRCDIR
Mark usage with _X_NORETURN to quiet -Wmissing-noreturn warning
Combine usage message strings
Add -version option
xsetroot 1.1.1
Gaetan Nadon (4):
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
This release adds the ability to load an arbitrary ARGB cursor file via
the new -xcf command line flag. In Keith's words:
Instead of having to construct a whole cursor theme and play with the
environment variables in Xlib to set a random ARGB cursor, this lets
the user set whatever they like directly from a file.
Add README with pointers to mailing lists, bugzilla, & git
Fill in COPYING file with copyright/license notice from code & docs
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
Correct make distcheck and sparse warnings.