Skip to content

Commit b2a981f

Browse files
1.10.5 (#1905)
* 1.10.5 bump * 1.10.5 for Windows * 1.10.5
1 parent a372619 commit b2a981f

File tree

6 files changed

+20
-7
lines changed

6 files changed

+20
-7
lines changed

RELEASE-NOTES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
ZeroTier Release Notes
22
======
33

4+
# 2023-03-10 -- Version 1.10.5
5+
6+
* Fix for high CPU usage bug on Windows
7+
48
# 2023-03-07 -- Version 1.10.4
59

610
* SECURITY FIX (Windows): this version fixes a file permission problem on

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
zerotier-one (1.10.5) unstable; urgency=medium
2+
3+
* See RELEASE-NOTES.md for release notes.
4+
5+
-- Adam Ierymenko <adam.ierymenko@zerotier.com> Fri, 10 Mar 2023 01:00:00 -0700
6+
17
zerotier-one (1.10.4) unstable; urgency=medium
28

39
* See RELEASE-NOTES.md for release notes.

ext/installfiles/mac/ZeroTier One.pkgproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -701,7 +701,7 @@
701701
<key>USE_HFS+_COMPRESSION</key>
702702
<false/>
703703
<key>VERSION</key>
704-
<string>1.10.4</string>
704+
<string>1.10.5</string>
705705
</dict>
706706
<key>TYPE</key>
707707
<integer>0</integer>

ext/installfiles/windows/ZeroTier One.aip

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@
3030
<ROW Property="LIMITUI" MultiBuildValue="DefaultBuild:1"/>
3131
<ROW Property="MSIFASTINSTALL" MultiBuildValue="DefaultBuild:2"/>
3232
<ROW Property="Manufacturer" Value="ZeroTier, Inc."/>
33-
<ROW Property="ProductCode" Value="1033:{13511421-6491-4E8F-A5CC-F85C3ED8A3C8} " Type="16"/>
33+
<ROW Property="ProductCode" Value="1033:{AC873624-63DE-4A0F-9A7D-DAA904CE109B} " Type="16"/>
3434
<ROW Property="ProductLanguage" Value="1033"/>
3535
<ROW Property="ProductName" Value="ZeroTier One"/>
36-
<ROW Property="ProductVersion" Value="1.10.4"/>
36+
<ROW Property="ProductVersion" Value="1.10.5"/>
3737
<ROW Property="REBOOT" MultiBuildValue="DefaultBuild:ReallySuppress"/>
3838
<ROW Property="SecureCustomProperties" Value="OLDPRODUCTS;AI_NEWERPRODUCTFOUND;AI_SETUPEXEPATH;SETUPEXEDIR"/>
3939
<ROW Property="UpgradeCode" Value="{B0E2A5F3-88B6-4E77-B922-CB4739B4C4C8}"/>
@@ -68,7 +68,7 @@
6868
<ROW Directory="x86_Dir" Directory_Parent="tapwindows_Dir" DefaultDir="x86" DirectoryOptions="12"/>
6969
</COMPONENT>
7070
<COMPONENT cid="caphyon.advinst.msicomp.MsiCompsComponent">
71-
<ROW Component="AI_CustomARPName" ComponentId="{462CF985-4A6E-475B-B127-636BF6C224A3}" Directory_="APPDIR" Attributes="4" KeyPath="DisplayName" Options="1"/>
71+
<ROW Component="AI_CustomARPName" ComponentId="{422BD8AA-AE23-454B-AF19-8B96F1031D6F}" Directory_="APPDIR" Attributes="4" KeyPath="DisplayName" Options="1"/>
7272
<ROW Component="AI_DisableModify" ComponentId="{46FFA8C5-A0CB-4E05-9AD3-911D543DE8CA}" Directory_="APPDIR" Attributes="4" KeyPath="NoModify" Options="1"/>
7373
<ROW Component="AI_ExePath" ComponentId="{8E02B36C-7A19-429B-A93E-77A9261AC918}" Directory_="APPDIR" Attributes="4" KeyPath="AI_ExePath"/>
7474
<ROW Component="APPDIR" ComponentId="{4DD7907D-D7FE-4CD6-B1A0-B5C1625F5133}" Directory_="APPDIR" Attributes="0"/>
@@ -528,7 +528,7 @@
528528
<ROW XmlAttribute="xsischemaLocation" XmlElement="swidsoftware_identification_tag" Name="xsi:schemaLocation" Flags="14" Order="3" Value="http://standards.iso.org/iso/19770/-2/2008/schema.xsd software_identification_tag.xsd"/>
529529
</COMPONENT>
530530
<COMPONENT cid="caphyon.advinst.msicomp.XmlElementComponent">
531-
<ROW XmlElement="swidbuild" ParentElement="swidnumeric" Name="swid:build" Condition="1" Order="2" Flags="14" Text="4" UpdateIndexInParent="0"/>
531+
<ROW XmlElement="swidbuild" ParentElement="swidnumeric" Name="swid:build" Condition="1" Order="2" Flags="14" Text="5" UpdateIndexInParent="0"/>
532532
<ROW XmlElement="swidentitlement_required_indicator" ParentElement="swidsoftware_identification_tag" Name="swid:entitlement_required_indicator" Condition="1" Order="0" Flags="14" Text="false" UpdateIndexInParent="0"/>
533533
<ROW XmlElement="swidmajor" ParentElement="swidnumeric" Name="swid:major" Condition="1" Order="0" Flags="14" Text="1" UpdateIndexInParent="0"/>
534534
<ROW XmlElement="swidminor" ParentElement="swidnumeric" Name="swid:minor" Condition="1" Order="1" Flags="14" Text="10" UpdateIndexInParent="0"/>

version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
/**
2828
* Revision
2929
*/
30-
#define ZEROTIER_ONE_VERSION_REVISION 4
30+
#define ZEROTIER_ONE_VERSION_REVISION 5
3131

3232
/**
3333
* Build version

zerotier-one.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: zerotier-one
2-
Version: 1.10.4
2+
Version: 1.10.5
33
Release: 1%{?dist}
44
Summary: ZeroTier network virtualization service
55

@@ -137,6 +137,9 @@ chmod 0755 $RPM_BUILD_ROOT/etc/init.d/zerotier-one
137137
%endif
138138

139139
%changelog
140+
* Sat Mar 10 2023 Adam Ierymenko <adam.ierymenko@zerotier.com> - 1.10.5
141+
- see https://github.com/zerotier/ZeroTierOne for release notes
142+
140143
* Sat Mar 06 2023 Adam Ierymenko <adam.ierymenko@zerotier.com> - 1.10.4
141144
- see https://github.com/zerotier/ZeroTierOne for release notes
142145

0 commit comments

Comments
 (0)