File: Changes

package info (click to toggle)
libapache2-mod-geoip 1.1.8-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny
  • size: 96 kB
  • ctags: 40
  • sloc: ansic: 341; makefile: 36; sh: 35; php: 7
file content (44 lines) | stat: -rw-r--r-- 1,541 bytes parent folder | download
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
1.1.8 Apr 28th 2005
	- Updated README file with GeoIPFlags docs and performance tips
	- Added apr_strings.h include (Dann Frazier, Fixes Debian #357387)
	- Added support for IndexCache

1.1.7 Aug 1st 2005
	- Copied docs in mod_geoip1.3 in README on how to redirect and block by country
	- Fixed Garbage characters appearing in GeoIP Postal Code field, this
          bug was introduced in 1.1.3

1.1.6 May 17th 2005
	- Fixed empty fields for GeoIP Region fields, this bug
	  was introduced in 1.1.3

1.1.5 Apr 19th 2005
	- Removed dependence on DNS resolver for GeoIP Region and Netspeed databases

1.1.4 Dec 23rd 2004
	- Fixed Garbage characters appearing in GeoIP City/Region field, this
	  bug was introduced in 1.1.3

1.1.3 Dec  9th 2004
	- Added support for GeoIPOutput
	- Changed command setup to AP_INIT_TAKE12 from AP_INIT_TAKE1 GeoIPDBFile (merv)
	- Memory Leak fix when using GeoIP Region database
	- Memory Leak fix when using GeoIP City database (Shane Nelson)

1.1.2 Aug 12th 2004
	- Added support for GeoIP Netspeed Edition ( Frank Mather )
	- Added support for GeoIP City setting GEOIP_DMA_CODE, GEOIP_AREA_CODE, GEOIP_LATITUDE,
		GEOIP_LONGITUDE, and GEOIP_POSTAL_CODE ( Frank Mather )

1.1.1 Jul 12th 2004
	- Added more documentation for using from PHP
	- Fixed compile errors and warnings

1.1.0 Apr 19th 2004
	- Added support for GeoIP Region, City, ISP and Organization ( Frank Mather )

1.0.6 Aug 30th 2002
	- Added GeoIP_delete upon cleanup ( Corris Randall )

1.0.5 Aug 29th 2002
	- Initial Release ( Corris Randall )