gplugin/gplugin

Prepare for the 0.31.0 release
v0.31.0
2021-05-27, Gary Kramlich
f25e021e4053
Parents 577a6979dcec
Children 193534167f94
Prepare for the 0.31.0 release

Testing Done:
ran `ninja dist` as well as `ninja all doc test` on the resulting tarball.

Reviewed at https://reviews.imfreedom.org/r/676/
  • +14 -4
    ChangeLog
  • +1 -1
    meson.build
  • --- a/ChangeLog Wed May 26 16:43:14 2021 -0500
    +++ b/ChangeLog Thu May 27 19:12:50 2021 -0500
    @@ -1,8 +1,18 @@
    -0.31.0: ????/??/??
    +0.31.0: 2021/05/27
    + General
    + * Added an option to install gplugin-query. (RR 159) (GPLUGIN-129) (Sorvival)
    + * Added an option to install gplugin-gtk-viewer. (RR 159) (GPLUGIN-129)
    + (Sorvival)
    +
    + GPlugin
    * Changed the symbol bind logical for native plugins to bind locally by
    - default. Fixes GPLUGIN-119 (Gary Kramlich)
    - * Added a parameter of type GPluginCoreFlags to gplugin_init. Fixes
    - GPLUGIN-103(Gary Kramlich)
    + default. (RR 108) (GPLUGIN-119) (Gary Kramlich)
    + * Added a parameter of type GPluginCoreFlags to gplugin_init. (RR 110)
    + (GPLUGIN-103) (Gary Kramlich)
    + * Added gplugin_plugin_info_get_id_normalized. (RR 131) (GPLUGIN-128)
    + (Gary Kramlich)
    + * Added a macro to make it easier to implement native plugins and to future
    + proof them a bit. (RR 578) (GPLUGIN-132) (Gary Kramlich)
    0.30.0: 2020/09/05
    General
    --- a/meson.build Wed May 26 16:43:14 2021 -0500
    +++ b/meson.build Thu May 27 19:12:50 2021 -0500
    @@ -3,7 +3,7 @@
    ###############################################################################
    project('gplugin', 'c',
    license : 'LGPL-2.0-or-later',
    - version : '0.30.1-dev',
    + version : '0.31.0',
    meson_version : '>=0.52.0',
    default_options : ['c_std=c99'])