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

Commit

Permalink
Prepare for 1.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwald committed Feb 25, 2015
1 parent 7c2e662 commit d404a82
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
1.6.5 2015-02-25

* A segmentation fault in `geoiplookup` was fixed when the utility was passed
an invalid database. This was reported in Red Hat bug #1180874.
an invalid database. (Reported in Red Hat bug #1180874.)
* Additional validation was added for validation of the size used in the
creation of the index cache. Based on discussion in Red Hat bug #832913.
creation of the index cache. (Based on discussion in Red Hat bug #832913.)
* Changed the code to only look up country codes by using functions which
ensure that we do not try to look past the end of an array. (Reported by
Ivan Sorokin. GitHub #53)


1.6.4 2015-01-12

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dnl AM_CONFIG_HEADER(config.h)

AC_PREREQ([2.65])
AC_INIT([GeoIP], [1.6.4],[support@maxmind.com],[GeoIP])
AC_INIT([GeoIP], [1.6.5],[support@maxmind.com],[GeoIP])
AC_CONFIG_AUX_DIR([.])
AC_CONFIG_SRCDIR([libGeoIP/GeoIP.c])
AC_CONFIG_MACRO_DIR([m4])
Expand Down

0 comments on commit d404a82

Please sign in to comment.