Skip to content

Commit

Permalink
Release libmodulemd 1.5.0
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
sgallagher committed Jun 18, 2018
1 parent 4e17e94 commit f1e00ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('modulemd', 'c',
version : '1.4.1',
version : '1.5.0',
default_options : [
'buildtype=debugoptimized',
'c_std=c11',
Expand Down

0 comments on commit f1e00ea

Please sign in to comment.