gplugin/gplugin

Prepare for the 0.43.0 release
v0.43.0
7 weeks ago, Gary Kramlich
4fb61c981e56
Parents b3ed6897b812
Children 273a016fef7d
Prepare for the 0.43.0 release

Testing Done:
Ran `meson dist`

Reviewed at https://reviews.imfreedom.org/r/3026/
  • +12 -2
    ChangeLog
  • +1 -1
    meson.build
  • --- a/ChangeLog Tue Mar 12 03:44:26 2024 -0500
    +++ b/ChangeLog Tue Mar 12 20:34:57 2024 -0500
    @@ -1,5 +1,15 @@
    -0.42.2: ????/??/??
    - * Nothing yet, be the first!!
    +0.43.0: 2024/03/13
    + * Use g_set_error_literal in a few more places (RR 2891) (Gary Kramlich)
    + * Make sure final types are defined as such (RR 2928) (Gary Kramlich)
    + * Make signal/property enums consistent (RR 2937) (Elliott Sales de Andrade)
    + * Remove unnecessary GObject casts (RR 2959) (Gary Kramlich)
    + * Remove micro versions from Since tags (RR 2917) (Gary Kramlich)
    + * Modernize gplugin-query a bit (RR 2983) (Gary Kramlich)
    + * Make GPluginFileSource public (RR 2982) (Gary Kramlich)
    + * Move the dependecy regex instance to the manager instance (RR 2985) (Gary
    + Kramlich)
    + * Update test-loader-registration to use a new instance of GPluginManager
    + (RR 3025) (Gary Kramlich)
    0.42.1: 2023/11/16
    * Only add GModule's include directory to GPlugin dependency (RR 2824)
    --- a/meson.build Tue Mar 12 03:44:26 2024 -0500
    +++ b/meson.build Tue Mar 12 20:34:57 2024 -0500
    @@ -3,7 +3,7 @@
    ###############################################################################
    project('gplugin', 'c',
    license : 'LGPL-2.0-or-later',
    - version : '0.43.0-dev',
    + version : '0.43.0',
    meson_version : '>=0.61.0',
    default_options : ['c_std=c17', 'warning_level=2'])