ChangeLog.old 35 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201
  1. 2013-03-15 Niibe Yutaka <gniibe@fsij.org>
  2. * src/init.c (parse_args): Call close only when IN is valid.
  3. 2013-03-14 Niibe Yutaka <gniibe@fsij.org>
  4. * src/utils.c (make_connect) [HAVE_GETADDRINFO]: Fix success
  5. condition and try next on error (Alan Curry: #37135).
  6. * src/utils.c (make_connect) [!HAVE_GETADDRINFO]: Fix leak of
  7. sockfd on error.
  8. * example/jwhois.conf (220.72.0.0): Update (#14800).
  9. (.vc): Update (Ian Macfarlane: #28733).
  10. (.fo, .gl): Update (#33578).
  11. (192): Update (#34252).
  12. (.tel): New (Mike Frysinger: #37144).
  13. (.asia): New (Michael Ionescu: #38114).
  14. (.ae, 1.7.9.e164.arpa): Fix.
  15. 2013-03-13 Gavin Brown <gavin.brown@uk.com>
  16. * example/jwhois.conf (ccSLD): Update list of CentralNic ccSLDs.
  17. 2011-04-14 Jonas Oberg <jonas@gnu.org>
  18. * example/jwhois.conf: Updated .rs TLD (Dusan Pancevac)
  19. 2011-04-08 Jonas Oberg <jonas@gnu.org>
  20. * example/jwhois.conf: Updated .ua TLD (Svitlana Tkachenko)
  21. 2010-10-19 Jonas Oberg <jonas@gnu.org>
  22. * example/jwhois.conf: updated dotEmarat TLD (Zain Al Abdeen Baig)
  23. 2010-04-23 Jonas Oberg <jonas@gnu.org>
  24. * example/jwhois.conf: Changed .ae entry (Zain Al Abdeen Baig)
  25. 2009-02-04 Jonas Oberg <jonas@gnu.org>
  26. * src/jwhois.c: Bugfix (Dustin King, Ian Comfort)
  27. * src/init.c: Close file descriptor (Vitezslav Crhonek)
  28. * example/jwhois.conf: Added enum domains and .gi update (Vitezslav
  29. Crhonek)
  30. 2008-05-29 Jonas Oberg <jonas@gnu.org>
  31. * src/lookup.c: Bugfix (Manuel Kasper)
  32. * example/jwhois.conf: Updated IPv6 assignments (Manuel Kasper
  33. 2007-11-27 Jonas Oberg <jonas@gnu.org>
  34. * po/fi.po: Updated from TP.
  35. 2007-07-01 Jonas Oberg <jonas@gnu.org>
  36. * Released version 4.0
  37. 2007-06-26 Jonas Oberg <jonas@gnu.org>
  38. * Changed to GNU GPL v3
  39. 2007-05-08 Jonas Oberg <jonas@gnu.org>
  40. * po/sv.po: Updated from TP.
  41. 2007-03-26 Jonas Oberg <jonas@gnu.org>
  42. * example/jwhois.conf: Added whois servers for .af, .bj, .ci, .dm,
  43. .gp, .ki, .ly, .mu, .pm, .re, .tl, .wf and .yt (Johan Säre)
  44. 2007-03-24 Jonas Oberg <jonas@gnu.org>
  45. * Imported gnulib for snprintf compatibility.
  46. * example/jwhois.conf: Changed whois server for .se, .gs
  47. .im, .tf, .tr and .ve (Johan Säre)
  48. * po/it.po: Updated from TP.
  49. 2007-02-21 Jonas Oberg <jonas@gnu.org>
  50. * po/es.po: Updates from TP.
  51. 2007-02-14 Jonas Oberg <jonas@gnu.org>
  52. * example/jwhois.conf: Added redirect for centralnic (Gavin Brown)
  53. Added redirect for verisign-grs (Wolfgang Rupprecht)
  54. * doc/jwhois.texi (Global options) example/jwhois.conf:
  55. Added information that the cache might have been disabled.
  56. (Miloslav Trmac)
  57. 2006-11-06 Jonas Oberg <jonas@gnu.org>
  58. * example/jwhois.conf: Changed whois server for .tv (Stefano Biagiotti)
  59. 2006-09-27 Jonas Oberg <jonas@gnu.org>
  60. * example/jwhois.conf: Added .mobi whois server
  61. 2006-09-14 Jonas Oberg <jonas@gnu.org>
  62. * example/jwhois.conf: Changed whois server for .pk (Jeff Shaffer)
  63. 2006-08-03 Jonas Oberg <jonas@gnu.org>
  64. * example/jwhois.conf: Changed whois server for .bg (Miloslav Trmac)
  65. 2006-06-11 Jonas Oberg <jonas@gnu.org>
  66. * example/jwhois.conf: Added IPv4 delegations from Fernando Lopez
  67. Santove~na
  68. 2006-05-21 Jonas Oberg <jonas@gnu.org>
  69. * Added patch to ignore SIGPIPE if the browser subprocess exits
  70. without reading POST data (Miloslav Trmac)
  71. * example/jwhois.conf: 82.101.128.0/18 delegation to Afrinic.
  72. 2006-05-20 Jonas Oberg <jonas@gnu.org>
  73. * Added patch to support conversion of whois server output to
  74. local charset. Fixes Fedora Core bug #132362 (Miloslav Trmac)
  75. * configure.in: Added check for IPv6-aware inet_pton
  76. * src/jwhois.c (main): Added support for libidn. (Robert Scheck)
  77. * src/lookup.c (lookup_host): Added lookup to cidr6 blocks.
  78. (Miloslav Trmac)
  79. * example/jwhois.conf: Added cidr6-blocks structure and moved all
  80. IPv6 addresses to it. (Miloslav Trmac)
  81. * doc/jwhois.texi: Added documentation for cidr6 support. (Miloslav
  82. Trmac)
  83. 2006-05-17 Jonas Oberg <jonas@gnu.org>
  84. * src/lookup.c (find_cidr): Fixed handling of "default" type entries
  85. (Miloslav Trmac)
  86. * src/lookup.c (find_regex): Fixed handling of empty configuration
  87. block (Miloslav Trmac)
  88. 2006-05-13 Jonas Oberg <jonas@gnu.org>
  89. * example/jwhois.conf: Updated whois server for .bg (Yanko Kaneti)
  90. 2006-04-22 Jonas Oberg <jonas@gnu.org>
  91. * example/jwhois.conf: Updated with .cat (Salvador Caballé)
  92. 2006-04-20 Jonas Oberg <jonas@gnu.org>
  93. * example/jwhois.conf: Changed whois server for .in (Ajay Ramaswamy)
  94. Added whois servers for .ae.org and .kr.com (Gavin Brown)
  95. Changed whois servers for .com and .net (Chris Gordon)
  96. 2006-04-16 Jonas Oberg <jonas@gnu.org>
  97. * doc/jwhois.texi: Changed license.
  98. 2006-04-12 Jonas Oberg <jonas@gnu.org>
  99. * example/jwhois.conf: Changed whois server for .eu (Sander Eerkes)
  100. 2006-04-11 Jonas Oberg <jonas@gnu.org>
  101. * src/utils.c (timeout_init): Added function that sets the default
  102. timeout, or sets the timeout to a value specified in the configuration
  103. file.
  104. * src/utils.c (make_connect): Added calls to make a non-blocking
  105. connect and use select to set a timeout value.
  106. * doc/jwhois.texi, example/jwhois.conf: Added connect-timeout
  107. configuration option.
  108. 2006-04-09 Jonas Oberg <jonas@gnu.org>
  109. * src/http.c (http_query): Reset euid and egid to uid and gid
  110. before calling the user specified browser (Reported by Shaun
  111. Colley).
  112. 2006-04-08 Jonas Oberg <jonas@gnu.org>
  113. * example/jwhois.conf: Added EURID for .eu lookups.
  114. 2006-04-08 Jonas Oberg <jonas@gnu.org>
  115. * example/jwhois.conf: Replaced HTTP query to DENIC with WHOIS
  116. query (Andreas Thienemann)
  117. 2005-09-21 Peter Karlsson <peter@softwolves.pp.se>
  118. * src/jwhois.c: Fix crash when using -f (closes Debian bug#325177,
  119. Romain Francoise <rfrancoise@debian.org>)
  120. 2005-07-16 Peter Karlsson <peter@softwolves.pp.se>
  121. * po/ru.po: Don't mark the PO header as fuzzy (Miloslav Trmac)
  122. 2005-07-12 Peter Karlsson <peter@softwolves.pp.se>
  123. * doc/jwhois.1, doc/sv/jwhois.1: Fixed mixup in long and short
  124. hyphens in manual pages.
  125. 2005-07-10 Peter Karlsson <peter@softwolves.pp.se>
  126. * doc/jwhois.texi: 3.2.3 release
  127. * src/init.c: Minor fix so that help page looks right
  128. 2005-07-09 Peter Karlsson <peter@softwolves.pp.se>
  129. * acconfig.h, autogen.sh, configure.in, INSTALL, install-sh,
  130. Makefile.am, missing, mkinstalldirs, doc/texinfo.tex, po/Makevars,
  131. src/Makefile.am:
  132. Updated build system with help from Rob Taylor
  133. <robtaylor.at.floppily.org>
  134. * example/jwhois.conf: Various updates (Christian Kurz)
  135. * src/init.c: Removed copyright year from language string
  136. * po/es.po, po/fr.po, po/hu.po, po/id.po, po/it.po, po/nl.po,
  137. po/pl.po, po/pt_BR.po, po/ro.po, po/rw.po, po/tr.po, po/vi.po,
  138. po/zh_TW.po: Updated from TP
  139. * po/sv.po: Updated
  140. 2005-06-27 Peter Karlsson <peter@softwolves.pp.se>
  141. * example/jwhois.conf: Various updates (Adrian von Bidder, Christian
  142. Kurz)
  143. 2005-05-04 Peter Karlsson <peter@softwolves.pp.se>
  144. * example/jwhois.conf: Various updates (Christian Kurz, Adrian von
  145. Bidder, Robert Scheck)
  146. 2005-04-04 Peter Karlsson <peter@softwolves.pp.se>
  147. * example/jwhois.conf: Various updates (Christian Kurz, Adrian von
  148. Bidder)
  149. 2005-03-23 Jonas Oberg <jonas@gnu.org>
  150. * example/jwhois.conf: Added aero domains (Robert Scheck)
  151. 2005-03-22 Peter Karlsson <peter@softwolves.pp.se>
  152. * example/jwhois.conf: Improved regex for detecting redirects
  153. (KOMATSU Shinichiro)
  154. * po/tr.po: Updated from TP.
  155. 2005-03-20 Peter Karlsson <peter@softwolves.pp.se>
  156. * example/jwhois.conf: Various updates (Christian Kurz, Adrian von
  157. Bidder)
  158. 2005-03-19 Peter Karlsson <peter@softwolves.pp.se>
  159. * example/jwhois.conf: Various updates (Christian Kurz)
  160. 2005-03-18 Peter Karlsson <peter@softwolves.pp.se>
  161. * example/jwhois.conf: Various updates (Christian Kurz, Adrian von
  162. Bidder)
  163. 2005-03-16 Peter Karlsson <peter@softwolves.pp.se>
  164. * example/jwhois.conf: Various updates (Christian Kurz)
  165. 2005-03-09 Peter Karlsson <peter@softwolves.pp.se>
  166. * example/jwhois.conf: Fixed typos (KOMATSU Shinichiro)
  167. 2005-02-10 Jonas Oberg <jonas@gnu.org>
  168. * example/jwhois.conf: Changed address for .jp whois
  169. server (Shinjiro Naoi)
  170. 2005-01-21 gettextize <bug-gnu-gettext@gnu.org>
  171. * Makefile.am (SUBDIRS): Add m4.
  172. (EXTRA_DIST): Add config.rpath.
  173. * configure.in (AC_OUTPUT): Add po/Makefile.in,
  174. 2005-01-15 Peter Karlsson <peter@softwolves.pp.se>
  175. * po/: es.po fr.po hu.po id.po it.po nl.po pl.po pt_BR.po ro.po
  176. tr.po zh_TW.po: Imported latest versions from TP.
  177. * examples/jwhois.conf: Various updates (Christian Kurz,
  178. Christer Mjellem Strand, Chris Lewis, Gavin Brown, John Oliver,
  179. David Eriksson, Kimmo Suominen)
  180. * src: cache.c, dns.c, lookup.c: Applied patch to fix compiler
  181. warnings (Miloslav Trmac)
  182. * include/jwhois.h: Fixed syntax errors (Miloslav Trmac)
  183. * src/jwhois.c: Fixed double free on double redirection
  184. (Miloslav Trmac)
  185. * TODO: IDNA wanted.
  186. * configure.in, NEWS, doc/jwhois.texi: Almost released 3.2.3.
  187. 2004-05-21 Jonas Oberg <jonas@gnu.org>
  188. * example/jwhois.conf: Changed whois.denic.de to www.decnic.de
  189. with http POST.
  190. 2004-01-24 Jonas Oberg <jonas@gnu.org>
  191. * po/hu.po: Updated from TP.
  192. 2003-07-18 Jonas Oberg <jonas@gnu.org>
  193. * Upgraded to Automake 1.5
  194. * src/jwhois.c: Added hostname to cache key, so that requests for
  195. the same query, but to different hosts, are cached individually.
  196. 2003-06-30 Peter Karlsson <peter@softwolves.pp.se>
  197. * po/pl.po: Added from TP.
  198. * TODO: Removed obsoleted information (Wojciech Polak).
  199. * examples/jwhois.conf: Various updates; uncommented the JPNIC
  200. entries by default (Greg A. Woods, Christian Kurz, Luiz Eduardo
  201. Roncato Cordeiro).
  202. * configure.in, NEWS, doc/jwhois.texi: Released 3.2.2.
  203. 2003-05-22 Peter Karlsson <peter@softwolves.pp.se>
  204. * po/pt_BR.po, po/hu.po, po/ro.po: Updates from TP.
  205. * examples/jwhois.conf: Corrected entry for .de (thanks to
  206. Joachim Strohbach)
  207. 2003-04-06 Peter Karlsson <peter@softwolves.pp.se>
  208. * po/id.po: Updates from TP.
  209. 2003-03-05 Peter Karlsson <peter@softwolves.pp.se>
  210. * po/it.po, configure.in: Added Italian translation (non-TP).
  211. 2003-02-14 Lee Maguire <lee@hexkey.co.uk>
  212. * example/jwhois.conf: re-enabled .pt, added .na (Namibia),
  213. updated .sa (Saudi Arabia), added -SA (SaudiNIC) handles.
  214. 2003-02-14 Lee Maguire <lee@hexkey.co.uk>
  215. * example/jwhois.conf: v4 assignment from IANA to APNIC of 222/7
  216. 2003-02-12 Peter Karlsson <peter@softwolves.pp.se>
  217. * example/jwhois.conf: Added support for MNT handles (patch by
  218. Frank Altpeter)
  219. 2003-02-04 Peter Karlsson <peter@softwolves.pp.se>
  220. * example/jwhois.conf, src/lookup.c: Fixed problems with redirected
  221. lookups of .org domains (closes Debian bug#179782)
  222. 2003-02-04 Peter Karlsson <peter@softwolves.pp.se>
  223. * po/nl.po, po/fr.po, po/pt_BR.po: Updated from TP.
  224. 2003-02-03 Peter Karlsson <peter@softwolves.pp.se>
  225. * po/es.po: Updated from TP.
  226. * po/sv.po: Updated.
  227. 2003-02-01 Peter Karlsson <peter@softwolves.pp.se>
  228. * Released 3.2.1.
  229. 2003-01-31 Peter Karlsson <peter@softwolves.pp.se>
  230. * configure.in, NEWS, AUTHORS, README, src/init.c, doc/jwhois.texi,
  231. po/*.po, po/jwhois.pot: Preparations for the 3.2.1 release.
  232. * example/jwhois.conf: Added .im
  233. 2003-01-31 Jonas Oberg <jonas@gnu.org>
  234. * example/jwhois.conf: Added a second whois-redirect for
  235. apnic records which direct to whois.nic.or.kr.
  236. Also added some netblocks to direct directly at KRNIC.
  237. Investigating possibility of automatically generating
  238. this information from ARIN/APNIC/LACNIC/RIPE databases,
  239. but thus far this is a no-go because of incompleteness
  240. and random strangeness.
  241. 2003-01-30 Jonas Oberg <jonas@gnu.org>
  242. * example/jwhois.conf: That didn't take long :-)
  243. PIR whois server address confirmed by PIR.
  244. 2003-01-30 Jonas Oberg <jonas@gnu.org>
  245. * example/jwhois.conf: Fixed .org whois server to point to
  246. the new Public Interest Registry. This might have to be
  247. changed. Awaiting authoritative answer from PIR about the
  248. issue.
  249. 2003-01-14 Peter Karlsson <peter@softwolves.pp.se>
  250. * changelog.in, po/nl.po: New Dutch translation from TP.
  251. 2002-12-15 Peter Karlsson <peter@softwolves.pp.se>
  252. * examples/jwhois.conf: Corrected typo in .lt (Lithuania) entry.
  253. (reported by Aistis Zenkevicius)
  254. 2002-12-14 Peter Karlsson <peter@softwolves.pp.se>
  255. * po/pt_BR.po: Updated from TP.
  256. 2002-12-03 Lee Maguire <lee@hexkey.co.uk>
  257. * example/jwhois.conf: updated whois servers for
  258. .ua (United Arab Emirates), .au (Austrailia), .bz (Belize)
  259. .ee (Estonia), .lv (Latvia), .nz (New Zealand), .pe (Peru)
  260. .pro (new gTLD), allocation of 82.0.0.0/8
  261. 2002-08-20 Lee Maguire <lee@hexkey.co.uk>
  262. * example/jwhois.conf: regexp to match rwhois URLs seen
  263. in some ARIN records (not a full rwhois URL parser).
  264. 2002-08-06 Peter Karlsson <peter@softwolves.pp.se>
  265. * po/fr.po: Updated from TP.
  266. 2002-08-03 Lee Maguire <lee@hexkey.co.uk>
  267. * example/jwhois.conf: updated regexp to match ARIN netblock
  268. records (closes Debian bug#154832)
  269. 2002-08-02 Peter Karlsson <peter@softwolves.pp.se>
  270. * po/id.po, po/pt_BR.po: Updated translations from TP.
  271. * Imported bugfixes for building/running jwhois 3.2.0 on SGI IRIX
  272. 6.5 and HP-UX 11.0 from Chris Wood <chris@seismo.usbr.gov>:
  273. - src/Makefile.am: add -I$(top_srcdir)/intl to find <libintl.h>
  274. - src/cache.c: dbm_fetch() pointer causes bus error when
  275. dereferenced
  276. - src/gai_strerror.c: empty init for values[] causes compiler error
  277. * src/jconfig.c, src/lookup.c: Imported fixes for memory leaks and
  278. out-of-bounds pointers identified by Insure++ from Chris Wood
  279. <chris@seismo.usbr.gov>.
  280. * doc/jwhois.texi: Fixed a syntax error committed earlier.
  281. * include/utils.h: Include whois.h to remove compiler warning.
  282. 2002-08-01 Lee Maguire <lee@hexkey.co.uk>
  283. * example/jwhois.conf: whois.dk-hostmaster.dk reinstated
  284. 2002-07-30 Lee Maguire <lee@hexkey.co.uk>
  285. * example/jwhois.conf: 200/8 is now handled by LACNIC
  286. (Latin American and Caribbean IP address Regional Registry),
  287. added more regional CIDR blocks for APNIC/RIPE.
  288. 2002-07-24 Lee Maguire <lee@hexkey.co.uk>
  289. * example/jwhois.conf: Updated ng (Nigeria), is (Iceland),
  290. ug (Uganda).
  291. 2002-07-19 Peter Karlsson <peter@softwolves.pp.se>
  292. * src/http.c, example/jwhois.conf, doc/jwhois.texi: Added support
  293. for sending POST data to the W3M text mode browser.
  294. 2002-07-19 Lee Maguire <lee@hexkey.co.uk>
  295. * example/jwhois.conf: Added .sr (Suriname), .tv (Tuvalu),
  296. .fed.us (US Federal) and FRNIC handles.
  297. 2002-07-18 Lee Maguire <lee@hexkey.co.uk>
  298. * example/jwhois.conf: Added a block of "centralnic" pseudo
  299. generic/country TLDs (e.g. ru.com, za.com).
  300. 2002-07-17 Jonas Oberg <jonas@gnu.org>
  301. * example/jwhois.conf: Fixed ASN- records and added support for ARIN
  302. nameserver records.
  303. 2002-07-14 Peter Karlsson <peter@softwolves.pp.se>
  304. * include/cache.h, dns.h, gai_strerror.h, http.h, init.h, jconfig.h,
  305. jwhois.h, lookup.h, rwhois.h, utils.h, whois.h
  306. Remove leading underscores from user-defined macros.
  307. 2002-07-06 Peter Karlsson <peter@softwolves.pp.se>
  308. * examples/jwhois.conf: Added 221.0.0.0/8.
  309. (Lee Maguire, Debian bug#151935)
  310. 2002-06-28 Peter Karlsson <peter@softwolves.pp.se>
  311. * po/pt_BR.po: Updated Brazilian Portuguese translation from TP.
  312. * po/hu.po, configure.in: Added Hungarian translation from TP.
  313. 2002-06-13 Peter Karlsson <peter@softwolves.pp.se>
  314. * configure.im, po/pt_BR.po: Added Brazilian Portuguese translation
  315. from TP.
  316. 2002-05-13 Peter Karlsson <peter@softwolves.pp.se>
  317. * examples/jwhois.conf: Disabled .ba, .pt and .mk.
  318. Updated .ee, .fi, .hu, .lt, .uz
  319. (Lee Maguire, Debian bug#146190, #146251, #146410)
  320. 2002-05-04 Peter Karlsson <peter@softwolves.pp.se>
  321. * examples/jwhois.conf: Added .vu
  322. (Lee Maguire, Debian bug#145734)
  323. 2002-05-02 peter karlsson <peter@softwolves.pp.se>
  324. * Released 3.2.0.
  325. 2002-04-20 peter karlsson <peter@softwolves.pp.se>
  326. * examples/jwhois.conf: Added .ir, .lb, .tg, .tk, .tn, .ug, .uy,
  327. .vn and .ac.za
  328. (Lee Maguire, Debian bug#142384, #143050, #143184, #143190,
  329. #143191, #143201)
  330. 2002-04-14 peter karlsson <peter@softwolves.pp.se>
  331. * doc/jwhois.texi: Documented extensions to the query-format
  332. directive.
  333. * src/init.c: Updated year to 2002.
  334. 2002-04-10 peter karlsson <peter@softwolves.pp.se>
  335. * examples/jwhois.conf: List .com, .net and .org explictly.
  336. (Lee Maguire, Debian bug#142181)
  337. Added/updated .lt, .mw, .pk, .ua, .uz and .vi.
  338. (Lee Maguire, Debian bug#142183)
  339. 2002-04-10 peter karlsson <peter@softwolves.pp.se>
  340. * examples/jwhois.conf: Added .bi, .cg and .rw.
  341. (Lee Maguire, Debian bug#141961)
  342. 2002-04-08 peter karlsson <peter@softwolves.pp.se>
  343. * examples/jwhois.conf: Added .ag, .ai, .ec, .gi and .io.
  344. Changed .kz.
  345. (Lee Maguire, Debian bug#141817, #141818, #141819, #141822,
  346. #141828, #141833)
  347. 2002-04-02 peter karlsson <peter@softwolves.pp.se>
  348. * src/lookup.c: Applied bugfix patch from Jason Harris.
  349. 2002-03-28 peter karlsson <peter@softwolves.pp.se>
  350. * examples/jwhois.conf: Added .edu.
  351. (Lee Maguire, Debian bug#140279)
  352. 2002-03-25 peter karlsson <peter@softwolves.pp.se>
  353. * examples/jwhois.conf: Added .gt.
  354. (Lee Maguire, Debian bug#139877)
  355. 2002-03-21 peter karlsson <peter@softwolves.pp.se>
  356. * configure.in, po/id.po: Added Indonesian translation from TP.
  357. 2002-03-20 peter karlsson <peter@softwolves.pp.se>
  358. * src/http.c, examples/jwhois.conf: Advanced queries for http.
  359. * src/lookup.c: Bugfix for advanced queries.
  360. 2002-03-19 peter karlsson <peter@softwolves.pp.se>
  361. * src/lookup.c: Added code to split domain name for advanced
  362. queries.
  363. * src/jwhois.c: Fix a memory leak.
  364. * examples/jwhois.conf: Updated .mt data.
  365. (Lee Maguire, Debian bug#138488)
  366. 2002-02-04 Jonas Oberg <jonas@gnu.org>
  367. * src/rwhois.c (rwhois_parse_line): Fix %info
  368. (rwhois_query_internal): Check for correct return values from
  369. rwhois_read_line
  370. 2002-03-07 peter karlsson <peter@softwolves.pp.se>
  371. * examples/jwhois.conf: Added .tt data.
  372. (Lee Maguire, Debian bug#137088)
  373. 2002-03-03 peter karlsson <peter@softwolves.pp.se>
  374. * example/jwhois.conf: Fixed incorrect .dk data.
  375. (Klaus Alexander Seistrup, Debian bug#129018)
  376. 2002-02-28 peter karlsson <peter@softwolves.pp.se>
  377. * example/jwhois.conf: Updated .int and .us data.
  378. (Lee Maguire, Debian bug#136200)
  379. 2002-02-11 peter karlsson <peter@softwolves.pp.se>
  380. * example/jwhois.conf: Added .name and .coop data.
  381. (Lee Maguire, Debian bug#133429)
  382. 2002-02-06 peter karlsson <peter@softwolves.pp.se>
  383. * src/rwhois.c: Applied fix for segmentation fault on certain rwhois
  384. servers. (Colin Phipps, Debian bug#132607)
  385. 2002-01-13 Jonas Oberg <jonas@gnu.org>
  386. * example/jwhois.conf: Updated .dk definition
  387. 2002-01-12 peter karlsson <peter@softwolves.pp.se>
  388. * po/sv.po: Some brush-ups to the translation.
  389. 2002-01-09 Jonas Oberg <jonas@gnu.org>
  390. * Released 3.1.0
  391. * src/lookup.c (find_regex): Fix searches where domain is "default".
  392. * configure.in: Test for inttypes.h and stdint.h
  393. * src/regex.c: Include inttypes.h or stdint.h and use (uintptr_t)
  394. to compare integers.
  395. 2001-01-06 Jonas Oberg <jonas@gnu.org>
  396. * src/lookup.c (lookup_host): Fixed whois-servers.net support.
  397. 2002-01-06 peter karlsson <peter@softwolves.pp.se>
  398. * src/*.c, include/*.h: Added proper headers for all exported
  399. functions, and made all function definitions proper ISO C.
  400. * po/jwhois.pot, *.po: Updated translation files.
  401. 2001-12-08 Jonas Oberg <jonas@gnu.org>
  402. * example/jwhois.conf: Changed ".*" to "default" and removed .* in
  403. front of domain names (obsolete).
  404. * src/jconfig.c (jconfig_getone): Use private jconfig ptr.
  405. * src/lookup.c (find_cidr, find_regex): Fix to return best match
  406. instead of first match.
  407. 2001-12-03 Jonas Oberg <jonas@gnu.org>
  408. * src/lookup.c (find_cidr): Use WORDS_BIGENDIAN to check for big
  409. endian machines.
  410. (find_cidr): Break after finding a correct match.
  411. * configure.in: Add check for big endian machines.
  412. 2001-12-02 peter karlsson <peter@softwolves.pp.se>
  413. * example/jwhois.conf: Added .museum data.
  414. 2001-12-01 Jonas Oberg <jonas@gnu.org>
  415. * configure.in: Updated to version 3.0.2.
  416. * Released 3.0.2.
  417. 2001-11-29 peter karlsson <peter@softwolves.pp.se>
  418. * src/http.c: Fix buffer overrun for the GET method.
  419. (Klaus Alexander Seistrup, Debian bug#121743)
  420. 2001-11-29 Jonas Oberg <jonas@gnu.org>
  421. * src/jconfig.c (jconfig_getone): Fixed bug which made the
  422. function return NULL in case it was the first one called for
  423. config lookups.
  424. 2001-11-26 Jonas Oberg <jonas@gnu.org>
  425. * configure.in, example/Makefile.am: Install jwhois.conf if there's
  426. no previous configuration file installed.
  427. 2001-11-22 peter karlsson <peter@softwolves.pp.se>
  428. * example/jwhois.conf: Added JPNIC IP ranges
  429. (Lee Maguire, Debian bug#106130)
  430. 2001-11-22 Jonas Oberg <jonas@gnu.org>
  431. * src/jwhois.c (jwhois_query): Fix so that wq->query isn't changed
  432. when doing raw queries.
  433. 2001-11-19 Jonas Oberg <jonas@gnu.org>
  434. * doc/sv/Makefile.am: Added installation instructions
  435. 2001-11-18 peter karlsson <peter@softwolves.pp.se>
  436. * example/jwhos.conf, src/http.c: Added support for extra form
  437. element parameters to be able to query .es
  438. * doc/jwhois.1: Fixes.
  439. * doc/sv/jwhois.1: Swedish translation.
  440. 2001-11-03 peter karlsson <peter@softwolves.pp.se>
  441. * example/jwhois.conf: Updated information for .dk
  442. (Klaus Alexander Seistrup, Debian bug#117872)
  443. 2001-11-02 Jonas Oberg <jonas@gnu.org>
  444. * configure.in: Fix so that it doesn't check for libintl.h if the
  445. user disables NLS, or NLS is unavailable.
  446. 2001-10-10 Jonas Oberg <jonas@gnu.org>
  447. * src/whois.c (whois_query): Fix off-by-one bug when calling strncpy
  448. 2001-10-01 Jonas Oberg <jonas@gnu.org>
  449. * src/http.c (http_query): Fix to make POST work.
  450. 2001-09-30 peter karlsson <peter@softwolves.pp.se>
  451. * example/jwhois.conf: Added .biz and .info data.
  452. 2001-09-26 Jonas Oberg <jonas@gnu.org>
  453. * src/jwhois.c (jwhois_query): Preserve old query string when
  454. being redirected through multiple servers.
  455. (main): Make queries -after- having checked the cache.
  456. 2001-09-08 peter karlsson <peter@softwolves.pp.se>
  457. * po/jwhois.pot, sv.po: Updated translation files.
  458. 2001-09-07 Jonas Oberg <jonas@gnu.org>
  459. * doc/jwhois.1, jwhois.texi: Updated to version 3.0
  460. 2001-09-06 Jonas Oberg <jonas@gnu.org>
  461. * src/jwhois.c (jwhois_query): Added generic function to perform
  462. queries.
  463. (main): Changed to use jwhois_query
  464. * src/whois.c (whois_query): Changed to use jwhois_query
  465. 2001-09-06 peter karlsson <peter@softwolves.pp.se>
  466. * src/http.c, rwhois.c, utils.c, whois.c: Gettext cleanups.
  467. * po/jwhois.pot, sv.po: Updated translation files.
  468. 2001-09-06 Jonas Oberg <jonas@gnu.org>
  469. * src/rwhois.c (rwhois_query_internal): Rwhois queries now follows
  470. referrals.
  471. 2001-09-02 peter karlsson <peter@softwolves.pp.se>
  472. * src/http.c, example/jwhois.conf: Changed name of the form element
  473. specifier from html-element to form-element.
  474. 2001-09-01 Jonas Oberg <jonas@gnu.org>
  475. * src/lookup.c (find_regex): Fixed priority problem when mixing
  476. old style and new style rules.
  477. * src/jconfig.c (jconfig_parse_file): Changed domain separator
  478. to '|' instead of '.'.
  479. 2001-08-29 Jonas Oberg <jonas@gnu.org>
  480. * src/jconfig.c (jconfig_getone): Make sure that it searches the
  481. entire configuration file for options.
  482. 2001-08-28 peter karlsson <peter@softwolves.pp.se>
  483. * src/http.c, include/http.h: Added support for sending HTTP
  484. queries. Requires a browser capable of sending text data to
  485. stdout, e.g Lynx.
  486. * example/jwhois.conf: Query whois.co.za and www.nic-se.se via
  487. HTTP.
  488. * po/POTFILES.in, jwhois.pot, ru.po, sv.po: Updated gettext files.
  489. 2001-08-27 peter karlsson <peter@softwolves.pp.se>
  490. * example/jwhois.conf: Rewrite whois.internic.net default domain
  491. queries
  492. (Lee Maguire, Debian bug #84161)
  493. 2001-08-27 Jonas Oberg <jonas@gnu.org>
  494. * Added support for having query-format on every rule instead
  495. of globally for every host. Also introduced new rule format in
  496. jwhois.conf consisting of a block of options for each rule instead
  497. of just a hostname.
  498. 2001-08-08 peter karlsson <peter@softwolves.pp.se>
  499. * example/jwhois.conf: Fixed 164.0.0.0/8 mapping, .hk and .cn lookup,
  500. added mapping for .pl
  501. (Lee Maguire, Debian bugs #106245, #106255, #107260, #107353)
  502. 2001-07-23 Jonas Oberg <jonas@gnu.org>
  503. * example/jwhois.conf: Changed .hk (Patrick Liu)
  504. 2001-07-19 peter karlsson <peter@softwolves.pp.se>
  505. * example/jwhois.conf: Added mappings for 200.128/9 to cidr-blocks
  506. (Lee Maguire, Debian bug#105807)
  507. 2001-07-18 Jonas Oberg <jonas@gnu.org>
  508. * src/whois.c (whois_query): Fixed a problem with whois.domaininfo.com
  509. and whois.godaddy.com which returned erroneous results when the whole
  510. query (domain plus terminating "\r\n") did not arrive in the same
  511. IP packet.
  512. 2001-07-01 Jonas Oberg <jonas@gnu.org>
  513. * src/jwhois.c (main): Changed to call whois_query() instead of
  514. doing lookup.
  515. * src/whois.c: Added (with whois_query taken from jwhois.c and
  516. whois_read from utils.c).
  517. * src/rwhois.c: Added.
  518. 2001-06-30 Jonas Oberg <jonas@gnu.org>
  519. * src/lookup.c (lookup_redirect): Changed to lookup whois_redirect in
  520. server-options block instead of content-redirect block. Removes 128
  521. redirection matches limit.
  522. (find_regex_all): Removed.
  523. (lookup_query_format): Changed to lookup query-format in
  524. server-options block.
  525. * src/utils.c (get_whois_server_domain_path, get_whois_server_option):
  526. Added functions to lookup information in the server-options block.
  527. * src/lookup.c (lookup_whois_servers): Added function to search the
  528. whois-servers.net service, or other similar such services.
  529. (lookup_query_format): Added feature to mangle query string before
  530. sending to target whois server.
  531. 2001-06-29 Jonas Oberg <jonas@gnu.org>
  532. * src/lookup.c (find_regex): Added translate map to regex pattern
  533. buffer to make matching case insensitive.
  534. * src/utils.c (add_text_to_buffer): Added utility function.
  535. (create_string): Added utility function.
  536. (fdread): Changed so that origin hostname is recorded in cache.
  537. 2001-06-27 Jonas Oberg <jonas@gnu.org>
  538. * src/init.c (parse_args) src/lookup.c (lookup_redirec): Added
  539. display-redirections option that displays output from all
  540. redirections instead of hiding it.
  541. 2001-05-25 peter karlsson <peter@softwolves.pp.se>
  542. * AUTHORS: Changed my status
  543. 2001-05-16 peter karlsson <peter@softwolves.pp.se>
  544. * example/jwhois.conf: Added mappings for {80,81,217,218}/8 to
  545. cidr-blocks (Lee Maguire, Debian bug#97699)
  546. 2001-03-27 Jonas Oberg <jonas@gnu.org>
  547. * src/jwhois.c (main): Fix so that specifying a host doesn't imply forcing a query
  548. 2001-03-18 peter karlsson <peter@softwolves.pp.se>
  549. * example/jwhois.conf: Fix syntax error.
  550. * po/sv.po: Improve translation.
  551. 2001-02-21 peter karlsson <peter@softwolves.pp.se>
  552. * example/jwhois.conf: Change .za entry (whois.co.za only provides
  553. a web interface) (Lee Maguire, Debian bug#86167)
  554. 2001-02-19 peter karlsson <peter@softwolves.pp.se>
  555. * example/jwhois.conf: Changed .cz, .si, .su, and added CZ handle
  556. (Lee Maguire, Debian bug#86563)
  557. 2001-02-18 peter karlsson <peter@softwolves.pp.se>
  558. * example/jwhois.conf: Added .net.au, .ng, .ve, and handles AU,
  559. CKNIC, IDNIC, KG, NICAT (Lee Maguire, Debian bug#86167, #86245)
  560. * doc/jwhois.1: Updated to list RIPE exentions (Debian bug#84180)
  561. 2001-02-15 peter karlsson <peter@softwolves.pp.se>
  562. * po/sv.po: Updated with comments from sv@li.org (Göran Uddeborg).
  563. 2001-02-13 peter karlsson <peter@softwolves.pp.se>
  564. * example/jwhois.conf: Changed .br, .hu, .ie, .ro. Added .je, .kg
  565. (Lee Maguire)
  566. * po/sv.po: Updated (again).
  567. * src/jwhois.c: If creating an IPv6 socket fails, and there were
  568. more DNS hits, try next entry in the hope that it is IPv4.
  569. 2001-02-12 peter karlsson <peter@softwolves.pp.se>
  570. * example/jwhois.conf: Changed .de, .hm, .il, .lu. Added .do, .fj,
  571. .gg, .gm (Lee Maguire)
  572. * po/sv.po: Updated.
  573. 2001-01-28 Jonas Oberg <jonas@gnu.org>
  574. * example/jwhois.conf: Added .la, changed .dk (Kandra Nygårds)
  575. Changed .nz (Lee Maguire)
  576. * src/init.c (parse_args): Added feature to disable content redirection
  577. through command line option (requested by Kandra Nygårds)
  578. * src/jwhois.c (main): Set locale to LC_ALL so translations work
  579. (Peter Karlsson)
  580. 2001-01-11 Jonas Oberg <jonas@gnu.org>
  581. * example/jwhois.conf: Added .bv, .ck, .fm, .id, .nz, .pw, .sj, .ws
  582. Removed .md, .pl and changed .ca (Dan Fandrich)
  583. 2001-01-09 Jonas Oberg <jonas@gnu.org>
  584. * Released 2.4.2
  585. * src/lookup.c (find_cidr): Fix for big endian machines
  586. * src/jwhois.c (main): Better handling of cache errors (Pål Løberg)
  587. * example/jwhois.conf: Added .in, .nu (Kandra Nygårds),
  588. .hk (Patrick Liu), .as (Pål Løberg), .gov.uk (Michael Stevens),
  589. .at (Alexander Lehmann)
  590. * src/lookup.c (find_cidr): Match n bits in an /n block instead of
  591. 32-n (Tom Hughes, Emil LAURENTIU)
  592. * po/ru.po: Added (from Dmitry G. Mastrukov)
  593. Tue Jan 25 16:10:48 2000 Jonas Oberg <jonas@coyote.org>
  594. * Released 2.4.1
  595. * example/jwhois.conf: Added more CIDR blocks
  596. Changed registry for .no and added -NORID handles (from
  597. Pål Løberg)
  598. * configure.in: Added generation of jwhois.spec
  599. * Makefile.am (EXTRA_DIST): Added distribution of jwhois.spec
  600. * jwhois.spec.in: Added (from Ryan Weaver)
  601. Sat Jan 22 09:20:14 2000 Jonas Oberg <jonas@coyote.org>
  602. * src/jwhois.c (make_connect): Output [host]\n -before- doing a
  603. resolver query (speeds up output so the user doesn't think it's
  604. hung)
  605. * src/utils.c (fdread): Check return value from read correctly
  606. * example/jwhois.conf: corrected \. to be \\.
  607. Sun Dec 12 03:58:23 1999 Jonas Oberg <jonas@coyote.org>
  608. * Released 2.4
  609. * src/jwhois.c (split_host_from_query): Added
  610. (main): Added possibility to make 'foo@bar.org' queries
  611. * example/jwhois.conf: Added lots of data from Oren Tirosh
  612. * configure.in: Added check for malloc.h
  613. * src/lookup.c: Added include of malloc.h
  614. Thu Dec 2 19:28:35 1999 Jonas Oberg <jonas@coyote.org>
  615. * src/init.c (help_version): Added this to replace version and help
  616. * example/jwhois.conf: Changed .de to whois.ripe.net
  617. * src/jconfig.c (jconfig_parse_file): Fixed minor bugg in strncpy()
  618. Wed Dec 02 10:46:55 1999 Peter Karlsson <peter@softwolevs.pp.se>
  619. * src/lookup.c: Fixed a cosmetic problem with the routine that
  620. prints the address in a redirection.
  621. Wed Dec 01 23:59:59 1999 Peter Karlsson <peter@softwolves.pp.se>
  622. * example/jwhois.conf: Added an entry for .no
  623. Wed Dec 1 20:23:06 1999 Jonas Oberg <jonas@coyote.org>
  624. * Bumped to 2.3.1
  625. * example/jwhois.conf: Fixed regexp for struct cidr-block
  626. * src/lookup.c (find_cidr): Fixed bug (this function now works)
  627. Wed Dec 01 18:44:00 1999 Peter Karlsson <peter@softwolves.pp.se>
  628. * po/sv.po: Added Swedish translation
  629. Wed Dec 01 16:18:54 1999 Joans Oberg <jonas@coyote.org>
  630. * src/utils.c (readfd): Fixed nasty bug (didn't \0 terminate)
  631. * Makefile.am: Added debian/ and macros/ to EXTRA_DISTS
  632. * example/jwhois.conf: Fixed content-redirect to look the way it
  633. should
  634. Sun Nov 28 20:57:34 1999 Jonas Oberg <jonas@coyote.org>
  635. * Bumped to 2.3
  636. * doc/jwhois.texi: Rewrote parts for new release
  637. * src/init.c (parse_args): Fixed output of --version and --help
  638. Sat Nov 27 14:39:11 1999 Jonas Oberg <jonas@coyote.org>
  639. * Went through and added i18n support
  640. * src/jconfig.c (jconfig_parse_file): Added (replaces lexer.l)
  641. Note: Must escape groups with \\ instead of \ now.
  642. * src/init.c (parse_args): Removed datadir search of jwhois.conf
  643. Thu Nov 25 13:33:47 1999 Jonas Oberg <jonas@coyote.org>
  644. * src/jwhois.c (main): Fixed bug when creating qstring
  645. (main): Fixed bug when outputing qstring instead of host
  646. Tue Nov 23 14:03:28 1999 Jonas Oberg <jonas@coyote.org>
  647. * configure.in: Check for db1/ndbm.h
  648. * src/cache.c: Fallback include of db1/ndbm.h
  649. Mon Nov 22 19:31:06 1999 Jonas Oberg <jonas@coyote.org>
  650. * src/dns.c: Added
  651. * src/cache.c: Rewritten to fit new structure
  652. * src/jwhois.c (main): Changed to use new structure
  653. * src/init.c: Added
  654. * src/jwhois.c (make_connect): Added
  655. * src/lookup.c: Added
  656. * src/utils.c (fdread): Added
  657. Sat Nov 20 01:20:47 1999 Jonas Oberg <jonas@coyote.org>
  658. * src/gai_strerror.c (EAI_*: Added definitions
  659. * src/jwhois.c (query_host): Changed to use cache functions
  660. (main): Added extra options for cache functionality control
  661. * src/cache.c (cache_store): Changed to support the content-redirect
  662. block from the configuration file to redirect searches to other hosts.
  663. * src/cache.c: Added
  664. * doc/jwhois.texi (Cache Functionality): Added section
  665. explaining how cache works.
  666. * example/jwhois.conf: Added content-redirect block and some
  667. extended information on cache configuration options.
  668. * configure.in: Added options for cache configuration
  669. Added warning and disabling of cache if no dbm libraries found
  670. * README: Added information from INSTALL and info on cache
  671. 1999-11-11 Jonas Oberg <jonas@poledra.coyote.org>
  672. * configure.in: Added tentative checks for gdbm and ndbm.
  673. Wed Oct 27 16:40:21 1999 Jonas Oberg <jonas@coyote.org>
  674. * src/jwhois.c (main): Added --loop-args as recommended by RIPE
  675. * configure.in, src/gai_strerror.c: Added internal gai_strerror
  676. for systems lacking this.
  677. Sun Oct 24 15:16:29 1999 Jonas Oberg <jonas@coyote.org>
  678. * src/jwhois.c (query_host): Bugfix for little-endian machines
  679. (reported by phil@psidev.net)
  680. Tue Oct 23 23:31:34 1999 Jonas Oberg <jonas@coyote.org>
  681. * Released 2.2
  682. * Cleanup of example jwhois.conf
  683. Tue Oct 5 16:42:08 1999 Jonas Oberg <jonas@coyote.org>
  684. * Released 2.2pre4
  685. * src/jwhois.c (query_host): Now checking whois port against
  686. /etc/services et al if not using getaddrinfo()
  687. * doc/jwhois.texi: Added direntry
  688. 1999-10-04 Jonas Oberg <jonas@coyote.org>
  689. * Released 2.2pre3
  690. 1999-10-03 Jonas Oberg <jor@circuitous-route.coyote.org>
  691. * src/jwhois.c (query_host): Converted to getaddrinfo and
  692. added conditionals in case getaddrinfo should be missing
  693. (revert back to gethostbyname et al)
  694. (lookup_host): Changed separator between port number and
  695. IP/host to space from colon to maintain a decent compatibility with
  696. IPv6 hosts.
  697. 1999-10-02 Jonas Oberg <jor@circuitous-route.coyote.org>
  698. * src/string.c (strncasecmp): Added function
  699. * src/jconfig.c (jconfig_getone): Added function
  700. * src/jwhois.c (main,find_cidr,find_regex): Finalized structure of
  701. configuration file
  702. * configure.in: Fixed so that libnsl is linked only if gethostbyname
  703. is in it and not when gethostbyname is in libc.
  704. * Released version 2.2pre0
  705. * example/jwhois.conf: Added initial support for IP CIDR block
  706. * src/jwhois.c (find_ip): Added support for IP CIDR blocks
  707. * src/getopt.c, src/getopt1.c: Added conditionals
  708. * configure.in: Added check for getopt_long, regexec and removed
  709. linking against libfl,libl
  710. * src/lexer.l: Added %option noyywrap
  711. Sun Sep 26 11:15:40 1999 Jonas Oberg <jonas@coyote.org>
  712. * Released version 2.1
  713. * configure.in: Added check for strcasecmp
  714. * src/string.c (strcasecmp): Added function.
  715. * src/jconfig.c (jconfig_add): Added support for line numbers.
  716. (jconfig_next): Now handles comparations correctly.
  717. * src/lexer.l: Counting line numbers for each option.
  718. * src/jwhois.c (main): Changed default location of configuration
  719. file to SYSCONFDIR.
  720. * doc/jwhois.texi (RIPE Extensions): Added information on RIPE
  721. extensions and how to use them.
  722. * example/jwhois.conf: Added RIPE, ARIN and APNIC handles
  723. Thu Aug 19 16:21:07 1999 Jonas Oberg <jonas@coyote.org>
  724. * src/jwhois.c (help, query_host, make_query, main): added support
  725. for specifying port numbers
  726. Thu Jul 29 13:57:56 1999 Jonas Oberg <jonas@coyote.org>
  727. * example/jwhois.conf: replaced whois.dk.net with joshua.ripe.net
  728. after being informed by Klaus Alexander Seistrup <kas@magnetic-ink.dk>
  729. and verified this with <tech@dk-hostmaster.dk>
  730. Wed Jul 28 21:22:07 1999 Jonas Oberg <jonas@coyote.org>
  731. * Released version 2.0