Skip to content
This repository was archived by the owner on Jun 1, 2022. It is now read-only.

Commit d404a82

Browse files
committed
Prepare for 1.6.5
1 parent 7c2e662 commit d404a82

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

ChangeLog

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
1+
1.6.5 2015-02-25
2+
13
* A segmentation fault in `geoiplookup` was fixed when the utility was passed
2-
an invalid database. This was reported in Red Hat bug #1180874.
4+
an invalid database. (Reported in Red Hat bug #1180874.)
35
* Additional validation was added for validation of the size used in the
4-
creation of the index cache. Based on discussion in Red Hat bug #832913.
6+
creation of the index cache. (Based on discussion in Red Hat bug #832913.)
57
* Changed the code to only look up country codes by using functions which
68
ensure that we do not try to look past the end of an array. (Reported by
79
Ivan Sorokin. GitHub #53)
8-
10+
911

1012
1.6.4 2015-01-12
1113

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
dnl AM_CONFIG_HEADER(config.h)
22

33
AC_PREREQ([2.65])
4-
AC_INIT([GeoIP], [1.6.4],[[email protected]],[GeoIP])
4+
AC_INIT([GeoIP], [1.6.5],[[email protected]],[GeoIP])
55
AC_CONFIG_AUX_DIR([.])
66
AC_CONFIG_SRCDIR([libGeoIP/GeoIP.c])
77
AC_CONFIG_MACRO_DIR([m4])

0 commit comments

Comments
 (0)