timeline: if a section is set to hidden and the user is not capable of editing a...
[moodle-blog-course-format.git] / lib / geoip / ChangeLog.htm
blob10ecd63b40b4c883a8e57e5a72229c5a4b75613e
1 * Fix bug where PHP API didn't work with new edition of GeoIP ISP
3 1.6 2007-1-10
4 * Added AX/Aland Islands, GG/Guernsey, IM/Isle of Man, JE/Jersey (ISO-3166-1 changes)
5 * Replaced CS/Serbia and Montenegro with RS/Serbia, removed ZR/Zaire, added ME/Montenegro
6 * geoip_country_(code|name)_by_addr now work against Geo(IP|Lite) City (Frank Mather)
7 * Added code to lookup zoneinfo timezone given country and region (Frank Mather)
8 * TP/East Timor changed to TL/Timor-Leste, reflecting changes in ISO-3166
10 1.5 2005-11-1
11 * Added Shared Memory support for GeoIP City (Frank Mather)
12 * Replaced Yugoslavia with Serbia and Montenegro
13 * Removed global declaration for $GEOIP_COUNTRY_CODE_TO_NUMBER, $GEOIP_COUNTRY_CODES,
14 and $GEOIP_COUNTRY_CODES3
16 1.4 2005-01-13 Andrew Hill, Awarez Ltd. (http://www.awarez.net)
17 * Formatted file according to PEAR library standards.
18 * Moved $GEOIP_COUNTRY_CODE_TO_NUMBER, $GEOIP_COUNTRY_CODES,
19 * $GEOIP_COUNTRY_CODES3 and $GEOIP_COUNTRY_NAMES into the
20 * GeoIP class, so that library will still work even when
21 * not included in the $GLOBAL context.
23 * Updated geoip_country_code_by_addr to work with PHP5 (Eric of Host Ultra)
24 * Replaced bit operators (| and &) with logical operators (|| and &&)
25 * Defined GEOIP_ISP_EDITION
27 1.3 2004-8-4
28 * Changed license from GPL to LGPL so code can be included in PEAR
29 * added global definitions to prevent undefined variables error when including from function (Cédric Dufour)
30 * Updated country names
31 * Added support for GeoIP City, version 1 with DMA and Area codes
33 1.2 2003-10-28
34 * Added support for Shared Memory (Jason Priebe)
35 * Added support for Distributed queries
36 * Added support for GeoIP Region, version 1
37 * Added Anonymous Proxy and Satellite Provider code/labels
38 * Changed Taiwan, Province of China to Taiwan
40 1.1 2003-01-15
41 * Added support for GeoIP Region and GeoIP City
43 1.0 2002-11-21
44 * Initial checkin to CVS