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
