File apache2-mod_geoip.changes of Package apache2-mod_geoip
-------------------------------------------------------------------
Thu Jul 16 07:22:02 UTC 2015 - pgajdos@suse.com
- Requries: %{apache_suse_maintenance_mmn}
This will pull this module to the update (in released distribution)
when apache maintainer thinks it is good (due api/abi changes).
-------------------------------------------------------------------
Fri Oct 31 10:11:57 UTC 2014 - pgajdos@suse.com
- call spec-cleaner
- use apache rpm macros
-------------------------------------------------------------------
Tue Feb 11 23:06:54 UTC 2014 - poeml@cmdline.net
- use a bzip2'ed tarball, to make debian building work again
-------------------------------------------------------------------
Wed Jul 31 20:23:35 UTC 2013 - crrodriguez@opensuse.org
- 0001-use-AP_DECLARE_MODULE-if-possible-in-apache-2.4.patch
use AP_DECLARE_MODULE in apache 2.4 so per-module logging control
works.
-------------------------------------------------------------------
Wed Jul 31 20:14:37 UTC 2013 - crrodriguez@opensuse.org
- Update to 1.2.8git in order to get upstream fixes
for apache 2.4
-------------------------------------------------------------------
Mon Aug 6 20:41:50 UTC 2012 - crrodriguez@opensuse.org
- Fix previous change.
-------------------------------------------------------------------
Mon Aug 6 18:56:38 UTC 2012 - crrodriguez@opensuse.org
- Fix build with apache 2.4
-------------------------------------------------------------------
Fri Mar 23 22:27:45 UTC 2012 - poeml@cmdline.net
- update to 1.2.7 (Aug 23th 2011)
- Add support for GEOIP_NETSPEED_REV1
- Experimental support for GEOIP_COUNTRY_EDITION_V6
- Add GEOIP_DOMAIN_EDITION support
changes from 1.2.6 (Sep 11th 2008):
- GEOIP_METRO_CODE replace the depreciated GEOIP_DMA_CODE
-------------------------------------------------------------------
Mon Jun 6 15:06:37 UTC 2011 - mrueckert@suse.de
- added mod_geoip-1.2.5_add_country_v6_db.patch
add support vor the free ipv6 country db
-------------------------------------------------------------------
Fri Oct 2 09:55:09 CEST 2009 - poeml@suse.de
- debianize the package, because only a very old mod_geoip is
available on Debian (1.1.8), which doesn't return continent
lookup data yet
-------------------------------------------------------------------
Fri Jul 3 15:22:20 CEST 2009 - poeml@suse.de
- fix typo in last change (IfModules -> IfModule)
-------------------------------------------------------------------
Fri Jul 3 13:18:02 CEST 2009 - poeml@suse.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 20:11:21 CEST 2009 - poeml@suse.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 13:16:32 CEST 2009 - poeml@suse.de
- mark the config file "noreplace" in the RPM file list
-------------------------------------------------------------------
Fri Mar 6 03:23:03 CET 2009 - poeml@suse.de
- enable build on Fedora/CentOS
-------------------------------------------------------------------
Sun Nov 23 15:37:09 CET 2008 - poeml@suse.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 15:55:49 CET 2007 - poeml@suse.de
- GeoIP has split off a -devel package, add it to BuildRequires
-------------------------------------------------------------------
Mon Dec 11 16:58:05 CET 2006 - poeml@suse.de
- add -lGeoIP
-------------------------------------------------------------------
Sun Dec 10 22:59:22 CET 2006 - poeml@suse.de
- initial package (1.1.8)