Skip to content

Commit

Permalink
Prepare for 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwald committed Jul 22, 2014
1 parent 7436338 commit 15c12e6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
GeoIP Update Change Log
=======================

2.0.2 (2014-07-22)
------------------

* The client now uses a single TCP connection when possible. Previously the
public IP address of a host could change across requests, causing the
authentication to fail. Reported by Aman Gupta. GitHub issue #12 and #13.
* ` geoipupdate-pureperl.pl` was updated to work with GeoIP2.

2.0.1 (2014-05-02)
------------------

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

AC_INIT([geoipupdate], [2.0.1],[[email protected]],[geoipupdate])
AC_INIT([geoipupdate], [2.0.2],[[email protected]],[geoipupdate])
AC_GNU_SOURCE
AM_INIT_AUTOMAKE([foreign])
AC_CONFIG_SRCDIR([bin/geoipupdate.c])
Expand Down

0 comments on commit 15c12e6

Please sign in to comment.