blob: 3b6881d4ea44c5a7502ae167cb2311e18d76be6b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
|
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.
|