* 1.12.0

* Linux build fixes for old distros.
This commit is contained in:
Adam Ierymenko 2023-08-23 13:03:57 -04:00 committed by GitHub
parent e41a6f2ec4
commit 0859a0d1e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 2428 additions and 2796 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
zerotier-one (1.12.0) unstable; urgency=medium
* See RELEASE-NOTES.md for release notes.
-- Adam Ierymenko <adam.ierymenko@zerotier.com> Thu, 17 Aug 2023 01:00:00 -0700
zerotier-one (1.10.6) unstable; urgency=medium
* See RELEASE-NOTES.md for release notes.

2
debian/control vendored
View File

@ -3,7 +3,7 @@ Maintainer: Adam Ierymenko <adam.ierymenko@zerotier.com>
Section: net
Priority: optional
Standards-Version: 3.9.6
Build-Depends: debhelper (>= 9)
Build-Depends: debhelper
Vcs-Git: git://github.com/zerotier/ZeroTierOne
Vcs-Browser: https://github.com/zerotier/ZeroTierOne
Homepage: https://www.zerotier.com/

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -8,6 +8,7 @@
#include <unordered_map>
#include <vector>
#include <cassert>
#include <stdexcept>
#include "prometheus/collectable.h"
#include "prometheus/metric.h"

View File

@ -14,6 +14,7 @@
#include <iostream>
#include <memory>
#include <functional>
#include <stdexcept>
namespace prometheus {
namespace simpleapi {

676
zeroidc/Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -1,9 +1,9 @@
Name: zerotier-one
Version: 1.10.6
Version: 1.12.0
Release: 1%{?dist}
Summary: ZeroTier network virtualization service
License: ZeroTier BSL 1.1
License: ZeroTier BUSL 1.1
URL: https://www.zerotier.com
# Fedora
@ -143,6 +143,9 @@ chmod 0755 $RPM_BUILD_ROOT/etc/init.d/zerotier-one
%endif
%changelog
* Thu Aug 17 2023 Adam Ierymenko <adam.ierymenko@zerotier.com> - 1.12.0
- see https://github.com/zerotier/ZeroTierOne for release notes
* Tue Mar 21 2023 Adam Ierymenko <adam.ierymenko@zerotier.com> - 1.10.6
- see https://github.com/zerotier/ZeroTierOne for release notes