Logoj0ke.net Open Build Service > Projects > internetx:php5:5.5.13:extensions > GeoIP > GeoIP.changes
Sign Up | Log In

File GeoIP.changes of Package GeoIP

 
1
-------------------------------------------------------------------
2
Mon May 18 18:42:46 UTC 2015 - cs@linux-administrator.com
3
4
- update to release 1.6.5 
5
6
-------------------------------------------------------------------
7
Wed Jul 23 17:13:38 UTC 2014 - cs@linux-administrator.com
8
9
- update to release 1.5.1
10
  * Update time_zone for Ontario, Canada ( Boris Zentner )
11
  * geoiplookup and geoiplookup6 exit code is 0 when user asked for help ( Jan Safranek )
12
  * Added -h option to geoiplookup6 ( Jan Safranek )
13
  * Do not load the database file if nodes and file size do not make sense. ( Boris Zentner )
14
  * Keep README and man pages in pure ascii. ( Boris Zentner )
15
  * It doesn't make sense to use GEOIP_INDEX_MODE with small databases like GEOIP_COUNTRY_EDITION. Instead of undefined behaviour we handle it silently as GEOIP_MEMORY_MODE ( Boris Zentner )
16
  * Update FIPS codes for Greece ( Boris Zentner )
17
18
- changes from 1.5.0
19
  * Rename custom_directory to GeoIP_custom_directory. ( Boris Zentner )
20
  * Make sure the database match the requested type. This is helpful for Databases with the same default name and the general geoiplookup form ( geoiplookup without a specific database ) ( Boris Zentner )
21
  * apps/geoiplookup6.c use the ipnum instead of the hostname for lookups. ( Boris Zentner )
22
  * Use configure.ac instead of configure.in ( Boris Zentner )
23
  * Region lookup is a bit faster ( Boris Zentner )
24
  * Add pkg-config file ( Bastien Nocera )
25
  * Updates required to build a Windows DLL under MinGW ( Gerald Combs )
26
  * Make API thread safe ( Boris Zentner )
27
  * geoiplookup's default charset is UTF8 -l change the charset back to iso8859-1 ( Boris Zentner )
28
  * geoipupdate skips \r otherwise it might be part of the last product_id ( Boris Zentner )
29
  * Update time zones ( Boris Zentner )
30
  * Update Region codes ( Boris Zentner )
31
  * Remove the unused CITYCONFIDENCE* database types ( Boris Zentner )
32
  * bootstrap rebuilds ltmain.sh ( Boris Zentner )
33
  * Update README.OSX for Lion ( Boris Zentner )
34
  * Change Macedonia to Macedonia, The Former Yugoslav Republic of ( Boris Zentner )
35
  * Add region_name to geoiplookup GEOIP_CITY_EDITION_REV1 ( Boris Zentner )
36
  * Add region_name to geoiplookup GEOIP_CITY_EDITION_REV0 ( Chris Johnson )
37
  * Add a --disable-data-files option. This allows you to build and install the library without having a data/GeoIP.dat file. This is useful when building the library from a checkout of the source tree, rather than a tarball ( Dave Rolsky )
38
  * Add GEOIP_ACCURACYRADIUS_EDITION and GEOIP_ACCURACYRADIUS_EDITION_V6 ( Boris Zentner )
39
  * Add more database types GEOIP_COUNTRYCONF_EDITION, GEOIP_CITYCONF_EDITION, GEOIP_REGIONCONF_EDITION and GEOIP_POSTALCONF_EDITION ( Boris Zentner )
40
  * Fix default filenames for GEOIP_NETSPEED_EDITION_REV1 and GEOIP_NETSPEED_EDITION_REV1_V6 ( Boris Zentner )
41
42
43
-------------------------------------------------------------------
44
Fri Dec 16 20:59:50 UTC 2011 - cs@linux-administrator.com
45
46
- update to release 1.4.8 
47
48
-------------------------------------------------------------------
49
Mon Oct 20 10:43:00 CET 2008 - cs@linux-administrator.com
50
51
- new release 1.4.5
52
53
-------------------------------------------------------------------
54
Tue Jan 22 09:54:25 CET 2008 - lnussel@suse.de
55
56
- new version 1.4.4, breaks ABI wrt GeoIP_country_code!
57
  * Updated original geoipupdate to return "Invalid product ID or
58
    subscription expired"
59
  * Added BL/Saint Barthelemy, MF/Saint Martin (ISO-3166-1
60
    additions)
61
  * Check for illegal IP strings, return 0 if IP is not well formed
62
    IPv4 e.g. 1.2.3.4.5 and 1.2.3
63
  * Clarified that while core GeoIP library is LGPL, libGeoIPUpdate
64
    depends on md5.c and types.h which are GPL.
65
  * speedup the conversion from ipstring to ipnum in
66
    _GeoIP_addr_to_num. Doubles the speed of GEOIP_MEMORY_CACHE and
67
    GEOIP_MMAP_CACHE
68
  * Added new mmap shared memory caching option, GEOIP_MMAP_CACHE
69
70
-------------------------------------------------------------------
71
Tue Oct  9 06:15:45 CEST 2007 - mrueckert@suse.de
72
73
- move the ldconfig calls to the correct package
74
75
-------------------------------------------------------------------
76
Sun Oct  7 07:56:45 CEST 2007 - mrueckert@suse.de
77
78
- new version 1.4.3
79
  ! CHANGE with geoiplookup facility: -v flag now returns database
80
    info for all databases, not just GeoIP Country
81
  * Added ability to get netmask of network block from last lookup
82
    using GeoIP_last_netmask
83
  * Fixed GeoIP_database_info bug with GeoLite City
84
  * Replaced 4 with sizeof(char*) to fix issues with geoipupdate on
85
    64 Bit machines
86
  * Added GeoIP_set_charset function - enables UTF8 output of city
87
    name if GEOIP_CHARSET_UTF8 flag is passed to GeoIP_set_charset
88
  * Fixed segfault issue if calling GeoIP_db_avail before opening
89
    a database
90
  * Added continent_code to GeoIP City's record struct
91
    (Frank Mather)
92
- changes to the package layout:
93
  - splitted out library package (libGeoIP1)
94
  - renamed devel package GeoIP-devel to libGeoIP-devel
95
96
-------------------------------------------------------------------
97
Thu Aug 30 00:30:58 CEST 2007 - mrueckert@suse.de
98
99
- we dont need zlib-devel to link against libGeoIP
100
101
-------------------------------------------------------------------
102
Thu Aug 29 16:28:01 CEST 2007 - mrueckert@suse.de
103
104
- spec file cleanup
105
- fix rpmlint warnings
106
107
-------------------------------------------------------------------
108
Wed Aug 29 12:03:20 CEST 2007 - crrodriguez@suse.de
109
110
- run ldconfig
111
- fix devel package dependencies 
112
113
-------------------------------------------------------------------
114
Thu Apr  5 13:32:05 CEST 2007 - mrueckert@suse.de
115
116
- submit the splitted package from the buildservice
117
118
-------------------------------------------------------------------
119
Thu Mar 29 12:15:06 CEST 2007 - lnussel@suse.de
120
121
- new version 1.4.2
122
  * Replaced CS/Serbia and Montenegro with RS/Serbia, removed
123
    ZR/Zaire, added ME/Montenegro
124
  * Added AX/Aland Islands, GG/Guernsey, IM/Isle of Man, JE/Jersey
125
    (ISO-3166-1 changes)
126
  * Added GeoIP_time_zone_by_country_and_region(),
127
    GeoIP_region_name_by_code()
128
  * Added -d flag to enable custom path for geoipupdate
129
- don't package *.a and *.la
130
- add zlib-devel to BuildRequires
131
132
-------------------------------------------------------------------
133
Fri Jan 26 21:07:13 CET 2007 - mrueckert@suse.de
134
135
- update to version 1.4.1
136
  * Replaced CS/Serbia and Montenegro with RS/Serbia, removed
137
    ZR/Zaire, added ME/Montenegro
138
  * Added AX/Aland Islands, GG/Guernsey, IM/Isle of Man, JE/Jersey
139
    (ISO-3166-1 changes)
140
  * Added GeoIP_time_zone_by_country_and_region, to lookup zoneinfo
141
    timezone by country and region (Frank Mather)
142
  * Added GeoIP_region_name_by_code, to lookup region name from
143
    region code (Frank Mather)
144
  * added -f and -d flags to enable custom paths for geoiplookup
145
    utility program (Frank Mather)
146
  * Added benchmarks for GeoIP Region and City in test/benchmark.c
147
    (Frank Mather)
148
  * Fixed build issue when using --as-needed flag
149
    (Diego 'Flameeyes' Pettenò)
150
  * Add sanity checking for filename returned by MaxMind.com server
151
    for geoipupdate filename (Dean Gaudet, arctic.org)
152
  * Fixed memory leaks under error conditions, buffer overflow
153
    using sprintf, and issue where a corrupted cache file could
154
    core dump the file (Nick Galbreath, Right Media Inc)
155
156
-------------------------------------------------------------------
157
Sat Dec  9 00:56:13 CET 2006 - mrueckert@suse.de
158
159
- spec file clean up
160
- split out the devel files
161
162
-------------------------------------------------------------------
163
Sat Oct 28 14:48:36 CEST 2006 - lnussel@suse.de
164
165
- update to version 1.4.0
166
  * license change to LGPL
167
  * various fixes
168
169
-------------------------------------------------------------------
170
Mon May 15 19:35:16 CEST 2006 - cthiel@suse.de
171
172
- update to version 1.3.17
173
  * Fixed headers for Windows/Netware compliation
174
  * Updated README documentation
175
  * Updated geoipupdate so that it writes file as it is uncompressed inst
176
    of storing entire GeoIP.dat file in memory
177
  * Updated geoiplookup so that it returns GeoIP Domain Name if available
178
  * Updated geoipupdate so that it reports whether databases are updated
179
    in non-verbose mode
180
  * Fixed compliation error in GeoIPUpdate.c
181
182
-------------------------------------------------------------------
183
Wed Jan 25 21:32:47 CET 2006 - mls@suse.de
184
185
- converted neededforbuild to BuildRequires
186
187
-------------------------------------------------------------------
188
Thu Sep 15 10:00:58 CEST 2005 - lnussel@suse.de
189
190
- new version 1.3.14
191
192
-------------------------------------------------------------------
193
Mon Jul  4 09:55:26 CEST 2005 - lnussel@suse.de
194
195
- fix gcc warnings (#95085)
196
197
-------------------------------------------------------------------
198
Thu Nov 25 16:18:01 CET 2004 - lnussel@suse.de
199
200
- new version 1.3.8
201
202
-------------------------------------------------------------------
203
Thu Nov 18 01:52:51 CET 2004 - ro@suse.de
204
205
- fixed file list 
206
207
-------------------------------------------------------------------
208
Thu Jul 15 18:05:48 CEST 2004 - lnussel@suse.de
209
210
- new version 1.3.5
211
- fix missing prototype and a memleak
212
213
-------------------------------------------------------------------
214
Fri Apr 16 18:21:46 CEST 2004 - lnussel@suse.de
215
216
- fix missing return value in main() of some test programs
217
218
-------------------------------------------------------------------
219
Mon Nov 24 13:47:24 CET 2003 - lnussel@suse.de
220
221
- initial package, version 1.3.1
222
223