This minor maintenance release provides accumulated build configuration
improvements and janitorial cleanups.
Alan Coopersmith (6):
Print which option was in error along with usage message
Add -version option to print program version
This is not a GNU project, so declare it foreign.
configure: Drop AM_MAINTAINER_MODE
autogen.sh: Honor NOCONFIGURE=1
xfindproxy 1.0.4
This minor maintenance release provides accumulated build configuration
improvements and janitorial cleanups.
Alan Coopersmith (8):
xfindproxy only depends on xproto, not x11
Convert STRING_BYTES & STORE_STRING from macros to inline functions
Fix some clang warnings about implicit integer size/sign conversions
Stop casting malloc return values
Move global appContext into main() to avoid shadow warnings
Mark input string to cvthexkey() as const
Fix some clang integer conversion warnings in cvthexkey()
xfindproxy 1.0.3
xfindproxy is used to locate available X11 proxy services. It utilizes the Proxy
Management Protocol to communicate with a proxy manager. The proxy manager keeps
track of all available proxy services, starts new proxies when necessary, and
makes sure that proxies are shared whenever possible.