gplugin/gplugin

Prepare for the 0.39.1 release
v0.39.1
17 months ago, Gary Kramlich
da782d1b051f
Parents 9c9f3a78a6f6
Children f29d2c8825fd
Prepare for the 0.39.1 release

Testing Done:
Ran `meson dist`

Reviewed at https://reviews.imfreedom.org/r/2086/
  • +4 -2
    ChangeLog
  • +1 -1
    meson.build
  • --- a/ChangeLog Wed Nov 23 23:53:52 2022 -0600
    +++ b/ChangeLog Wed Nov 23 23:58:53 2022 -0600
    @@ -1,5 +1,7 @@
    -0.39.1: ????/??/??:
    - * Nothing yet, be the first!!
    +0.39.1: 2022/11/23:
    + * Fix deprecation warning with GLib 2.74 (RR 2012) (Elliott Sales de Andrade)
    + * Modernize and simplify Meson files (RR 2035) (Elliott Sales de Andrade)
    + * Use new Python initialization method (RR 2084) (Elliott Sales de Andrade)
    0.39.0: 2022/10/27:
    * Better document the example plugins and cover the shutdown parameter to
    --- a/meson.build Wed Nov 23 23:53:52 2022 -0600
    +++ b/meson.build Wed Nov 23 23:58:53 2022 -0600
    @@ -3,7 +3,7 @@
    ###############################################################################
    project('gplugin', 'c',
    license : 'LGPL-2.0-or-later',
    - version : '0.39.1-dev',
    + version : '0.39.1',
    meson_version : '>=0.61.0',
    default_options : ['c_std=c99', 'warning_level=2'])