gplugin/gplugin

Update the ChangeLog
develop
2019-09-30, Gary Kramlich
2ec14d3d2b99
Parents 290ee8d6c33f
Children 07b8bbe1258e
Update the ChangeLog
  • +15 -3
    ChangeLog
  • --- a/ChangeLog Mon Sep 30 04:53:43 2019 +0000
    +++ b/ChangeLog Mon Sep 30 00:34:43 2019 -0500
    @@ -1,6 +1,18 @@
    0.28.1:
    General
    - * Fix a bug that scanbuild found in test-plugin-info.
    + * Fix a bug that scanbuild found in test-plugin-info (Gary Kramlich)
    + * Fix an issue pvs-studio found for using g_set_error instead of
    + g_error_set_literal (PR #34) (Gary Kramlich)
    + * Clean up the rpm spec.in file (PR #29) (Gary Kramlich)
    + * Fix the build when being built as a subproject in meson (PR #28) (Gary
    + Kramlich)
    + * Fix building the Lua loader on FreeBSD (PR #25) (Gary Kramlich)
    + * Look for plugins with both .so and .dylib extensions on MacOS (PR #16)
    + (Gary Kramlich)
    + * Fix a segfault in GPluginFileTree (PR #15) (Olaf Hering)
    + * Fix valgrind and other memory issues (PR #11, PR #12) (Elliot Sales de
    + Andrade)
    + * Fix warnings from Python headers (PR #10) (Elliott Sales de Andrade)
    * Use g_set_error (PR #6) (Elliott Sales de Andrade)
    * Use g_clear_pointer (PR #6) (Elliott Sales de Andrade)
    * Use g_clear_object (PR #6) (Elliott Sales de Andrade)
    @@ -14,8 +26,8 @@
    (Elliott Sales de Andrade)
    * Replaced GPLUGIN_UNUSED with G_GNUC_UNUSED (PR #6) (Elliott Sales de
    Andrade)
    - * Created VAPI for Vala Bindings. (#76)
    - * Added docs for Vala. (#76)
    + * Created VAPI for Vala Bindings. (#76) (Gary Kramlich)
    + * Added docs for Vala. (#76) (Gary Kramlich)
    Python Loader
    * Use Py_CLEAR and Py_XINCREF on private attributes (PR #6) (Elliott Sales de