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

File GeoIP.changes of Package GeoIP (Revision 5)

Currently displaying revision 5, show latest

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