File: HISTORY

package info (click to toggle)
lua-geoip 0.2-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 244 kB
  • sloc: ansic: 765; makefile: 10; sh: 10
file content (25 lines) | stat: -rw-r--r-- 607 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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.