Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
lua-geoip/HISTORY
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
25 lines (18 sloc)
607 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Version 0.2 (2017-05-10) | |
| ======================== | |
| * IPv6 Lookup support for country | |
| * Lua5.2/5.3 compatibility | |
| * Remove the stderr capture and use the GEOIP_SILENCE flag instead | |
| * added makefiles | |
| Version 0.1.2 (2012-03-10) | |
| ========================== | |
| * GEOIP_MEMORY_CACHE is now a default option when opening a DB. | |
| * Fixed some compiler warnings. | |
| * Improved tests. | |
| Version 0.1.1 (2011-03-09) | |
| ========================== | |
| * Made code more compatible with C89. | |
| * Charset parameter no longer ignored in `city.open()` and `country.open()`. | |
| Version 0.1 (2011-03-07) | |
| ======================== | |
| Initial release. |