Skip to content

FTL v1.7

Compare
Choose a tag to compare
@DL6ER DL6ER released this 26 Mar 11:27
· 4448 commits to master since this release
1bc5462
  • 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 running pihole-FTL process inside gdb:

(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 via telnet 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