File GeoIP.changes of Package GeoIP (Revision 2)
Currently displaying revision 2, show latest
1
-------------------------------------------------------------------
2
Tue Jan 22 09:54:25 CET 2008 - lnussel@suse.de
3
4
- new version 1.4.4, breaks ABI wrt GeoIP_country_code!
5
* Updated original geoipupdate to return "Invalid product ID or
6
subscription expired"
7
* Added BL/Saint Barthelemy, MF/Saint Martin (ISO-3166-1
8
additions)
9
* Check for illegal IP strings, return 0 if IP is not well formed
10
IPv4 e.g. 1.2.3.4.5 and 1.2.3
11
* Clarified that while core GeoIP library is LGPL, libGeoIPUpdate
12
depends on md5.c and types.h which are GPL.
13
* speedup the conversion from ipstring to ipnum in
14
_GeoIP_addr_to_num. Doubles the speed of GEOIP_MEMORY_CACHE and
15
GEOIP_MMAP_CACHE
16
* Added new mmap shared memory caching option, GEOIP_MMAP_CACHE
17
18
-------------------------------------------------------------------
19
Tue Oct 9 06:15:45 CEST 2007 - mrueckert@suse.de
20
21
- move the ldconfig calls to the correct package
22
23
-------------------------------------------------------------------
24
Sun Oct 7 07:56:45 CEST 2007 - mrueckert@suse.de
25
26
- new version 1.4.3
27
! CHANGE with geoiplookup facility: -v flag now returns database
28
info for all databases, not just GeoIP Country
29
* Added ability to get netmask of network block from last lookup
30
using GeoIP_last_netmask
31
* Fixed GeoIP_database_info bug with GeoLite City
32
* Replaced 4 with sizeof(char*) to fix issues with geoipupdate on
33
64 Bit machines
34
* Added GeoIP_set_charset function - enables UTF8 output of city
35
name if GEOIP_CHARSET_UTF8 flag is passed to GeoIP_set_charset
36
* Fixed segfault issue if calling GeoIP_db_avail before opening
37
a database
38
* Added continent_code to GeoIP City's record struct
39
(Frank Mather)
40
- changes to the package layout:
41
- splitted out library package (libGeoIP1)
42
- renamed devel package GeoIP-devel to libGeoIP-devel
43
44
-------------------------------------------------------------------
45
Thu Aug 30 00:30:58 CEST 2007 - mrueckert@suse.de
46
47
- we dont need zlib-devel to link against libGeoIP
48
49
-------------------------------------------------------------------
50
Thu Aug 29 16:28:01 CEST 2007 - mrueckert@suse.de
51
52
- spec file cleanup
53
- fix rpmlint warnings
54
55
-------------------------------------------------------------------
56
Wed Aug 29 12:03:20 CEST 2007 - crrodriguez@suse.de
57
58
- run ldconfig
59
- fix devel package dependencies
60
61
-------------------------------------------------------------------
62
Thu Apr 5 13:32:05 CEST 2007 - mrueckert@suse.de
63
64
- submit the splitted package from the buildservice
65
66
-------------------------------------------------------------------
67
Thu Mar 29 12:15:06 CEST 2007 - lnussel@suse.de
68
69
- new version 1.4.2
70
* Replaced CS/Serbia and Montenegro with RS/Serbia, removed
71
ZR/Zaire, added ME/Montenegro
72
* Added AX/Aland Islands, GG/Guernsey, IM/Isle of Man, JE/Jersey
73
(ISO-3166-1 changes)
74
* Added GeoIP_time_zone_by_country_and_region(),
75
GeoIP_region_name_by_code()
76
* Added -d flag to enable custom path for geoipupdate
77
- don't package *.a and *.la
78
- add zlib-devel to BuildRequires
79
80
-------------------------------------------------------------------
81
Fri Jan 26 21:07:13 CET 2007 - mrueckert@suse.de
82
83
- update to version 1.4.1
84
* Replaced CS/Serbia and Montenegro with RS/Serbia, removed
85
ZR/Zaire, added ME/Montenegro
86
* Added AX/Aland Islands, GG/Guernsey, IM/Isle of Man, JE/Jersey
87
(ISO-3166-1 changes)
88
* Added GeoIP_time_zone_by_country_and_region, to lookup zoneinfo
89
timezone by country and region (Frank Mather)
90
* Added GeoIP_region_name_by_code, to lookup region name from
91
region code (Frank Mather)
92
* added -f and -d flags to enable custom paths for geoiplookup
93
utility program (Frank Mather)
94
* Added benchmarks for GeoIP Region and City in test/benchmark.c
95
(Frank Mather)
96
* Fixed build issue when using --as-needed flag
97
(Diego 'Flameeyes' Pettenò)
98
* Add sanity checking for filename returned by MaxMind.com server
99
for geoipupdate filename (Dean Gaudet, arctic.org)
100
* Fixed memory leaks under error conditions, buffer overflow
101
using sprintf, and issue where a corrupted cache file could
102
core dump the file (Nick Galbreath, Right Media Inc)
103
104
-------------------------------------------------------------------
105
Sat Dec 9 00:56:13 CET 2006 - mrueckert@suse.de
106
107
- spec file clean up
108
- split out the devel files
109
110
-------------------------------------------------------------------
111
Sat Oct 28 14:48:36 CEST 2006 - lnussel@suse.de
112
113
- update to version 1.4.0
114
* license change to LGPL
115
* various fixes
116
117
-------------------------------------------------------------------
118
Mon May 15 19:35:16 CEST 2006 - cthiel@suse.de
119
120
- update to version 1.3.17
121
* Fixed headers for Windows/Netware compliation
122
* Updated README documentation
123
* Updated geoipupdate so that it writes file as it is uncompressed inst
124
of storing entire GeoIP.dat file in memory
125
* Updated geoiplookup so that it returns GeoIP Domain Name if available
126
* Updated geoipupdate so that it reports whether databases are updated
127
in non-verbose mode
128
* Fixed compliation error in GeoIPUpdate.c
129
130
-------------------------------------------------------------------
131
Wed Jan 25 21:32:47 CET 2006 - mls@suse.de
132
133
- converted neededforbuild to BuildRequires
134
135
-------------------------------------------------------------------
136
Thu Sep 15 10:00:58 CEST 2005 - lnussel@suse.de
137
138
- new version 1.3.14
139
140
-------------------------------------------------------------------
141
Mon Jul 4 09:55:26 CEST 2005 - lnussel@suse.de
142
143
- fix gcc warnings (#95085)
144
145
-------------------------------------------------------------------
146
Thu Nov 25 16:18:01 CET 2004 - lnussel@suse.de
147
148
- new version 1.3.8
149
150
-------------------------------------------------------------------
151
Thu Nov 18 01:52:51 CET 2004 - ro@suse.de
152
153
- fixed file list
154
155
-------------------------------------------------------------------
156
Thu Jul 15 18:05:48 CEST 2004 - lnussel@suse.de
157
158
- new version 1.3.5
159
- fix missing prototype and a memleak
160
161
-------------------------------------------------------------------
162
Fri Apr 16 18:21:46 CEST 2004 - lnussel@suse.de
163
164
- fix missing return value in main() of some test programs
165
166
-------------------------------------------------------------------
167
Mon Nov 24 13:47:24 CET 2003 - lnussel@suse.de
168
169
- initial package, version 1.3.1
170
171