gplugin/gplugin

Parents e9856b6fd6d6
Children 09d4e545c551
Update the change log and adjust the version number for new api

Testing Done:
Compiled and ran the unit tests.

Reviewed at https://reviews.imfreedom.org/r/1348/
  • +17 -3
    ChangeLog
  • +1 -1
    meson.build
  • --- a/ChangeLog Mon Mar 14 21:23:09 2022 -0500
    +++ b/ChangeLog Mon Mar 14 23:52:35 2022 -0500
    @@ -1,5 +1,19 @@
    -0.37.1: ????/??/??:
    - * Nothing yet, be the first!!
    +0.38.0: ????/??/??:
    + * Add gplugin-gtk4-viewer and accompanying GTK4 widgets (RR 1134) (Elliott
    + Sales de Andrade)
    + * Fix cross references in gplugin-gtk4-viewer (RR 1150) (Elliott Sales de
    + Andrade)
    + * Update the Perl5 loader's name to match the format of the other loaders
    + (RR 1151) (Gary Kramlich)
    + * Move the generated version code out to its own file (RR 1154) (Gary
    + Kramlich)
    + * Implement enable switch in GTK4 viewer (RR 1193) (Elliott Sales de
    + Andrade)
    + * Bump the GLib requirement to 2.70 (1199) (Gary Kramlich)
    + * Add GPlugin.Plugin::desired-state property (RR 1200) (Gary Kramlich)
    + * Remove support for Python 3.6 (RR 1231) (Gary Kramlich)
    + * Fix unit tests on Window (RR 1229) (ivanhoe)
    + * Remove GModule from the GIR file (RR 1252) (Gary Kramlich)
    0.37.0: 2021/11/11:
    * Add convenience functions gplugin_manager_append_paths_from_environment and
    @@ -185,7 +199,7 @@
    * 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
    + * Fix valgrind and other memory issues (PR #11, PR #12) (Elliott Sales de
    Andrade)
    * Fix warnings from Python headers (PR #10) (Elliott Sales de Andrade)
    * Use g_set_error (PR #6) (Elliott Sales de Andrade)
    --- a/meson.build Mon Mar 14 21:23:09 2022 -0500
    +++ b/meson.build Mon Mar 14 23:52:35 2022 -0500
    @@ -3,7 +3,7 @@
    ###############################################################################
    project('gplugin', 'c',
    license : 'LGPL-2.0-or-later',
    - version : '0.37.1-dev',
    + version : '0.38.0-dev',
    meson_version : '>=0.56.0',
    default_options : ['c_std=c99', 'warning_level=2'])