1.10.1 version bumps

This commit is contained in:
Adam Ierymenko 2022-06-27 17:05:47 -04:00
parent 1300cf23c5
commit cb692d73c8
5 changed files with 17 additions and 3 deletions

View File

@ -1,6 +1,11 @@
ZeroTier Release Notes
======
# 2022-06-27 -- Version 1.10.1
* Fix an issue that could cause SSO clients to get "stuck" on stale auth URLs.
* A few other SSO related bug fixes.
# 2022-06-07 -- Version 1.10.0
* Fix formatting problem in `zerotier-cli` when using SSO networks.

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
zerotier-one (1.10.1) unstable; urgency=medium
* See RELEASE-NOTES.md for release notes.
-- Adam Ierymenko <adam.ierymenko@zerotier.com> Mon, 27 Jun 2022 01:00:00 -0700
zerotier-one (1.10.0) unstable; urgency=medium
* See RELEASE-NOTES.md for release notes.

View File

@ -701,7 +701,7 @@
<key>USE_HFS+_COMPRESSION</key>
<false/>
<key>VERSION</key>
<string>1.10.0</string>
<string>1.10.1</string>
</dict>
<key>TYPE</key>
<integer>0</integer>

View File

@ -27,7 +27,7 @@
/**
* Revision
*/
#define ZEROTIER_ONE_VERSION_REVISION 0
#define ZEROTIER_ONE_VERSION_REVISION 1
/**
* Build version

View File

@ -1,5 +1,5 @@
Name: zerotier-one
Version: 1.10.0
Version: 1.10.1
Release: 1%{?dist}
Summary: ZeroTier network virtualization service
@ -131,6 +131,9 @@ chmod 700 $RPM_BUILD_ROOT/etc/init.d/${name}
%endif
%changelog
* Mon Jun 27 2022 Adam Ierymenko <adam.ierymenko@zerotier.com> - 1.10.1
- see https://github.com/zerotier/ZeroTierOne for release notes
* Fri Jun 03 2022 Adam Ierymenko <adam.ierymenko@zerotier.com> - 1.10.0
- see https://github.com/zerotier/ZeroTierOne for release notes