telize

High performance JSON IP and GeoIP REST API (IP Geolocation)
Log | Files | Refs | README | LICENSE

commit 29bdf26bd93ff62bcbde1afe1f2e529e03b56168
parent 22d7f1ec26682b438a11d43bbe7bdbe2d7589130
Author: Frederic Cambus <fred@statdns.com>
Date:   Thu, 15 Mar 2018 14:46:24 +0100

Telize 2.0.0 release

Diffstat:
MChangeLog | 2+-
MREADME.md | 2+-
Mtelize.conf | 4++--
Mtz-offset.lua | 4++--
4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/ChangeLog b/ChangeLog @@ -1,4 +1,4 @@ -Telize 2.0.0 (2018-03-14) +Telize 2.0.0 (2018-03-15) - Switch to using GeoIP2/GeoLite2 databases - The 'region_code' field is now in the ISO-3166-2 format for all countries diff --git a/README.md b/README.md @@ -189,7 +189,7 @@ Telize is developed by Frederic Cambus. Project homepage: https://www.telize.com -Latest tarball release: https://www.statdns.com/telize/telize-1.07.tar.gz +Latest tarball release: https://www.statdns.com/telize/telize-2.0.0.tar.gz GitHub: https://github.com/fcambus/telize diff --git a/telize.conf b/telize.conf @@ -1,11 +1,11 @@ ############################################################################### # # -# Telize 1.07 # +# Telize 2.0.0 # # Copyright (c) 2013-2018, Frederic Cambus # # https://www.telize.com # # # # Created: 2013-08-15 # -# Last Updated: 2018-03-07 # +# Last Updated: 2018-03-15 # # # # Telize is released under the BSD 2-Clause license. # # See LICENSE file for details. # diff --git a/tz-offset.lua b/tz-offset.lua @@ -2,12 +2,12 @@ --[[ ############################################################################### # # -# Telize 1.07 # +# Telize 2.0.0 # # Copyright (c) 2013-2018, Frederic Cambus # # https://www.telize.com # # # # Created: 2013-08-15 # -# Last Updated: 2018-03-07 # +# Last Updated: 2018-03-15 # # # # Telize is released under the BSD 2-Clause license. # # See LICENSE file for details. #