Skip to content

Commit 95e7272

Browse files
committed
Fixed wrong offset for memory modes
1 parent 90aa232 commit 95e7272

File tree

6 files changed

+127
-88
lines changed

6 files changed

+127
-88
lines changed

Developers_Guide.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,4 @@ When IP2Location_clear_memory() function is called, and if any other process(es)
7272
After calling IP2Location_clear_memory(), the next call to IP2Location_set_lookup_mode() with IP2LOCATION_SHARED_MEMORY option will result in a new shared memory and will not reuse the old one if one exists and used by any other process. Please refer shm_open and shm_unlink man pages for more info.
7373

7474

75-
Version 8.5.0 07/08/2022
75+
Version 8.5.1 07/14/2022

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
AC_PREREQ(2.59)
2-
AC_INIT([IP2Loc], [8.5.0], [[email protected]])
2+
AC_INIT([IP2Loc], [8.5.1], [[email protected]])
33
AM_INIT_AUTOMAKE([ subdir-objects ])
44

55
AM_CONFIG_HEADER([config.h])

contrib/IP2Location.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
%define version 8.5.0
1+
%define version 8.5.1
22

33
Name: IP2Location
44
Summary: C library for mapping IP address to geolocation information
@@ -122,6 +122,9 @@ install -p data/IPV6-COUNTRY.BIN %{buildroot}%{_datadir}/%{name}/IPV6-COUNTRY.SA
122122

123123

124124
%changelog
125+
* Thu Jul 14 2022 IP2Location <[email protected]> - 8.5.1
126+
- fixed wrong offset for memory modes
127+
125128
* Fri Jul 08 2022 IP2Location <[email protected]> - 8.5.0
126129
- reduced file I/O
127130

contrib/IP2Location.spec.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,9 @@ install -p data/IPV6-COUNTRY.BIN %{buildroot}%{_datadir}/%{name}/IPV6-COUNTRY.SA
122122

123123

124124
%changelog
125+
* Thu Jul 14 2022 IP2Location <[email protected]> - 8.5.1
126+
- fixed wrong offset for memory modes
127+
125128
* Fri Jul 08 2022 IP2Location <[email protected]> - 8.5.0
126129
- reduced file I/O
127130

0 commit comments

Comments
 (0)