Problems found locating distfiles:
Package modular-xorg-server: missing distfile xorg-server-1.17.4.tar.bz2
Package py-qt4: missing distfile PyQt-mac-gpl-4.11.1.tar.gz
Package xservers: missing distfile xservers-3.3.6.5.tar.bz2
Package xview-clients: missing distfile xview3.2p1-X11R6.tar.gz
Package xview-lib: missing distfile xview3.2p1-X11R6.tar.gz
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
This minor maintenance release cleans up compiler complaints and
other various issues, plus sneaks in a small bug fix at the end.
Alan Coopersmith (8):
Fix allocateded typo in comment
Add const qualifiers to fix gcc -Wwrite-strings warnings
Add const qualifiers to structs for mapping strings to values
Mark Syntax() with _X_NORETURN to silence gcc warning
Combine usage message strings
Fix implicit sign conversion & integer size truncation warnings
Use strcasecmp if available, instead of downcasing string before strcmp
xrefresh 1.0.5
Gaetan Nadon (2):
man: remove trailing spaces and tabs
config: move man pages into their own directory
Jeremy Huddleston (1):
Properly fallback on CWBackPixmap = None when failing to parse or allocate a solid color
Add README with pointers to mailing lists, bugzilla, & git
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
Fill in COPYING file with copyright/license notice from code & docs
Rename .cvsignore to .gitignore
Add *~ to .gitignore to skip patch/emacs droppings
Replace static ChangeLog with dist-hook to generate from git log
Correct make distcheck and sparse warnings.