gplugin/gplugin

Prepare for the 0.34.1 release
v0.34.1
2021-09-25, Gary Kramlich
d01d2ae04291
Parents 476c9cac712b
Children c8e4dba3aa65
Prepare for the 0.34.1 release

Testing Done:
Ran `ninja dist`

Reviewed at https://reviews.imfreedom.org/r/944/
  • +4 -2
    ChangeLog
  • +1 -1
    meson.build
  • --- a/ChangeLog Sat Sep 25 03:22:16 2021 -0500
    +++ b/ChangeLog Sat Sep 25 14:17:57 2021 -0500
    @@ -1,5 +1,7 @@
    -0.34.1: ????/??/??:
    - * Nothing yet, be the first!!
    +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
    + Kramlich)
    0.34.0: 2021/09/24:
    * Add an id property to GPluginLoader. (RR 895) (Gary Kramlich)
    --- a/meson.build Sat Sep 25 03:22:16 2021 -0500
    +++ b/meson.build Sat Sep 25 14:17:57 2021 -0500
    @@ -3,7 +3,7 @@
    ###############################################################################
    project('gplugin', 'c',
    license : 'LGPL-2.0-or-later',
    - version : '0.34.1-dev',
    + version : '0.34.1',
    meson_version : '>=0.56.0',
    default_options : ['c_std=c99'])