From 4d26acfd668252b97e28d95fbb1f5a7cab1e87ea Mon Sep 17 00:00:00 2001 From: Andy Miller Date: Wed, 20 Jan 2021 12:55:20 -0700 Subject: [PATCH] change testing -> stable in system.yaml --- CHANGELOG.md | 6 ++++++ system/config/system.yaml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d098dcd8..1af042b57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# v1.7.2 +## mm/dd/2021 + +1. [](#bugfix) + * Fixed default GPM Channel back to 'stable' - this was inadvertently left as 'testing' + # v1.7.1 ## 01/20/2021 diff --git a/system/config/system.yaml b/system/config/system.yaml index 9925b76bf..46398e1a0 100644 --- a/system/config/system.yaml +++ b/system/config/system.yaml @@ -173,7 +173,7 @@ session: path: gpm: - releases: testing # Set to either 'stable' or 'testing' + releases: stable # Set to either 'stable' or 'testing' proxy_url: # Configure a manual proxy URL for GPM (eg 127.0.0.1:3128) method: 'auto' # Either 'curl', 'fopen' or 'auto'. 'auto' will try fopen first and if not available cURL verify_peer: true # Sometimes on some systems (Windows most commonly) GPM is unable to connect because the SSL certificate cannot be verified. Disabling this setting might help.