File: ChangeLog

package info (click to toggle)
xwhois 0.4.2-7
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 432 kB
  • ctags: 124
  • sloc: sh: 1,918; ansic: 1,646; makefile: 114
file content (327 lines) | stat: -rw-r--r-- 7,966 bytes parent folder | download | duplicates (3)
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
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
2000-01-07 - release 0.4.2

 - added missing <signal.h> include.

 - corrected a possible buffer overrun bug in the history
   file reader/parser histread.c that may cause Xwhois
   to crash if started with a oldformat history file.

 - added whois.abuse.net to whois server database.

 - added whois.crsnic.net to whois server database.

 - added whois.fapesp.br to whois server database.

 - added whois.nic.net.sg to whois server database.

 - added whois.registry.hm to whois server database.

 - added domainz.waikato.ac.nz to whois server database.

 - added whois.tonic.to to whois server database.

 - added whois.opensrs.net to whois server database.

 - added whois.tucows.com to whois server database.

 - added whois.domaindirect.com to whois server database.

 - added whois.nic.ac to whois server database.

 - added whois.mynic.net to whois server database.

 - added whois.thnic.net to whois server database.

 - added whois.twnic.net to whois server database.

 - added whois.adamsnames.tc to whois server database.

1999-12-12 - release 0.4.1

 - did a workaround for a weird Sun Solaris malloc()
   behaviour (possible bug?) in the history parser function.

 - added missing carrige-return stripoff in readserv.c

 - added statusbar for displaying status messages,
   width some initial support for message handling
   thru sbprintf() function, more to come later.

 - added Swedish entries to GNOME desktop file.

 - added geektools.com to whois server database.

 - added namespace.org to whois server database.

 - added whois.register.com to whois server database.

 - added whois.nsiregistry.net to whois server database.

 - added whois.networksolutions.com to whois server database.

1999-11-18 - release 0.4.0

 - removed non standard C function snprintf() from histread.c

 - fixed some a error in configure.in that made Xwhois broke
   on cc systems.

 - fixed null pointer bug in cb_combolist() in xwhois.c.

 - added static build option for Sun WorkShop C compiler to
   configure.in.
 
 - fixed some glitches for the Sun WorkShop C compiler in
   configure.in. (Sun WorkShop 'cc' dont cope with the standard
   '-g3' debug & optimize flag like SGI Mips Pro and DEC/Compaq
   Digital Unix/Tru64 Alpha C compilers do).

 - rewrote netintwhois.c to handle multiple parallel queries.

 - new threaded parallel scanner backend for whois servers
   with both POSIX Threads and fork/pipe threads support.

 - slimmed down the borders, changed widget padding from 10
   pixels to 5 pixels, I may consider changing back if people
   dislike the new look.

 - added prototype declarations for some non ANSI C functions
   to xwhois.h, to pass tru the gcc -ansi option flag.

 - added some ANSI C compliance check options to configure.in.

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.