----------- 2015-02-08 * Added an Elasticsearch timeout to the config file and modified record_dao_es.py to use that timeout.
0.9.3.5b
----------- 2015-02-08 * Modified record_dao_es.py to work around a problem found in some versions of urllib3. It seems that urllib3 doesn't always like numerical parameters passed as strings, so Pogo's code was changed to use integers for port and timeout numbers.
0.9.3.4b
----------- 2015-01-22 * Modified util.get_geo_info() and util.PogoGeoIP to handle failure of geolite2.lookup() gracefully.
0.9.3.3b
----------- 2015-01-22 * Squashed bug in util.PogoGeoIP.__init__()
0.9.3.2b
----------- 2015-01-22 * Removed one more import GeoIP statement from stretch_file.py * Modified TestDao.py to use util.get_geo_info()
0.9.3.1b
----------- 2015-01-22 * Removed stray references to GeoIP (old geo information library no longer used)