Logoj0ke.net Open Build Service > Projects > devel:libs > GeoIP > GeoIP.changes
Sign Up | Log In

File GeoIP.changes of Package GeoIP (Revision 12)

Currently displaying revision 12, show latest

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