Last fixes for version 4.1.1

This commit is contained in:
sparc 2006-06-23 16:28:26 +00:00
parent dc56a7da89
commit 17e142c1b8
4 changed files with 9 additions and 7 deletions

View file

@ -1,6 +1,8 @@
2006/06/23 David Saez <david@ols.es>
- fixed warning in whois.ip.afrinic
- added handler for .nz
- disabled .es handler
- Released version 4.1.1
2006/06/19 David Saez <david@ols.es>
- better handling of errors in whois.ip.php

View file

@ -59,11 +59,11 @@ class WhoisClient {
'server'
);
// This release of the package
var $CODE_VERSION = '4.1.0';
// This release of the package
var $CODE_VERSION = '4.1.1';
// Full code and data version string (e.g. 'Whois2.php v3.01:16')
var $VERSION;
// Full code and data version string (e.g. 'Whois2.php v3.01:16')
var $VERSION;
/*
* Constructor function
@ -72,7 +72,7 @@ class WhoisClient {
// Load DATA array
@require('whois.servers.php');
// Set version
// Set version
$this->VERSION = sprintf("phpWhois v%s-%s", $this->CODE_VERSION, $this->DATA_VERSION);
}

View file

@ -66,7 +66,7 @@ class gtld_handler extends WhoisClient
'BRANDON GRAY INTERNET SERVICES, INC. DBA NAMEJUICE.COM' => 'namejuice',
'BULKREGISTER.COM, INC.' => 'bulkr',
'BULKREGISTER, LLC.' => 'bulkr',
'CHINESEDOMAINS, LLC' => 'chdom',
'CHINESEDOMAINS, LLC' => 'chdom',
'COMPUTER SERVICES LANGENBACH GMBH DBA JOKER.COM' => 'joker',
'CORE INTERNET COUNCIL OF REGISTRARS' => 'core',
'CRONON AG BERLIN, NIEDERLASSUNG REGENSBURG' => 'cronon',

File diff suppressed because one or more lines are too long