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

Changes of Revision 2

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