Skip to content

Commit 185a3a2

Browse files
Merge pull request #2396 from zerotier/1.14.2
1.14.2
2 parents 4ef2d4c + 3fcef51 commit 185a3a2

File tree

7 files changed

+274
-259
lines changed

7 files changed

+274
-259
lines changed

RELEASE-NOTES.md

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

4+
# 2024-10-23 -- Version 1.14.2
5+
6+
* Fix for missing entitlement on macOS Sequoia.
7+
* Fix for a problem correctly parsing local.conf to enable low bandwidth mode.
8+
* Increment versions of some dependent libraries.
9+
* Other fixes.
10+
411
# 2024-09-12 -- Version 1.14.1
512

613
* Multithreaded packet I/O support! Currently this is just for Linux and must

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
zerotier-one (1.14.2) unstable; urgency=medium
2+
3+
* See RELEASE-NOTES.md for release notes.
4+
5+
-- Adam Ierymenko <[email protected]> Wed, 23 Oct 2024 01:00:00 -0700
6+
17
zerotier-one (1.14.1) 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.14.1</string>
704+
<string>1.14.2</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
@@ -24,10 +24,10 @@
2424
<ROW Property="AiFeatIcoZeroTierOne" Value="ZeroTierIcon.exe" Type="8"/>
2525
<ROW Property="MSIFASTINSTALL" MultiBuildValue="DefaultBuild:2"/>
2626
<ROW Property="Manufacturer" Value="ZeroTier, Inc."/>
27-
<ROW Property="ProductCode" Value="1033:{EC58088A-4E0F-4BD5-B0B2-FD81C803EEC4} " Type="16"/>
27+
<ROW Property="ProductCode" Value="1033:{0143A36C-46C6-458D-AB9B-C8843E089323} " Type="16"/>
2828
<ROW Property="ProductLanguage" Value="1033"/>
2929
<ROW Property="ProductName" Value="ZeroTier One"/>
30-
<ROW Property="ProductVersion" Value="1.14.0" Options="32"/>
30+
<ROW Property="ProductVersion" Value="1.14.2" Options="32"/>
3131
<ROW Property="REBOOT" MultiBuildValue="DefaultBuild:ReallySuppress"/>
3232
<ROW Property="SecureCustomProperties" Value="OLDPRODUCTS;AI_NEWERPRODUCTFOUND;AI_SETUPEXEPATH;SETUPEXEDIR"/>
3333
<ROW Property="UpgradeCode" Value="{B0E2A5F3-88B6-4E77-B922-CB4739B4C4C8}"/>
@@ -62,7 +62,7 @@
6262
<ROW Directory="regid.201001.com.zerotier_Dir" Directory_Parent="CommonAppDataFolder" DefaultDir="REGID2~1.ZER|regid.2010-01.com.zerotier" DirectoryOptions="12"/>
6363
</COMPONENT>
6464
<COMPONENT cid="caphyon.advinst.msicomp.MsiCompsComponent">
65-
<ROW Component="AI_CustomARPName" ComponentId="{8BC01817-02AC-4C44-A84C-0727BC5B6E22}" Directory_="APPDIR" Attributes="4" KeyPath="DisplayName" Options="1"/>
65+
<ROW Component="AI_CustomARPName" ComponentId="{DFE7A60C-C2B9-41F6-9171-8955BA30E556}" Directory_="APPDIR" Attributes="4" KeyPath="DisplayName" Options="1"/>
6666
<ROW Component="AI_DisableModify" ComponentId="{46FFA8C5-A0CB-4E05-9AD3-911D543DE8CA}" Directory_="APPDIR" Attributes="4" KeyPath="NoModify" Options="1"/>
6767
<ROW Component="AI_ExePath" ComponentId="{8E02B36C-7A19-429B-A93E-77A9261AC918}" Directory_="APPDIR" Attributes="4" KeyPath="AI_ExePath"/>
6868
<ROW Component="APPDIR" ComponentId="{4DD7907D-D7FE-4CD6-B1A0-B5C1625F5133}" Directory_="APPDIR" Attributes="0"/>
@@ -498,7 +498,7 @@
498498
<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"/>
499499
</COMPONENT>
500500
<COMPONENT cid="caphyon.advinst.msicomp.XmlElementComponent">
501-
<ROW XmlElement="swidbuild" ParentElement="swidnumeric" Name="swid:build" Condition="1" Order="2" Flags="14" Text="0" UpdateIndexInParent="0"/>
501+
<ROW XmlElement="swidbuild" ParentElement="swidnumeric" Name="swid:build" Condition="1" Order="2" Flags="14" Text="2" UpdateIndexInParent="0"/>
502502
<ROW XmlElement="swidentitlement_required_indicator" ParentElement="swidsoftware_identification_tag" Name="swid:entitlement_required_indicator" Condition="1" Order="0" Flags="14" Text="false" UpdateIndexInParent="0"/>
503503
<ROW XmlElement="swidmajor" ParentElement="swidnumeric" Name="swid:major" Condition="1" Order="0" Flags="14" Text="1" UpdateIndexInParent="0"/>
504504
<ROW XmlElement="swidminor" ParentElement="swidnumeric" Name="swid:minor" Condition="1" Order="1" Flags="14" Text="14" UpdateIndexInParent="0"/>

0 commit comments

Comments
 (0)