-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathChanges
92 lines (76 loc) · 3.78 KB
/
Changes
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
1.2.3-maven Feb 24th 2010
- Migrated file layout to maven2 style, providing dependency jar @ repository.
- Project now hosted on Github
1.2.3 May 11th 2009
- Sync with recent FIPS codes 20090511 ( Boris Zentner )
- Fixed spelling of Kazakhstan, was Kazakstan ( Boris Zentner )
- Fix rare out of range error, when the last entry of the Org/ISP/Domain database is copied ( MEMORY_CACHE only ). ( Boris Zentner )
- Update timezones for Australia
- Remore "\n" from RegionLookupTest.java. println add already a newline ( Boris Zentner )
- Change regionName.java and generate_regionName.pl to support FIPS codes with letters ( Boris Zentner ).
- Sync with recent FIPS codes Jan 14th, 2009 ( Boris Zentner )
- remove dma_code from city records. use metro_code instead. ( Boris Zentner )
1.2.2 March 22nd 2008
- Added BL/Saint Barthelemy, MF/Saint Martin (ISO-3166-1 additions)
- Updated timeZone.java ( Boris Zentner )
- Add missing \n to admin/generate_timeZone.pl ( Boris Zentner )
- Fix refresh databaseInfo in combination with GEOIP_CHECK_CACHE ( Boris Zentner, Glenn Pedersen )
- Changed license from GPL to LGPL, to allow commercial programs to include GeoIP API
1.2.1 June 19th 2007
- Made GeoIP ASNum database work with Java API
- Added timeZone and regionName classes to lookup timezone and region name
from country code and region code (Frank Mather)
1.2.0 January 10th 2007
- Added support for GEOIP_CHECK_CACHE (Frank Mather)
- Allow database to be closed in memory cache mode
- Replaced CS/Serbia and Montenegro with RS/Serbia, removed ZR/Zaire, added ME/Montenegro
- Added AX/Aland Islands, GG/Guernsey, IM/Isle of Man, JE/Jersey (ISO-3166-1 changes)
- Added support for GEOIP_INDEX_CACHE (Frank Mather)
- close filehandle after data is read into memory for MemoryCache mode
- Added BenchmarkGeoIP.java (Frank Mather)
1.1.8 August 18th 2006
- Increased FULL_RECORD_LENGTH from 50 to 60, fixes Array out ArrayOutOfBounds=50
for long city names in GeoIP City databases before July 2006
- TP/East Timor changed to TL/Timor-Leste, reflecting changes in ISO-3166
- Removed hashmap initialization for local database
- Replaced Yugoslavia with Serbia and Montenegro
1.1.7 October 6th 2004
- Specified ISO-8859-1 encoding for City, ISP and Organization field string
(Yan Zhang Chen)
1.1.6 September 9th 2004
- Fixed problem with postalCode, city and region fields
returning null char (Frank Mather)
- Added support for GeoIP Netspeed Database (Frank Mather)
- Added support for GEOIP_MEMORY_CACHE (Frank Mather)
1.1.5 June 3rd 2004
- Added support for Maxmind GeoIP Region (Frank Mather)
- Windows compatibility fix for CountryLookupTest.java (Hanan Al-Shargi)
- Country name fixes
1.1.4 October 21st 2003
- Added support for distributed queries (Frank Mather)
- Massive code cleanup (Matt Tucker)
- Added support for DMA code and Area codes (Frank Mather)
1.1.3 June 9th 2003
- Added support for GeoIP Organization and ISP databases
- Changed Taiwan, Province of China to Taiwan
1.1.2 December 16th 2002
- Added support for postal codes in GeoIP City (beta)
1.1.1 Oct 31st 2002
- Added support for GeoIP Full Edition, remaned CountryLookup class
to Lookup
1.1.0 Oct 28th 2002
- API Change!!! Return null instead of '--' if country can not be found
- rewrote seekCountry to use loop instead of recursion for faster performance
- Fixed error when looking Anonymous Proxies
1.0.4 Sep 11th 2002
- Added close method to clean up filehandles
(Jeroen Nijenhuis)
0.3.0 Aug 4th 2002
- Added support for satellite providers
0.2.1 July 3rd 2002
- Added support for anonymous proxies
0.1.2 Apr 14th 2002
- Added public to CountryLookup class (Noel Bergman), should
now be accessible outside of GeoIP package.
0.1.1 Apr 9th 2002
- Initial Release