gplugin/gplugin

Prep for the 0.33.0 release
v0.33.0
2021-08-03, Gary Kramlich
f04edbdc6e9e
Parents aad84a86eadb
Children 0a36794339eb
Prep for the 0.33.0 release

Testing Done:
ran `meson dist`

Reviewed at https://reviews.imfreedom.org/r/866/
  • +8 -2
    ChangeLog
  • +1 -1
    meson.build
  • --- a/ChangeLog Tue Aug 03 02:57:45 2021 -0500
    +++ b/ChangeLog Tue Aug 03 02:58:27 2021 -0500
    @@ -1,5 +1,11 @@
    -0.32.2: ????/??/??
    - * Nothing yet, be the first!!
    +0.33.0: 2021/08/03:
    + * Fix plugin searching with Glib 2.69. (RR 856) (Elliott Sales de Andrade)
    + * Look for Perl in additional paths. (RR 851, 864) (ivanhoe)
    + * Override our dependency in meson if we have a new enough meson. (RR 837)
    + (Gary Kramlich)
    + * Converted the GPluginManager API to take an instance of a GPluginManager
    + instead of just working working on a library managed instance. (RR 862)
    + (Gary Kramlich)
    0.32.1: 2021/07/29
    * Update all of the basic plugins to verify that they were called with the
    --- a/meson.build Tue Aug 03 02:57:45 2021 -0500
    +++ b/meson.build Tue Aug 03 02:58:27 2021 -0500
    @@ -3,7 +3,7 @@
    ###############################################################################
    project('gplugin', 'c',
    license : 'LGPL-2.0-or-later',
    - version : '0.32.2-dev',
    + version : '0.33.0',
    meson_version : '>=0.56.0',
    default_options : ['c_std=c99'])