qulogic/gplugin

9145f4cfd29b
Add all of Elliott's update from PR #6 to the ChangeLog
  • +18 -1
    ChangeLog
  • --- a/ChangeLog Sat Jan 26 17:02:11 2019 +0000
    +++ b/ChangeLog Sat Jan 26 11:16:24 2019 -0600
    @@ -1,5 +1,22 @@
    0.28.1:
    - * Nothing yet, be the first!
    + General
    + * 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)
    + * Use g_value_dup (PR #6) (Elliott Sales de Andrade)
    + * Remove null checks from g_strdup (PR #6) (Elliott Sales de Andrade)
    + * Make sure testing asserts can't be disabled (PR #6) (Elliott Sales de
    + Andrade)
    + * Fix some potential reference counting bugs (PR #6) (Elliott Sales de
    + Andrade)
    + * Removed checks for glib < 2.40 as that's our required minimum now. (PR #6)
    + (Elliott Sales de Andrade)
    + * Replaced GPLUGIN_UNUSED with G_GNUC_UNUSED (PR #6) (Elliott Sales de
    + Andrade)
    +
    + Python Loader
    + * Use Py_CLEAR and Py_XINCREF on private attributes (PR #6) (Elliott Sales de
    + Andrade)
    0.28.0: 2019/01/22
    * Fixed building on OSX with homebrew