FTL v1.7
-
Handle DST correctly (according to ISO/IEC 9899:TC3)
-
Enhance debugging compiler flag to
-g3
(maximum debug information) to be able to display the version of the currently runningpihole-FTL
process insidegdb
:
(gdb) list version.h:1
1 #define GIT_VERSION "v1.6-2-g106498d-dirty"
2 #define GIT_DATE "2017-03-26 13:10:43 +0200"
3 #define GIT_BRANCH "master"
4 #define GIT_TAG "v1.6"
- Add
>version
command to query version viatelnet
and possibly also the API:
pi@raspberrypi:/home/pi/FTL# telnet 127.0.0.1 4711
Trying 127.0.0.1...
Connected to 127.0.0.1.
Escape character is '^]'.
>version
version v1.6-3-g106498d-dirty
tag v1.6
branch master
date 2017-03-26 13:10:43 +0200
-
Change wording of displayed notice when there is no config file
-
Minor code style optimizations