From 2b8d6a99ebce5501faa4f8b0ce3e15e563957992 Mon Sep 17 00:00:00 2001 From: Franck Royer Date: Wed, 11 Sep 2019 10:59:44 +1000 Subject: [PATCH 1/2] Update Changelog for #1370 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c0f62028d9..5c78360914 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +### Changed +- Statically link openssl in the release build to allow the binaries to be ran out-of-the-box on most Linux distros + ## [0.1.0] - 2019-09-05 ### Added From 0a14d2fff6d0b462ab69659b5a02802531c8b175 Mon Sep 17 00:00:00 2001 From: Franck Royer Date: Wed, 11 Sep 2019 11:59:32 +1000 Subject: [PATCH 2/2] Update CHANGELOG.md Co-Authored-By: Lucas Soriano --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c78360914..0f7a8271f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ### Changed -- Statically link openssl in the release build to allow the binaries to be ran out-of-the-box on most Linux distros +- Statically link openssl in the release build to allow the binaries to be ran out-of-the-box on most Linux distros. ## [0.1.0] - 2019-09-05