From 5f85e335100c31f19bd4c1cb327f4123f864a343 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Mon, 7 May 2018 12:15:55 -0700 Subject: GitHub issue #734 (warning removal) --- ext/ed25519-amd64-asm/ge25519_scalarmult_base.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext') diff --git a/ext/ed25519-amd64-asm/ge25519_scalarmult_base.c b/ext/ed25519-amd64-asm/ge25519_scalarmult_base.c index 986abaf6..ffa6e2fa 100644 --- a/ext/ed25519-amd64-asm/ge25519_scalarmult_base.c +++ b/ext/ed25519-amd64-asm/ge25519_scalarmult_base.c @@ -12,7 +12,7 @@ static const ge25519_niels ge25519_base_multiples_niels[] = { }; /* d */ -static const fe25519 ecd = {{0x75EB4DCA135978A3, 0x00700A4D4141D8AB, 0x8CC740797779E898, 0x52036CEE2B6FFE73}}; +/*static const fe25519 ecd = {{0x75EB4DCA135978A3, 0x00700A4D4141D8AB, 0x8CC740797779E898, 0x52036CEE2B6FFE73}};*/ void ge25519_scalarmult_base(ge25519_p3 *r, const sc25519 *s) { -- cgit v1.2.3 From 9765ba334abae268aea7644ba1a172a9e704143d Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Tue, 8 May 2018 13:07:20 -0700 Subject: 1.2.10 --- RELEASE-NOTES.md | 6 ++++++ debian/changelog | 6 ++++++ ext/installfiles/mac/ZeroTier One.pkgproj | 2 +- .../windows/chocolatey/zerotier-one/zerotier-one.nuspec | 2 +- version.h | 2 +- windows/WinUI/AboutView.xaml | 2 +- zerotier-one.spec | 5 ++++- 7 files changed, 20 insertions(+), 5 deletions(-) (limited to 'ext') diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 0ff36519..54dd1375 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,6 +1,12 @@ ZeroTier Release Notes ====== +# 2018-05-08 -- Version 1.2.10 + + * Fix bug loading `moons.d/` files for federated root operation. + * Fix compile problem with ZT_DEBUG on some versions of `clang` + * Fix slow network startup bug related to loading of `networks.d/` cache files + # 2018-04-27 -- Version 1.2.8 * Linux version once again builds with PIE (position independent executable) flags diff --git a/debian/changelog b/debian/changelog index bc89ab07..1c020411 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +zerotier-one (1.2.10) unstable; urgency=medium + + * See https://github.com/zerotier/ZeroTierOne for release notes. + + -- Adam Ierymenko Tue, 08 May 2018 01:00:00 -0700 + zerotier-one (1.2.8) 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 1083d47b..866029ee 100755 --- a/ext/installfiles/mac/ZeroTier One.pkgproj +++ b/ext/installfiles/mac/ZeroTier One.pkgproj @@ -664,7 +664,7 @@ USE_HFS+_COMPRESSION VERSION - 1.2.8 + 1.2.10 PROJECT_COMMENTS diff --git a/ext/installfiles/windows/chocolatey/zerotier-one/zerotier-one.nuspec b/ext/installfiles/windows/chocolatey/zerotier-one/zerotier-one.nuspec index c0112029..1270652b 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 - 1.2.8 + 1.2.10 diff --git a/version.h b/version.h index c82986fe..808879d7 100644 --- a/version.h +++ b/version.h @@ -40,7 +40,7 @@ /** * Revision */ -#define ZEROTIER_ONE_VERSION_REVISION 8 +#define ZEROTIER_ONE_VERSION_REVISION 10 /** * Build version diff --git a/windows/WinUI/AboutView.xaml b/windows/WinUI/AboutView.xaml index 3e83c2e2..b1df750b 100644 --- a/windows/WinUI/AboutView.xaml +++ b/windows/WinUI/AboutView.xaml @@ -19,7 +19,7 @@ - + diff --git a/zerotier-one.spec b/zerotier-one.spec index 1ce0989c..41af5aca 100644 --- a/zerotier-one.spec +++ b/zerotier-one.spec @@ -1,5 +1,5 @@ Name: zerotier-one -Version: 1.2.8 +Version: 1.2.10 Release: 1%{?dist} Summary: ZeroTier One network virtualization service @@ -145,6 +145,9 @@ esac %endif %changelog +* Tue May 08 2018 Adam Ierymenko - 1.2.10-0.1 +- see https://github.com/zerotier/ZeroTierOne for release notes + * Thu May 03 2018 Adam Ierymenko - 1.2.8-0.1 - see https://github.com/zerotier/ZeroTierOne for release notes -- cgit v1.2.3 From 5809941ae9c697c51f20f9810621e7a53a75f48f Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Fri, 11 May 2018 13:40:03 -0700 Subject: Windows 1.2.10 --- ext/installfiles/windows/ZeroTier One.aip | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'ext') diff --git a/ext/installfiles/windows/ZeroTier One.aip b/ext/installfiles/windows/ZeroTier One.aip index d160a167..cfa7d673 100644 --- a/ext/installfiles/windows/ZeroTier One.aip +++ b/ext/installfiles/windows/ZeroTier One.aip @@ -27,10 +27,10 @@ - + - + @@ -64,7 +64,7 @@ - + @@ -454,7 +454,7 @@ - + -- cgit v1.2.3