Skip to content

libmodulemd 1.6.0

Choose a tag to compare

@sgallagher sgallagher released this 18 Jul 13:21
· 683 commits to master since this release
libmodulemd-1.6.0
dc7d1a3
  • Adds Modulemd.ModuleStream object, deprecating Modulemd.Module
  • Adds Modulemd.Translation and Modulemd.TranslationEntry objects
  • Adds Modulemd.ImprovedModule object that collects streams, defaults and translations together
  • Adds new Modulemd.index_from_*() funtions to get a hash table of Modulemd.ImprovedModule objects for easier searching
  • Moves function documentation to the public headers
  • Corrects the license headers to MIT (they were incorrectly listed as MITNFA in previous releases)
  • Makes the "eol" field optional for Modulemd.ServiceLevel
  • Clean up HTML documentation
  • Fixes a type error on 32-bit systems