From e428bdb0cb25c012df9cda893c7bf2bdab5d6f1f Mon Sep 17 00:00:00 2001 From: Jonathan Gazeley <jonathan.gazeley@bristol.ac.uk> Date: Mon, 9 Oct 2017 10:10:32 +0100 Subject: [PATCH] Prepare release 3.4.0 --- CHANGELOG.md | 7 +++++++ metadata.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1493d74..09f9cdd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ ## Changelog +### 3.4.0 + * Fix bug with modules that have ensure => absent + * Fix bug with module::files where content and source + * Fix bug with path of krb5 module + * Manage parameter `allow_expired_crl` + * Clean up comments in templates to reduce the size + ### 3.3.0 * Deploy modules to `mods_available` and symlink to `mods_enabled` * Deploy modules to `sites_available` and symlink to `sites_enabled` diff --git a/metadata.json b/metadata.json index 0c0fd7a..ccaa9b8 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "jgazeley-freeradius", - "version": "3.3.0", + "version": "3.4.0", "author": "jgazeley", "summary": "Install and configure FreeRADIUS", "license": "Apache-2.0", -- GitLab