From f1e00ea9dd8a58dbfc5f10d37e0153f96f49785d Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Mon, 18 Jun 2018 16:58:26 -0400 Subject: [PATCH] Release libmodulemd 1.5.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Nils Philippsen (3): clarify license blurbs add missing license blurb error handling: first set result, then bail out Petr Ĺ abata (1): Specification: Allow overriding the default component whitelist Stephen Gallagher (31): Fix memory issue with default profiles Fix minor formatting issue Run all tests in debug and release configuration Add Intent object Add Intents to Defaults Add YAML parser for intents Add YAML emitter for intents Auto cleanup YAML events Properly clean up intent object Clean up a memory leak Drop unused content from mod-defaults Run autopep8 on python tests Fix formatting issues with YAML parsing Automatically reformat code during `ninja test` Update Travis with new build requirements Merge pull request #63 from nphilipp/master--license-blurbs Improve defaults merging tests Autoformat test files tests: reject PR if autoformat makes changes Add method to get libmodulemd version Copy intents when copying defaults Add merging logic for Intents Add Buildopts object Add Buildopts.copy() Update Modulemd.Module to use Modulemd.Buildopts Add SimpleSet routines for Buildopts RPM whitelist Switch python test to non-deprecated routines Add Buildopts YAML parser Add emitter for Modulemd.Buildopts Clean up Modulemd.Module property memory Use more reliable property methods in Buildopt tests Signed-off-by: Stephen Gallagher --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 14218659c..d2b37f492 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('modulemd', 'c', - version : '1.4.1', + version : '1.5.0', default_options : [ 'buildtype=debugoptimized', 'c_std=c11',