Module metadata manipulation library
Go to file
Stephen Gallagher 413a53e996
Update to version 1.2.0
New Functions:
  * Modulemd.objects_from_file()
  * Modulemd.objects_from_string()
  * Modulemd.dump()
  * Modulemd.dumps()
  * Modulemd.Defaults.new_from_file()
  * Modulemd.Defaults.new_from_string()
Deprecated Functions:
  * Modulemd.Module.new_all_from_file()
  * Modulemd.Module.new_all_from_file_ext()
  * Modulemd.Module.new_all_from_string()
  * Modulemd.Module.new_all_from_string_ext()
  * Modulemd.Module.dump_all()
  * Modulemd.Module.dumps_all()
Bugfixes
  * Properly use G_BEGIN_DECLS and G_END_DECLS in headers
  * Assorted fixes for memory ownership in GObject Introspection

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2018-04-04 09:11:13 -04:00
.gitignore Update to version 1.2.0 2018-04-04 09:11:13 -04:00
0001-Fix-up-header-issues.patch Fix missing G_END_DECL from public headers 2018-03-23 12:07:31 -04:00
libmodulemd.spec Update to version 1.2.0 2018-04-04 09:11:13 -04:00
README.md Update README 2017-09-18 08:35:35 -04:00
sources Update to version 1.2.0 2018-04-04 09:11:13 -04:00

libmodulemd

C Library for manipulating module metadata files See https://pagure.io/modulemd for more details.