File: ChangeLog

package info (click to toggle)
xwhois 0.3.9-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 408 kB
  • ctags: 111
  • sloc: sh: 1,913; ansic: 1,435; makefile: 103
file content (235 lines) | stat: -rw-r--r-- 5,205 bytes parent folder | download
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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
1999-08-16 - release 0.3.9

 - fixed variable initializion bug in netintwhois.c

 - fixed an buffer overrun bug in histread.c that causes Xwhois
   to crash if started with an old style history file.

1999-08-09 - release 0.3.8

 - added server activation and history to the object history list.

 - added support for muliple search objects is a single whois query.

1999-08-06 - release 0.3.7

 - added options for static and IPv6 to configure.in.

 - added IPv6 networking support to netintwhois.c

 - wrote a navigator backend to hyperlink that lets you
   browse whois servers a'la Netscape.

 - merged Jeremy Elson's hyperlink code and his patch for
   hyperlink help bug into source tree.

 - changed installation path for GNOME specific desktop files.

 - added whois.6bone.net to whois server database.

1999-06-06 - release 0.3.6

 - added missing timeout alarm signal handling for connect()
   in netintwhois.c

 - added missing timeout handling on read() loop in netintwhois.c.

1999-05-08 - release 0.3.5

 - optimized and cleaned up old junk code from netintwhois.c,
   should save some clock cycles and use less memory now.

 - fixed object bug in histread.c, it should read
   object entries correct now.

 - optimized and cleaned up old junk code in netextwhois.c
   and netextfwhois.c
	
 - added check for glib-config in configure.in.

1999-04-01 - release 0.3.4

 - better GTK+ version checking in configure.in,
   now it works with all existing GTK+ versions.

 - fixed possible BO issues and memory leaks.

 - cleaned out some unnessesary source and header files
   to make it build faster.

 - fix to the junk/trashing of query string problem.

 - removed enter button callback for gtk_combo->entry.

 - changed xwhois system default dir from
   $(prefix)/lib/xwhois to $(prefix)/share/xwhois.

 - added whois.nic.or.kr to whois server database.

 - created dialog for whois server handling, supports
   adding, removing, changing of whois server entrys.

1999-02-10 - release 0.3.3

 - quick bug fix relese to fix the GTK+ development
   versions API incompatibly problems, should work
   ok now on anything from GTK+ 1.1.13 and up.

1999-02-09 - release 0.3.2

 - more source code clean up.

 - begin working on the new object history handler.

 - fixed bug in object history add, strip out empty
   fields, spaces, newline chars, etc.

 - fixed bug in about dialog so it handles window
   manager close signals correct.

1999-02-08 - release 0.3.1

 - GTK+ version check added to configure.

 - source code clean up.

 - added whois.cdnnet.ca to server database.

1999-02-02 - release 0.3.0

 - added compiler optimize flags for Alpha 21164/EV56

 - created GNU autoconf/automake package.

 - added whois.sics.se to server database.

 - added whois.uk.com to server database.

 - added whois.gb.com to server database.

 - added whois.gb.net to server database.

 - added whois.ripn.net to server database.

 - added whois.stanford.edu to server database.

1999-01-19 - release 0.2.9

 - tooltips feature for whois servers added.

 - added whois.nic.tm to server database.

 - added whois.nic.tj to server database.

 - added whois.nic.sh to server database.

 - added whois.nic.lk to server database.

 - added whois.nic.pw to server database.

 - added whois.nic.li to server database.

 - added whois.nic.hm to server database.

 - added whois.nic.bt to server database.

 - added whois.nic.as to server database.

 - added whois.nic.af to server database.

1999-01-17 - release 0.2.8

 - fixed buffer overflow bug that causes
   segmentation fault on big querys.

 - added whois.nic.br to server database.

 - added whois.dns.pt to server database.

1998-12-27 - release 0.2.7

 - some source cleanup.

 - added whois.nic.cx to server database.

 - added whois.nic.mx to server database.

 - added whois.nic.ch to server database.

1998-12-19 - release 0.2.6

 - fixed Solaris 2.5.x snprintf() bug, should
   compile ok now on Solaris 2.5.x systems.

1998-11-26 - release 0.2.5

 - minor source and package updates.

1998-11-10 - release 0.2.4

 - added object history and fixed some SystemV
   compaliance issues in Makefile.

1998-10-23 - release 0.2.3

 - maintaince release, minor bugfixes.

1998-10-20 - release 0.2.2

 - cleaned up Makefile a bit and fixed some
   GUI glitches.

1998-10-19 - release 0.2.1

 - fixed bug in network code so it wont segmentation
   fault if resolve is unsuccessful.

1998-10-12 - release 0.2.0

 - added help button and fixed minor GUI glitches.

1998-08-20 - release 0.1.9

 - fixed minor bugs in Makefile and added fallback
   to system global config file.

 - fix/port to SGI IRIX platform.

1998-08-16 - release 0.1.8

 - fix/port to Digital Unix 4.x platform.

1998-07-25 - release 0.1.7

 - added Gnome desktop config file and pixmap.

 - new entrys to whois server database.

1998-07-09 - release 0.1.6

 - no info availble.

1998-07-08 - release 0.1.5

 - no info availble.

1998-06-27 - release 0.1.4

 - no info availble.

1998-06-27 - release 0.1.3

 - no info availble.

1998-06-12 - release 0.1.2

 - no info availble.

1998-06-05 - release 0.1.1

 - no info availble.

1998-06-04 - release 0.1.0

 - first official release.