gplugin/gplugin

Prepare for the 0.34.0 release
v0.34.0
2021-09-24, Gary Kramlich
77a1778c7a1b
Parents 069c014ed85f
Children 39aa5e7f2d7a
Prepare for the 0.34.0 release

Testing Done:
ran `meson-dist`

Reviewed at https://reviews.imfreedom.org/r/936/
  • +14 -2
    ChangeLog
  • +1 -1
    meson.build
  • --- a/ChangeLog Fri Sep 24 01:23:26 2021 -0500
    +++ b/ChangeLog Fri Sep 24 02:29:55 2021 -0500
    @@ -1,5 +1,17 @@
    -0.33.1: ????/??/??:
    - * Nothing yet, be the first!!
    +0.34.0: 2021/09/24:
    + * Add an id property to GPluginLoader. (RR 895) (Gary Kramlich)
    + * Fix memory leaks in test-versioned-dependencies and test-find-plugins.
    + (RR 896) (ivanhoe)
    + * Add a convey plan to build and export the docs. (RR 904) (Gary Kramlich)
    + * Migrate to gi-docgen. (RR 905) (Gary Kramlich)
    + * Cleaned up all the convey plans. (RR 910) (Gary Kramlich)
    + * Fix the plugin id for the Perl5 Loader plugin. (RR 934) (Gary Kramlich)
    + * Change loader registration to work on an instance rather than a GType.
    + (RR 899) (Gary Kramlich)
    + * Add a core flag to turn on logging of plugin state changes. (RR 933)
    + (Gary Kramlich)
    + * Make the name inside of the pkgconfig files match the base name of the
    + pkgconfig files. (RR 935) (Gary Kramlich)
    0.33.0: 2021/08/03:
    * Fix plugin searching with Glib 2.69. (RR 856) (Elliott Sales de Andrade)
    --- a/meson.build Fri Sep 24 01:23:26 2021 -0500
    +++ b/meson.build Fri Sep 24 02:29:55 2021 -0500
    @@ -3,7 +3,7 @@
    ###############################################################################
    project('gplugin', 'c',
    license : 'LGPL-2.0-or-later',
    - version : '0.34.0-dev',
    + version : '0.34.0',
    meson_version : '>=0.56.0',
    default_options : ['c_std=c99'])