gplugin/gplugin

Prep for the 0.32.1 release
v0.32.1
2021-07-29, Gary Kramlich
328552e20a3f
Parents c35d67e36fdb
Children b97d7bb37529
Prep for the 0.32.1 release

Testing Done:
compiled

Reviewed at https://reviews.imfreedom.org/r/853/
  • +9 -2
    ChangeLog
  • +1 -1
    meson.build
  • --- a/ChangeLog Thu Jul 29 22:40:03 2021 -0500
    +++ b/ChangeLog Thu Jul 29 22:53:34 2021 -0500
    @@ -1,5 +1,12 @@
    -0.32.1: ????/??/??
    - * Nothing yet, be the first!
    +0.32.1: 2021/07/29
    + * Update all of the basic plugins to verify that they were called with the
    + proper arguments. (RR 817) (Gary Kramlich)
    + * Check for all known and supported Python3 pkg-config files. (RR 832) (Gary
    + Kramlich)
    + * Bump the meson minimum version to 0.56.0 and start using the summary
    + function. (RR 849) (Gary Kramlich)
    + * Move the management of plugins state from GPluginManager to GPluginLoader.
    + (RR 845) (Gary Kramlich)
    0.32.0: 2021/07/13
    * Expose the GPluginManager object. This is the first step in updating the API
    --- a/meson.build Thu Jul 29 22:40:03 2021 -0500
    +++ b/meson.build Thu Jul 29 22:53:34 2021 -0500
    @@ -3,7 +3,7 @@
    ###############################################################################
    project('gplugin', 'c',
    license : 'LGPL-2.0-or-later',
    - version : '0.32.1-dev',
    + version : '0.32.1',
    meson_version : '>=0.56.0',
    default_options : ['c_std=c99'])