Changelog for
apache2-mod_geoip-1.2.5-1.26.x86_64.rpm :
Fri Jul 3 14:00:00 2009 poemlAATTsuse.de
- fix typo in last change (IfModules -> IfModule)
Fri Jul 3 14:00:00 2009 poemlAATTsuse.de
- enhance the example conf to load GeoIP database with the
MMapCache option when using a threaded MPM, and set
GeoIPEnableUTF8 On
Mon Jun 22 14:00:00 2009 poemlAATTsuse.de
- adjust path to GeoIP database in the packaged config file - the
location was moved from /usr/share/GeoIP to /var/lib/GeoIP
Thu Apr 23 14:00:00 2009 poemlAATTsuse.de
- mark the config file \"noreplace\" in the RPM file list
Fri Mar 6 13:00:00 2009 poemlAATTsuse.de
- enable build on Fedora/CentOS
Sun Nov 23 13:00:00 2008 poemlAATTsuse.de
- update to 1.2.5. Lots of changes, compared to 1.1.8:
1.2.5 Aug 13th 2008
! Fix GEOIP_REGION and GEOIP_COUNTRY_CODE when used with the GeoIPRegion database. Both are only set if a region or country was found. Previously a empty string was assigned to both ( Boris Zentner )
- Add GEOIP_REGION_NAME for City and Region databases ( Boris Zentner )
1.2.4 Jun 10th 2008
! mod_geoip2 has sets GEOIP_COUNTRY_CODE to -- for unknown countries when used with the country database. But for any other database ( City for example ) GEOIP_COUNTRY_CODE is unset for unknown countries. This is fixed now. Same for GEOIP_CONTINENT_CODE and GEOIP_COUNTRY_NAME. ( Boris Zentner )
- Add GEOIP_ADDR. That\'s the address used to compute the geoip information. Exported as env, notes or both as usual ( Jason Caldwell )
- Try to run always before mod_setenvif and mod_rewrite. ( Boris Zentner )
1.2.3 Apr 26th 2008
- Skip files that we can not open for some reason ( permission/typo ). Check and skip empty slots in geoip_header_parser ( Boris Zentner )
- Slight performance increase - don\'t make per_dir ap_get_module_config call where we return DECLINED because cfg->GeoIPEnabled is true (Guenter Knauf)
- NetWare/Win32 compilation fixes, since can\'t declare vars in middle of code (Guenter Knauf)
1.2.2 Mar 18th 2008
- Fix race condition for IO based caches like Standard. MMapCache and MemoryCache are not affected. ( Boris Zentner )
1.2.1 Dec 17th 2007
! Notice, that all directives are _only_ valid in server context. Expect GeoIPEnabled. Check you configuraion with apachectl configtest ( Boris Zentner )
- Added MMapCache option (Boris Zentner)
- Change GeoIPEnabled from a serverwide option to a server/directory/location keyword. (Boris Zentner)
- Fix a small memleak per child. Allocated in geoip_child_init free in geoip_cleanup (Boris Zentner)
- GeoIP databases get used serverwide now. Not per child. See the README. (Boris Zentner)
- Update README with more examples (Boris Zentner)
- Added support for UTF8 output for GeoIP City databases (Boris Zentner)
1.2.0 Aug 30th 2007
- Fix segfault issue if GeoIP.dat file cannot be opened (Vladimir Sedlacek)
- Added support for GEOIP_CONTINENT_CODE for GeoIP Country and City (Frank Mather)
- Added GeoIPScanProxyHeaders directive to handle X-Forwarded-For headers (Frank Mather)
- Updated documentation to specify that GeoIPFlags need to be passed
as second parameter to GeoIPDBFile, instead of using the GeoIPFlags directive
Sun Feb 11 13:00:00 2007 poemlAATTsuse.de
- GeoIP has split off a -devel package, add it to BuildRequires
Mon Dec 11 13:00:00 2006 poemlAATTsuse.de
- add -lGeoIP
Sun Dec 10 13:00:00 2006 poemlAATTsuse.de
- initial package (1.1.8)