1.3.4 Sep 11th 2008
	- Add GEOIP_METRO_CODE, a replacement for the depreciated GEOIP_DMA_CODE ( Boris Zentner )
1.3.3 Aug 13th 2008
	- Fix GEOIP_COUNTRY_CODE is not set, when the region database is used and no country is found. Previously GEOIP_COUNTRY_CODE was set but empty ( Boris Zentner )
	- Add GEOIP_REGION_NAME for City and Region databases ( Boris Zentner )
	- Add GEOIP_ADDR thats the address used to compute the geoip information. Exported as env, notes or both as usual ( Jason Caldwell )

1.3.2 Apr 26th 2008
	- Remove check for old cfg in geoip_server_config - we assume exactly one allocation per server ( Boris Zentner ) 
	- Skip files that we can not open for some reason ( permission/typo ). Check and skip empty slots in geoip_header_parser ( Boris Zentner )
	- Fix assume no configdata, if s->module_config == NULL in geoip_server_config ( Boris Zentner )
	- Fix initialize wrong geoip_server_cfg in conjunction with NamedVirtualServers ( Boris Zentner )
	- Move declaration before any C statement. That makes ISO C90 Compilers happy gcc < 3 ( Boris Zentner )

1.3.1 Mar 18th 2008
        - Fix race condition for IO based caches like Standard. MMapCache and MemoryCache are not affected. ( Boris Zentner )

1.3.0  Dec 18th 2007
 	- Added MMapCache option (Boris Zentner)
 	- Change GeoIPEnabled from a serverwide option to a server/directory/location keyword. (Boris Zentner)
 	   - GeoIP databases get used serverwide now. Not per child. See the README. Saves a lot of time and memory! (Boris Zentner)
  	- Update README with more examples (Boris Zentner)
	- Added support for UTF8 output for GeoIP City databases
	! Notice, that all directives are _only_ valid in server context. Expect GeoIPEnabled. Check you configuraion with apachectl configtest ( Boris Zentner )
	- Added support for GEOIP_CONTINENT_CODE for GeoIP Country and City (Frank Mather)
	- Fix segfault issue if GeoIP.dat file cannot be opened (Vladimir Sedlacek)

1.2.9  April 28th 2006
	- Updated README file with GeoIPFlags docs and performance tips
	- Added util_script.h include (Dann Frazier, Fixes Debian #357389)
	- Added support for IndexCache

1.2.8  August 1st 2005
	- Added docs to README on how to allow an IP from a blocked country
	- Fixed proxy handling, renamed GeoIPXForwardedFor configuration
		directive to GeoIPScanProxyHeaders (Kevin O'Brien)

1.2.7  April 19th 2005
	- Removed dependence on DNS resolver for GeoIP Region and Netspeed databases
	- Memory Leak fix when using GeoIP City database (Shane Nelson)

1.2.6  August 13th 2004
	- Fixed error by replacing apr_table_setn with ap_table_set

1.2.5  August 12th 2004
	- GeoIP City now sets GEOIP_DMA_CODE, GEOIP_AREA_CODE, GEOIP_LATITUDE,
		GEOIP_LONGITUDE, and GEOIP_POSTAL_CODE (Frank Mather)

1.2.4  June 10th 2004
	- Added support for GeoIP Netspeed database
	- Fixed issue when multiple IP addresses in X-Forwarded-For HTTP Header (Andrew Hill)
	- Added option to get IP address from X-Forwarded-For HTTP Header (set by proxies)
	- Added CheckCache option
	- Updated to work with GeoIP Region database and GeoIP C API 1.3.0 and greater

1.2.3  September 29th 2003
	- Added section to README on blocking unwanted countries
	- Fixed bug where forgot to return NULL that manifests itself when setting
		GeoIPFlags in Apache 1.3.27
	- Fixed multiple bugs with GeoIPOutput

1.2.2  August 5th 2003
	- Fixed bug with GeoIPFlags - memory caching when there should have been none and vice versa
	- Added support for GeoIP ISP and Organization

1.2.1  July 30th 2003
	- Updated to work with GeoIP C library 1.2.1 (new Region format update)

1.2.0  May 22nd 2003
	- Updated to work with GeoIP C Library 1.2.x (Sean Chittenden)

1.1.1  January 9th 2003
	- Added support for GeoIP Region Edition

1.1.0  November 18th 2002
	! API CHANGE - Do not set variables if IP address not found
        - Added new configuration directives, GeoIPOutput and GeoIPFlags
	- Updated to work with GeoIP City Edition

0.2.0  June 25th 2002
	- Updated to work with latest GeoIP C 0.2.0 API

0.1.3  May 12th 2002
	- Added AddModule line to INSTALL file (Leon Mergen)

0.1.2  Apr 20th 2002
	- Renamed GeoIPCountryCode to GEOIP_COUNTRY_CODE (Thomas Eibner)
	- Sets Country Name as well as Country Code
	- Now sets environment variable using ap_table_set(r->subprocess_env,name,val)
	  (Thomas Eibner)

0.1.1  Apr 14th 2002
	- Initial Release
