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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
|
2005-07-08 Keith Packard <keithp@keithp.com>
* .cvsignore:
* src/.cvsignore:
Add .cvsignore files
2005-06-09 Alexander Gottwald <ago@freedesktop.org>
* src/icetrans.c:
Replace <X11/transport.c> with <X11/Xtrans/transport.c>
2005-05-21 Alan Coopersmith <alan.coopersmith@sun.com>
* configure.ac:
Add ICE_t #define required by Xtrans headers. Replace static defines
of LOCALCONN & UNIXCONN with new XTRANS_CONNECTION_FLAGS macro.
2005-01-29 Daniel Stone <daniel@freedesktop.org>
* misc.c:
* ICElibint.h:
* include/X11/ICE/ICElib.h:
Move _IceGetPeerName into the public API as IceGetPeerName, since it is
used by libSM.
* Makefile.am:
* configure.ac:
Bump soversion to 6.4.1 per above (adding function into ABI). Bump
version to 6.3.5.
2005-01-18 Daniel Stone <daniel@freedesktop.org>
* configure.ac:
Remove AC_CONFIG_AUX_DIR.
2004-07-05 Daniel Stone <daniel@freedesktop.org>
* configure.ac:
xtrans fix - define LOCALCONN and UNIXCONN.
2004-05-10 Eric Anholt <anholt@FreeBSD.org>
* configure.ac:
libICE doesn't require libX11, remove linking.
Don't include warning CFLAGS in .pc file.
Bump to version 6.3.4.
2004-04-12 Daniel Stone <daniel@freedesktop.org>
* authutils.c: (read_string)
* process.c:
Sync up with the X11R6.7 tree - add extra parameter to
CHECK_SIZE_MATCH macro, minor change to read_string semantics.
* Tag release 6.3.3 for xlibs 1.0.1.
2004-02-03 Jim Gettys <jg@freedesktop.org>
* Get a first approximation authors file
2004-01-17 Daniel Stone <daniel@fooishbar.org>
* Tag release 6.3.2 for first freedesktop.org clientside lib release.
2004-01-15 Harold L Hunt II <huntharo@msu.edu>
* Makefile.am: Pass -no-undefined to libtool via LDFLAGS.
2003-10-29 Jim Gettys <Jim.Gettys@hp.com>
* Makefile.am:
Get rid of obsolete icetrans.h file
2003-10-28 Keith Packard <keithp@keithp.com>
* ICElibint.h:
* Makefile.am:
* accept.c:
* connect.c:
* icetrans.h:
* include/X11/ICE/ICElib.h:
* include/X11/ICE/ICEtrans.h:
* listen.c:
* listenwk.c:
* misc.c:
* shutdown.c:
Ah, the joys of secret interfaces. SM used some non-public
ICE interfaces, these are now public. One of those was
an Xtrans interface in ICE clothing, so ICEtrans.h is now
a published header file.
2003-10-28 Keith Packard <keithp@keithp.com>
* ICElibint.h:
* Makefile.am:
* authutil.c: (read_short), (read_string), (read_counted_string),
(write_short), (write_string), (write_counted_string):
* configure.ac:
* connect.c:
* error.c: (_IceDefaultErrorHandler), (_IceDefaultIOErrorHandler):
* getauth.c: (auth_valid):
* globals.h:
* iceauth.c: (_IcePoMagicCookie1Proc), (_IcePaMagicCookie1Proc),
(binaryEqual):
* process.c: (AuthRequired), (AuthReply), (AuthNextPhase),
(AcceptConnection), (AcceptProtocol), (PingReply), (ProcessError),
(ProcessConnectionSetup), (ProcessAuthRequired),
(ProcessAuthReply), (ProcessAuthNextPhase),
(ProcessConnectionReply), (ProcessProtocolSetup),
(ProcessProtocolReply), (ProcessPing), (ProcessPingReply),
(ProcessWantToClose), (ProcessNoClose), (_IceProcessCoreMessage):
Prototypes. Add icetrans.h to SOURCES. Add GCC warnings.
No functional changes (I hope)
|