Skip to content

libmodulemd 2.1.0 and 1.8.2

Compare
Choose a tag to compare
@sgallagher sgallagher released this 26 Jan 20:52
· 421 commits to master since this release
libmodulemd-2.1.0
072e6ee
  • Add new API ModuleStream.depends_on_stream() and ModuleStream.build_depends_on_stream() to help support auto-detection of when a module stream may need to be rebuilt when its dependencies change.
  • Don't fail merges when default streams differ, treat it as "no default for this module"
  • Fix error message
  • Copy modified value when copying Modulemd.Defaults objects
  • Fixes discovered by clang and coverity static analysis tools
  • Test improvements