gplugin/gplugin

Prepare for the 0.35.0 release
v0.35.0
2021-09-30, Gary Kramlich
82687b8b1f97
Parents 130949050a8a
Children 221b2481c538
Prepare for the 0.35.0 release

Testing Done:
Ran `ninja dist`

Reviewed at https://reviews.imfreedom.org/r/964/
  • +13 -0
    ChangeLog
  • +1 -1
    meson.build
  • --- a/ChangeLog Thu Sep 30 01:07:52 2021 -0500
    +++ b/ChangeLog Thu Sep 30 01:48:01 2021 -0500
    @@ -1,3 +1,16 @@
    +0.35.0: 2021/09/30:
    + * Add an unloadable property to GPluginPluginInfo and add a shutdown
    + parameter to gplugin_unload. (RR 943) (Gary Kramlich)
    + * Add a mailmap for resolving committer names. (RR 948) (Gary Kramlich)
    + * Fix trailing slashes in links in the GPluginGtk docs. (RR 957) (Gary
    + Kramlich)
    + * Silence warnings from Python files and fix a bug with Unicode named Python
    + plugins. (RR 960) (Elliott Sales de Andrade)
    + * Remove the mingw-cross packaging stuff. (RR 962) (Gary Kramlich)
    + * Set the min and max allowed glib versions. (GPLUGIN-140) (RR 963) (Gary
    + Kramlich)
    + * Renamed gplugin-gtk to gplugin-gtk3. (GPLUGIN-98) (RR 961) (Gary Kramlich)
    +
    0.34.1: 2021/09/26:
    * Update the library dependency objects to include the gobject introspection
    targets so they will automatically work with subprojects. (RR 939) (Gary
    --- a/meson.build Thu Sep 30 01:07:52 2021 -0500
    +++ b/meson.build Thu Sep 30 01:48:01 2021 -0500
    @@ -3,7 +3,7 @@
    ###############################################################################
    project('gplugin', 'c',
    license : 'LGPL-2.0-or-later',
    - version : '0.35.0-dev',
    + version : '0.35.0',
    meson_version : '>=0.56.0',
    default_options : ['c_std=c99'])