|
4 | 4 | * Remove autogenerated files ltmain.sh, man/geoip*.1 ( Boris Zentner )
|
5 | 5 | * Explain how to download free geolite databases in the README.md and
|
6 | 6 | GeoIP.conf.default ( Boris Zentner )
|
7 |
| - * geoipupdate return 1 on error 0 on success. Instead of the errorcode. |
| 7 | + * geoipupdate returns 1 on error 0 on success instead of the error code |
8 | 8 | ( Boris Zentner )
|
9 | 9 | * README is replaced by README.md ( Gregory Oschwald )
|
10 | 10 | * Add support for OS X Mavericks ( Boris Zentner )
|
|
66 | 66 | 1.4.7
|
67 | 67 | * Upd timezone.c Add SX, BQ and CW remove AN and FX ( Boris Zentner )
|
68 | 68 | * Add support for the new types in geoiplookup6 ( Boris Zentner )
|
69 |
| - * Add new database types GEOIP_CITY_EDITION_REV0_V6, |
70 |
| - GEOIP_CITY_EDITION_REV1_V6, GEOIP_DOMAIN_EDITION_V6, |
| 69 | + * Add new database types GEOIP_CITY_EDITION_REV0_V6, |
| 70 | + GEOIP_CITY_EDITION_REV1_V6, GEOIP_DOMAIN_EDITION_V6, |
71 | 71 | GEOIP_ORG_EDITION_V6 and GEOIP_ISP_EDITION_V6 ( Boris Zentner )
|
72 | 72 | * Remove AN and FX. Add SX, BQ and CW ( Boris Zentner )
|
73 | 73 | * Fix possible segfault in geoipupdate if the connection disappear
|
|
140 | 140 | const char *GeoIP_country_name_by_addr_v6 (GeoIP* gi, const char *addr);
|
141 | 141 | const char *GeoIP_country_name_by_name_v6 (GeoIP* gi, const char *host);
|
142 | 142 | * Make sure that GeoIP_*_v6 functions refuse GEOIP_PROXY_EDITION and
|
143 |
| - GEOIP_NETSPEED_EDITION databases ( Boris Zentner ) |
| 143 | + GEOIP_NETSPEED_EDITION databases ( Boris Zentner ) |
144 | 144 | * Update libGeoIP/regionName.c with FIPS codes from 20090723 ( Boris Zentner )
|
145 | 145 | * Fix geoipupdate's -v option to not change the license filename ( Thom May )
|
146 | 146 | * Fix geoipupdate's exit code ( Thom May )
|
|
151 | 151 | * Fix apps/geoipupdate-pureperl.pl output layer on W32 ( Boris Zentner )
|
152 | 152 | 1.4.6 2009-02-25
|
153 | 153 | * Fix geoipupdate's my_printf function ( Boris Zentner )
|
154 |
| - * Fix typo in apps/geoipupdate-pureperl.pl replace PerlIO::Gzip with PerlIO::gzip ( Boris Zentner ) |
| 154 | + * Fix typo in apps/geoipupdate-pureperl.pl replace PerlIO::Gzip with PerlIO::gzip ( Boris Zentner ) |
155 | 155 | * Update region codes in libGeoIP/regionName.c ( Boris Zentner )
|
156 | 156 | * Fix regioncode/generate_regionName.pl to handle regioncodes with ',' correct ( Boris Zentner )
|
157 | 157 | * Update fips codes 20090201 ( Boris Zentner )
|
|
178 | 178 | * Change logic in generate_regionName.pl and GeoIP_region_name_by_code to handle any mixture of two letter fips codes matching [A-Z0-9]{2} the change allow GZ and WE region codes ( Boris Zentner )
|
179 | 179 | * Sync regionName.c with http://www.maxmind.com/app/fips10_4 from Dec 17th, 2008 ( Boris Zentner )
|
180 | 180 | * Fix _GeoIP_lookupaddress for 64bit big endian systems like ppc64 ( Peter Volkov )
|
181 |
| - * Add proper WIN32/64 support ( Gerald Combs ) |
| 181 | + * Add proper WIN32/64 support ( Gerald Combs ) |
182 | 182 | * Escape - in all manpages ( Patrick Matthaei )
|
183 | 183 | * Add manpage for geoiplookup6 ( Boris Zentner )
|
184 | 184 | * Fix -d command line option ( Klaus Heinz )
|
|
196 | 196 | * Fixes two little format errors (hyphen used as minus sign) in both manpages (Patrick Matth�i)
|
197 | 197 | * Sync regionName.c with a recent fips code list ( Boris Zentner )
|
198 | 198 | * Fix segfault when open failed for a custom file (-f) ( Boris Zentner )
|
199 |
| - * Fix sync geoiplookup's man page with the code ( Klaus Heinz ) |
| 199 | + * Fix sync geoiplookup's man page with the code ( Klaus Heinz ) |
200 | 200 | * remove unused code from GeoIP_country_name_by_addr and GeoIP_country_code3_by_addr ( Boris Zentner )
|
201 | 201 | * Fix geoiplookup and geoiplookup6 to distinguish between failed namelookups and unknown ips ( Boris Zentner )
|
202 | 202 | * add geoiplookup6 that can handle the new database type GEOIP_COUNTRY_EDITION_V6 ( Boris Zentner )
|
|
237 | 237 | * Fix geoiplookup usage string ( add -d -f ) ( Boris Zentner )
|
238 | 238 | * Added GeoIP_range_by_ip, returns the start and end IP address for the range containing the IP address.
|
239 | 239 | This range has a constant value in the GeoIP database.
|
240 |
| - * Add geoipupdate-pureperl.pl a alternative geoipupdate version. with Proxy Server support via via the "http_proxy" environment variable. Easy to customize. ( Boris Zentner ) |
| 240 | + * Add geoipupdate-pureperl.pl a alternative geoipupdate version. with Proxy Server support via via the "http_proxy" environment variable. Easy to customize. ( Boris Zentner ) |
241 | 241 | * Add WIN64 since WIN32 is not defined on WIN64 Systems ( Boris Zentner )
|
242 |
| - * Fix WIN32 compilation by encircle all MMAP functions with #ifdef WIN32 #endif pairs. MMAP is not avail in W32 ( Boris Zentner ) |
243 |
| - * Update timezone/generate_timeZone.pl ( Boris Zentner ) |
| 242 | + * Fix WIN32 compilation by encircle all MMAP functions with #ifdef WIN32 #endif pairs. MMAP is not avail in W32 ( Boris Zentner ) |
| 243 | + * Update timezone/generate_timeZone.pl ( Boris Zentner ) |
244 | 244 | * Update libGeoIP/timeZone.c ( Boris Zentner )
|
245 | 245 | * Added GeoIP_printf and GeoIP_fprintf as a experimental feature to
|
246 | 246 | libGeoIPUpdate. ( Boris Zentner, Andrew Droffner )
|
247 | 247 | * Added cast in _iso_8859_1__utf8 function to fix NetWare/Win32 compilation issue (Guenter Knauf)
|
248 |
| - * Add HTTP Proxy Server support for geoipupdate via the "http_proxy" |
| 248 | + * Add HTTP Proxy Server support for geoipupdate via the "http_proxy" |
249 | 249 | environment variable.
|
250 |
| - ie: export http_proxy="http://proxy-hostname:port" |
| 250 | + ie: export http_proxy="http://proxy-hostname:port" |
251 | 251 | ( Andrew Droffner, Derek Nicol )
|
252 | 252 | * Notice, that __YOU__ need to free the results of
|
253 | 253 |
|
|
261 | 261 |
|
262 | 262 | not libgeoip
|
263 | 263 | ( Boris Zentner, Andrew Cheung )
|
264 |
| - * Fixed segfault with geoiplookup, if used with a custom_file database, that |
| 264 | + * Fixed segfault with geoiplookup, if used with a custom_file database, that |
265 | 265 | could not be opened. ( Boris Zentner )
|
266 | 266 | * Add Usage info for options -f and -d in geoipupdate ( Boris Zentner )
|
267 | 267 | * Fixed segfault with geoipupdate when called with a illformed license file
|
|
368 | 368 | if GeoIP isn't already installed (Thomas Steudten)
|
369 | 369 |
|
370 | 370 | 1.3.11 2005-7-7
|
371 |
| - * Fixed gcc warnings and bug. Use int |
| 371 | + * Fixed gcc warnings and bug. Use int |
372 | 372 | instead of char for checking the return value of getopt in geoipupdate.c.
|
373 |
| - Moved the internal functions to GeoIP_internal.h to get rid |
| 373 | + Moved the internal functions to GeoIP_internal.h to get rid |
374 | 374 | of those 'implicit declaration' warnings. (Ludwig Nussel/SUSE)
|
375 | 375 | * Cleaned up name space by prefixing internal functions with
|
376 | 376 | _GeoIP* (Ludwig Nussel/SUSE)
|
|
0 commit comments