From dfee7e0389c631b58de4b8a38a20016f22004564 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Fri, 7 Mar 2014 15:20:37 -0800 Subject: VERSION 0.7.2: first Windows release! Version 0.7.2 marks the first release of ZeroTier One for Windows. Binaries will be released to a few select testers at first, then to the whole world. Installation from MSI and auto-update appear to be working. So far Windows 7 and 8 and Windows Server 2008 or newer are supported. Vista has issues so it's not supported at the moment, and may not be since nobody seems to use it (according to Google Analytics). --- ZeroTierUI/licensedialog.cpp | 1 + ZeroTierUI/mainwindow.cpp | 1 + ext/installfiles/windows/ZeroTier One.aip | 6 +++--- version.h | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/ZeroTierUI/licensedialog.cpp b/ZeroTierUI/licensedialog.cpp index 8df3cc4c..4baebb72 100644 --- a/ZeroTierUI/licensedialog.cpp +++ b/ZeroTierUI/licensedialog.cpp @@ -20,6 +20,7 @@ LicenseDialog::LicenseDialog(QWidget *parent) : font.setPointSizeF(font.pointSizeF() * 0.75); widget->setFont(font); } + this->raise(); #endif } diff --git a/ZeroTierUI/mainwindow.cpp b/ZeroTierUI/mainwindow.cpp index 3e331a43..ce326a3b 100644 --- a/ZeroTierUI/mainwindow.cpp +++ b/ZeroTierUI/mainwindow.cpp @@ -119,6 +119,7 @@ MainWindow::MainWindow(QWidget *parent) : widget->setFont(font); } } + this->raise(); #endif ui->noNetworksLabel->setVisible(true); diff --git a/ext/installfiles/windows/ZeroTier One.aip b/ext/installfiles/windows/ZeroTier One.aip index 68988ddc..64cc77b5 100644 --- a/ext/installfiles/windows/ZeroTier One.aip +++ b/ext/installfiles/windows/ZeroTier One.aip @@ -19,10 +19,10 @@ - + - + @@ -293,7 +293,7 @@ - + diff --git a/version.h b/version.h index 99fb9453..b6513edc 100644 --- a/version.h +++ b/version.h @@ -41,6 +41,6 @@ /** * Revision */ -#define ZEROTIER_ONE_VERSION_REVISION 1 +#define ZEROTIER_ONE_VERSION_REVISION 2 #endif -- cgit v1.2.3