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

Commit 4f487bf

Browse files
committed
Version 1.6.9
1 parent 9c5603b commit 4f487bf

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
1.6.9 2016-01-11
2+
3+
* Fix a regression introduced in version 1.6.8, which caused
4+
GeoIP_database_info to erroneously return NULL.
5+
16
1.6.8 2016-01-11
27

38
* Allow compilation on older systems by relaxing the autoconf and automake

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.63])
4-
AC_INIT([GeoIP], [1.6.8],[[email protected]],[GeoIP])
4+
AC_INIT([GeoIP], [1.6.9],[[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)