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 AC_CONFIG_SRCDIR
unifdef -Uultrix
unifdef -UISC
unifdef -ULynx
Fix file leak if fdopen() fails
Use fstat() on the fd from open(), instead of stat() on the same pathname
xconsole 1.0.6
Niclas Zeising (1):
Fix build on FreeBSD
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 (8):
Strip trailing whitespace
Remove old Xorg & XFree86 CVS version tags
Mark functions _X_NORETURN that gcc warnings suggest
unifdef umips
unifdef CRAY
unifdef -U__UNIXOS2__
Fix implicit conversion from size_t to int warnings in Deiconified()
xconsole 1.0.5
Arvind Umrao (1):
Open /dev/console with NOCTTY and O_NONBLOCK flags
Eric S. Raymond (1):
Don't rely on being able to set tab stops.
Gaetan Nadon (4):
config: replace deprecated AC_HELP_STRING with AS_HELP_STRING
config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
man: replace hard coded man page section with substitution strings
config: move man pages into their own directory
Jeremy Huddleston (1):
Require xt >= 1.0 for appdefaultdir
This minor maintenance release includes several years of build improvements
and janitorial fixes, including support for building without libXaw8 macros.
The xconsole X11 program displays messages which are usually sent
to /dev/console. This client uses the Athena (Xaw) toolkit. This
is from the modular X.org project.