diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2014-02-14 22:22:19 -0800 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2014-02-14 22:22:19 -0800 |
commit | 43b2bf6c1682b9f909ca1c81d3ca5682394a7c00 (patch) | |
tree | a55406413199029fc31b52d7c116ce15257f16da | |
parent | aceb938e0764225ce957f7bdf85d9273fb6d7378 (diff) | |
download | infinitytier-43b2bf6c1682b9f909ca1c81d3ca5682394a7c00.tar.gz infinitytier-43b2bf6c1682b9f909ca1c81d3ca5682394a7c00.zip |
VERSION 0.7.0: fix two bugs reported on GitHub, public binaries now in the wild!
Version 0.7.0 commemorates public beta binaries now being in the wild for Mac
and Linux platforms, though this actually happened a few days ago with 0.6.14.
This version fixes two bugs. First, the Linux installer/updater now supports
both systemd and regular SysV init. It will detect which your distro uses at
install/update time and install the zerotier-one service accordingly.
Secondly, this fixes an issue that caused the service to always show ONLINE
in the GUI or 'zerotier-cli info' even if there was no net connection. The
online status should be more reliably reported now.
-rw-r--r-- | version.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -36,11 +36,11 @@ /** * Minor version */ -#define ZEROTIER_ONE_VERSION_MINOR 6 +#define ZEROTIER_ONE_VERSION_MINOR 7 /** * Revision */ -#define ZEROTIER_ONE_VERSION_REVISION 14 +#define ZEROTIER_ONE_VERSION_REVISION 0 #endif |