Skip to content

Commit

Permalink
1.4.6 version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
adamierymenko committed Aug 30, 2019
1 parent 075321f commit 6897f60
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 14 deletions.
4 changes: 3 additions & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ Additional Use Grant: You may make use of the Licensed Work, provided you
generation components of the Licensed Work as a
for-profit service, regardless of whether the use of
these components is sold alone or is bundled with other
services.
services. Note that this does not apply to the use of
ZeroTier behind the scenes to operate a service not
related to ZeroTier network administration.

* Create Non-Open-Source Commercial Derviative Works

Expand Down
9 changes: 6 additions & 3 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
zerotier-one (1.4.4-2) unstable; urgency=medium
zerotier-one (1.4.6) unstable; urgency=medium

* Re-build with new planet/world file and a flags and build process
update for armhf (32-bit ARM) targets.
* Update default root server list
* Fix build flags on "armhf" (32-bit ARM) platforms for better
compatibility with Pi Zero and other devices.
* Fix license text in one.cpp.
* Add a clarification to LICENSE.txt.

-- Adam Ierymenko <[email protected]> Fri, 30 Aug 2019 01:00:00 -0700

Expand Down
2 changes: 1 addition & 1 deletion ext/installfiles/mac/ZeroTier One.pkgproj
Original file line number Diff line number Diff line change
Expand Up @@ -717,7 +717,7 @@
<key>USE_HFS+_COMPRESSION</key>
<false/>
<key>VERSION</key>
<string>1.4.4</string>
<string>1.4.6</string>
</dict>
<key>TYPE</key>
<integer>0</integer>
Expand Down
8 changes: 2 additions & 6 deletions one.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,8 @@ using namespace ZeroTier;
static OneService *volatile zt1Service = (OneService *)0;

#define PROGRAM_NAME "ZeroTier One"
#define COPYRIGHT_NOTICE "Copyright (c) 2011-2018 ZeroTier, Inc."
#define LICENSE_GRANT \
"This is free software: you may copy, modify, and/or distribute this" ZT_EOL_S \
"work under the terms of the GNU General Public License, version 3 or" ZT_EOL_S \
"later as published by the Free Software Foundation." ZT_EOL_S \
"No warranty expressed or implied." ZT_EOL_S
#define COPYRIGHT_NOTICE "Copyright (c) 2019 ZeroTier, Inc."
#define LICENSE_GRANT "Licensed under the ZeroTier BSL 1.1 (see LICENSE.txt)"

/****************************************************************************/
/* zerotier-cli personality */
Expand Down
2 changes: 1 addition & 1 deletion version.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
/**
* Revision
*/
#define ZEROTIER_ONE_VERSION_REVISION 4
#define ZEROTIER_ONE_VERSION_REVISION 6

/**
* Build version
Expand Down
2 changes: 1 addition & 1 deletion windows/WinUI/AboutView.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<Run Text="ZeroTier One"/>
</Paragraph>
<Paragraph TextAlignment="Center">
<Run FontSize="14" Text="Version 1.4.4"/>
<Run FontSize="14" Text="Version 1.4.6"/>
<LineBreak/>
<Run FontSize="14" Text="(c) 2011-2019 ZeroTier, Inc."/>
<LineBreak/>
Expand Down
2 changes: 1 addition & 1 deletion zerotier-one.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: zerotier-one
Version: 1.4.4
Version: 1.4.6
Release: 1%{?dist}
Summary: ZeroTier One network virtualization service

Expand Down

0 comments on commit 6897f60

Please sign in to comment.