Skip to content
This repository was archived by the owner on Jun 1, 2022. It is now read-only.

Commit 43fa2e2

Browse files
committed
Minor grammar fixes (and removed trailing spaces
1 parent 30a235e commit 43fa2e2

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

ChangeLog

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Remove autogenerated files ltmain.sh, man/geoip*.1 ( Boris Zentner )
55
* Explain how to download free geolite databases in the README.md and
66
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
88
( Boris Zentner )
99
* README is replaced by README.md ( Gregory Oschwald )
1010
* Add support for OS X Mavericks ( Boris Zentner )
@@ -66,8 +66,8 @@
6666
1.4.7
6767
* Upd timezone.c Add SX, BQ and CW remove AN and FX ( Boris Zentner )
6868
* 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,
7171
GEOIP_ORG_EDITION_V6 and GEOIP_ISP_EDITION_V6 ( Boris Zentner )
7272
* Remove AN and FX. Add SX, BQ and CW ( Boris Zentner )
7373
* Fix possible segfault in geoipupdate if the connection disappear
@@ -140,7 +140,7 @@
140140
const char *GeoIP_country_name_by_addr_v6 (GeoIP* gi, const char *addr);
141141
const char *GeoIP_country_name_by_name_v6 (GeoIP* gi, const char *host);
142142
* 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 )
144144
* Update libGeoIP/regionName.c with FIPS codes from 20090723 ( Boris Zentner )
145145
* Fix geoipupdate's -v option to not change the license filename ( Thom May )
146146
* Fix geoipupdate's exit code ( Thom May )
@@ -151,7 +151,7 @@
151151
* Fix apps/geoipupdate-pureperl.pl output layer on W32 ( Boris Zentner )
152152
1.4.6 2009-02-25
153153
* 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 )
155155
* Update region codes in libGeoIP/regionName.c ( Boris Zentner )
156156
* Fix regioncode/generate_regionName.pl to handle regioncodes with ',' correct ( Boris Zentner )
157157
* Update fips codes 20090201 ( Boris Zentner )
@@ -178,7 +178,7 @@
178178
* 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 )
179179
* Sync regionName.c with http://www.maxmind.com/app/fips10_4 from Dec 17th, 2008 ( Boris Zentner )
180180
* 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 )
182182
* Escape - in all manpages ( Patrick Matthaei )
183183
* Add manpage for geoiplookup6 ( Boris Zentner )
184184
* Fix -d command line option ( Klaus Heinz )
@@ -196,7 +196,7 @@
196196
* Fixes two little format errors (hyphen used as minus sign) in both manpages (Patrick Matth�i)
197197
* Sync regionName.c with a recent fips code list ( Boris Zentner )
198198
* 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 )
200200
* remove unused code from GeoIP_country_name_by_addr and GeoIP_country_code3_by_addr ( Boris Zentner )
201201
* Fix geoiplookup and geoiplookup6 to distinguish between failed namelookups and unknown ips ( Boris Zentner )
202202
* add geoiplookup6 that can handle the new database type GEOIP_COUNTRY_EDITION_V6 ( Boris Zentner )
@@ -237,17 +237,17 @@
237237
* Fix geoiplookup usage string ( add -d -f ) ( Boris Zentner )
238238
* Added GeoIP_range_by_ip, returns the start and end IP address for the range containing the IP address.
239239
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 )
241241
* 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 )
244244
* Update libGeoIP/timeZone.c ( Boris Zentner )
245245
* Added GeoIP_printf and GeoIP_fprintf as a experimental feature to
246246
libGeoIPUpdate. ( Boris Zentner, Andrew Droffner )
247247
* 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"
249249
environment variable.
250-
ie: export http_proxy="http://proxy-hostname:port"
250+
ie: export http_proxy="http://proxy-hostname:port"
251251
( Andrew Droffner, Derek Nicol )
252252
* Notice, that __YOU__ need to free the results of
253253

@@ -261,7 +261,7 @@
261261

262262
not libgeoip
263263
( 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
265265
could not be opened. ( Boris Zentner )
266266
* Add Usage info for options -f and -d in geoipupdate ( Boris Zentner )
267267
* Fixed segfault with geoipupdate when called with a illformed license file
@@ -368,9 +368,9 @@
368368
if GeoIP isn't already installed (Thomas Steudten)
369369

370370
1.3.11 2005-7-7
371-
* Fixed gcc warnings and bug. Use int
371+
* Fixed gcc warnings and bug. Use int
372372
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
374374
of those 'implicit declaration' warnings. (Ludwig Nussel/SUSE)
375375
* Cleaned up name space by prefixing internal functions with
376376
_GeoIP* (Ludwig Nussel/SUSE)

0 commit comments

Comments
 (0)