Skip to content
Release libmodulemd 1.5.0

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