Skip to content

Commit

Permalink
Release v1.1.3
Browse files Browse the repository at this point in the history
Merlin Mathesius (1):
      Repair a few memory leaks in the raw yaml parsing utilities

Stephen Gallagher (20):
      Print correct version in pkgconfig file
      Eliminate memory leak in default tests
      Fix memory leak in _parse_modulemd_v2_dep_map
      Fix memory leak in parse_raw_yaml_sequence
      Clean up memory leaks in regression tests
      Clean up memory leaks in servicelevel tests
      Clean up memory leaks in simpleset
      Clean up memory leak on bad YAML input
      Fix memory leak in XMD parsing
      Keep regression tests in numerical order
      Fix memory leak in regression tests
      Fix memory leak in date parsing
      Always clean up GPtrArray values with unref
      Simplify cleanup in _simpleset_from_sequence
      Fix memory leak in _parse_modulemd_rpm_component
      Fix memory leaks in yaml tests
      Fix import statement in README
      Update Travis for Coverity
      Split dockerfile into deps and runtime
      Remove unreachable code

Signed-off-by: Stephen Gallagher <[email protected]>
  • Loading branch information
sgallagher committed Mar 19, 2018
1 parent d15e1d2 commit bb5f589
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.1.2',
version : '1.1.3',
default_options : [
'buildtype=debugoptimized',
'c_std=c11',
Expand Down

0 comments on commit bb5f589

Please sign in to comment.