forked from maxmind/geoip-api-csharp2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
69 lines (61 loc) · 2.98 KB
/
ChangeLog
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
1.19 ???
- Update RegionNames 20130903 ( Boris Zentner )
- Add NetSpeedCell example ( Boris Zentner )
- LookupService throws an exception if the database file is not found. ( Guenter Knauf )
- Cleanup the example files ( Guenter Knauf )
- Add new example infoExample.cs ( Guenter Knauf )
- Lock init_region_names to make the initialization phase thread-safe ( Jeremy Walther )
1.18 Feb 20th, 2013
- Add South Sudan ( Boris Zentner )
- Update FIPS codes ( Boris Zentner )
- Fix garbage at the end of the database_type string ( Boris Zentner )
1.17 Apr 10th, 2012
- Update FIPS codes ( Boris Zentner )
1.16 Mar 26th, 2012
- Update country and FIPS codes ( Boris Zentner )
1.15 Mar 15th, 2012
- Update FIPS codes ( Boris Zentner )
1.14 Jul 25th, 2011
- Add new database types for CountryV6, CityV6, ASNumV6 and ASNum ( Boris Zentner )
1.13 Jan 21th, 2011
- Add ASNum support. ( Boris Zentner )
- Fix getDate and getType ( Richard Régul )
1.12 Aug 18th, 2009
- Sync RegionName.cs with more recent FIPS codes ( 20090723 ). ( Boris Zentner )
- Guard most functions in lookupService by either lock or [MethodImpl(MethodImplOptions.Synchronized)] ( Kfir Harel )
1.11 May 16th, 2009
- Fix IndexOutOfRangeException error when a lookup end in the last valid
netblock using GEOIP_MEMORY_CACHE mode ( Boris Zentner )
- Fixed spelling of Kazakhstan, was Kazakstan ( Boris Zentner )
- Sync RegionName.cs with more recent FIPS codes. ( Boris Zentner )
1.10 Oct 23th, 2008
- Remove record.dma_code -- use record.metro_code instead. ( Boris Zentner )
1.9 Oct 22th, 2008
- Add new static class RegionName. use RegionName.getRegionName("FR", "02") to get the region name. rec.regionName does work for city records ( Boris Zentner )
1.8 May 6th, 2008
- remove duplicate getID functions using swapbytes in flavor of bytestoLong (Boris Zentner)
1.7 March 18th, 2008
- Changed license from GPL to LGPL
- Added BL/Saint Barthelemy, MF/Saint Martin (ISO-3166-1 additions)
- getCountry method works with GeoIP City as well as GeoIP Country (Frank Mather)
1.6 February 20th, 2007
- Added AX/Aland Islands, GG/Guernsey, IM/Isle of Man, JE/Jersey (ISO-3166-1 changes)
- Replaced CS/Serbia and Montenegro with RS/Serbia, removed ZR/Zaire, added ME/Montenegro
- Replaced swapbytes(addr.Address) with bytestoLong(addr.GetAddressBytes())
since IPAddress.Address property was deprecated in .NET 2.0
(Malcolm van Raalte / GeoSign)
- TP/East Timor changed to TL/Timor-Leste, reflecting changes in ISO-3166
1.5 January 19th, 2006
- Added support for GeoIP Netspeed lookups (Frank Mather)
- Replaced Yugoslavia with Serbia and Montenegro
1.4 December 18th, 2004
- Added GEOIP_MEMORY_CACHE option (Frank Mather)
1.3 November 10th, 2004
- Fixed City Database lookup (Frank Mather)
1.2 November 2nd, 2004
- Fixed problem with postalCode, city and region fields
returning null char (Frank Mather)
1.1 October 6th, 2004
Added swapbytes function, fixed lookup issues (Frank Mather)
1.0 July 23rd, 2004
Initial Release