CHANGES
=======

0.1.0
-----

* Python2.x Popen doesn't have encoding parameter
* Default log-level set to INFO
* Omit empty remote\_user
* Cast integer fields to int, omit empty user-agent and referer
* Ignore errors in query lat/lon
* Fix parsing of ut="1.23 : "
* Fix for Python 2.x strptime (it doesn't support %z)
* Python 2.x compatibility
* Change the parse\_remainder logic
* Parser.parse\_line -> \_\_call\_\_, ignore None hostname
* Make nginx2es package instead of module
* Add description to options
* Style: 80 char limit, notice about GeoIP flags
* setup.cfg: keywords should be a string, not list
* Change README.rst title
* Add .gitignore
* Allow both lon and lng for query\_geo
* Fix optional geoip load logic
* Packaging
* Remove empty request\_qs and query
* Add --test mode
* Use "tail -F" by default
* Make GeoIP optional
* Initial commit
