diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2018-04-27 13:06:00 -0700 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2018-04-27 13:06:00 -0700 |
commit | a7d0905b746b9e5319e2fa4d29f7a8191944fd2d (patch) | |
tree | 5e515e36a25c3bcd31d170923dcb4d7e0e2c190e | |
parent | d32a26f780ce7222aa89af64abecf7044ce62327 (diff) | |
download | infinitytier-a7d0905b746b9e5319e2fa4d29f7a8191944fd2d.tar.gz infinitytier-a7d0905b746b9e5319e2fa4d29f7a8191944fd2d.zip |
1.2.8 bump for all but Windows install files.
-rw-r--r-- | RELEASE-NOTES.md | 8 | ||||
-rw-r--r-- | debian/changelog | 6 | ||||
-rwxr-xr-x | ext/installfiles/mac/ZeroTier One.pkgproj | 2 | ||||
-rw-r--r-- | ext/installfiles/windows/chocolatey/zerotier-one/zerotier-one.nuspec | 2 | ||||
-rw-r--r-- | version.h | 2 | ||||
-rw-r--r-- | windows/WinUI/AboutView.xaml | 2 | ||||
-rw-r--r-- | zerotier-one.spec | 2 |
7 files changed, 19 insertions, 5 deletions
diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index a73671d7..0ff36519 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,6 +1,14 @@ ZeroTier Release Notes ====== +# 2018-04-27 -- Version 1.2.8 + + * Linux version once again builds with PIE (position independent executable) flags + * Fixed bug in zerotier-idtool file sign and verify + * Fixed minor OSX app typo + * Merged alpha NetBSD support (mostly untested, so YMMV) + * Merged several minor typo and one-liner bug fixes + # 2018-04-17 -- Version 1.2.6 * Features and Core Improvements diff --git a/debian/changelog b/debian/changelog index b13e179a..bc89ab07 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +zerotier-one (1.2.8) unstable; urgency=medium + + * See https://github.com/zerotier/ZeroTierOne for release notes. + + -- Adam Ierymenko <adam.ierymenko@zerotier.com> Tue, 27 Apr 2018 01:00:00 -0700 + zerotier-one (1.2.6) unstable; urgency=medium * See https://github.com/zerotier/ZeroTierOne for release notes. diff --git a/ext/installfiles/mac/ZeroTier One.pkgproj b/ext/installfiles/mac/ZeroTier One.pkgproj index 59c22dde..1083d47b 100755 --- a/ext/installfiles/mac/ZeroTier One.pkgproj +++ b/ext/installfiles/mac/ZeroTier One.pkgproj @@ -664,7 +664,7 @@ <key>USE_HFS+_COMPRESSION</key> <false/> <key>VERSION</key> - <string>1.2.6</string> + <string>1.2.8</string> </dict> <key>PROJECT_COMMENTS</key> <dict> diff --git a/ext/installfiles/windows/chocolatey/zerotier-one/zerotier-one.nuspec b/ext/installfiles/windows/chocolatey/zerotier-one/zerotier-one.nuspec index 3d090a7b..c0112029 100644 --- a/ext/installfiles/windows/chocolatey/zerotier-one/zerotier-one.nuspec +++ b/ext/installfiles/windows/chocolatey/zerotier-one/zerotier-one.nuspec @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe <!-- version should MATCH as closely as possible with the underlying software --> <!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages --> <!-- Note that unstable versions like 0.0.1 can be considered a released version, but it's possible that one can release a 0.0.1-beta before you release a 0.0.1 version. If the version number is final, that is considered a released version and not a prerelease. --> - <version>1.2.6</version> + <version>1.2.8</version> <!-- <packageSourceUrl>Where is this Chocolatey package located (think GitHub)? packageSourceUrl is highly recommended for the community feed</packageSourceUrl>--> <!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. --> <!--<owners>ZeroTier, Inc.</owners>--> @@ -40,7 +40,7 @@ /** * Revision */ -#define ZEROTIER_ONE_VERSION_REVISION 6 +#define ZEROTIER_ONE_VERSION_REVISION 8 /** * Build version diff --git a/windows/WinUI/AboutView.xaml b/windows/WinUI/AboutView.xaml index 39213b73..3e83c2e2 100644 --- a/windows/WinUI/AboutView.xaml +++ b/windows/WinUI/AboutView.xaml @@ -19,7 +19,7 @@ <Run Text="ZeroTier One"/> </Paragraph> <Paragraph TextAlignment="Center"> - <Run FontSize="14" Text="Version 1.2.6"/> + <Run FontSize="14" Text="Version 1.2.8"/> <LineBreak/> <Run FontSize="14" Text="(c) 2011-2017 ZeroTier, Inc."/> <LineBreak/> diff --git a/zerotier-one.spec b/zerotier-one.spec index 2e78cba9..bc8eaf80 100644 --- a/zerotier-one.spec +++ b/zerotier-one.spec @@ -1,5 +1,5 @@ Name: zerotier-one -Version: 1.2.6 +Version: 1.2.8 Release: 1%{?dist} Summary: ZeroTier One network virtualization service |