xenocara/app/xrdb/ChangeLog
2006-11-26 14:43:35 +00:00

63 lines
1.7 KiB
Plaintext

2006-04-26 Adam Jackson <ajax@freedesktop.org>
* configure.ac:
Bump to 1.0.2
2006-04-03 Alan Coopersmith <alan.coopersmith@sun.com>
* xrdb.c:
Convert sprintf/strcpy/strcat calls to snprintf to enforce bounds
checking.
2006-04-03 Alan Coopersmith <alan.coopersmith@sun.com>
* xrdb.c:
Plug memory leak of extension names list. (Coverity id #612)
2006-03-28 Alan Coopersmith <alan.coopersmith@sun.com>
* configure.ac:
* xrdb.c:
Get rid of OS-checking #ifdefs by adding configure checks to find
the right header for MAXHOSTNAMELEN (<sys/param.h> for BSD/Linux,
<netdb.h> for Solaris) and deleting ancient rename() function for
pre-POSIX.1-1990 SysV systems.
2006-03-28 Alan Coopersmith <alan.coopersmith@sun.com>
* xrdb.man:
Bug #6386 <https://bugs.freedesktop.org/show_bug.cgi?id=6386>
Add appres & listres man pages to SEE ALSO list (Paul Vojta)
2005-12-20 Kevin E. Martin <kem-at-freedesktop-dot-org>
* configure.ac:
Update package version for X11R7 release.
2005-12-14 Kevin E. Martin <kem-at-freedesktop-dot-org>
* configure.ac:
Update package version number for final X11R7 release candidate.
2005-12-06 Kevin E. Martin <kem-at-freedesktop-dot-org>
* Makefile.am:
Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
2005-12-03 Kevin E. Martin <kem-at-freedesktop-dot-org>
* configure.ac:
Update package version number for X11R7 RC3 release.
2005-11-20 Alan Coopersmith <alan.coopersmith@sun.com>
* configure.ac:
Change dependency from xmu to xmuu since the full xmu
(with all its baggage like Xt) is not needed here.
2005-10-18 Kevin E. Martin <kem-at-freedesktop-dot-org>
* configure.ac:
Update package version number for RC1 release.