gplugin/gplugin

Prepare for the 0.40.0 release
v0.40.0
13 months ago, Gary Kramlich
ddca15c618aa
Parents c3f82c2ae491
Children 987ffd3da9ca
Prepare for the 0.40.0 release

Testing Done:
Ran `ninja dist`

Reviewed at https://reviews.imfreedom.org/r/2264/
  • +19 -2
    ChangeLog
  • +1 -1
    meson.build
  • --- a/ChangeLog Thu Feb 23 22:26:49 2023 -0600
    +++ b/ChangeLog Fri Feb 24 00:43:46 2023 -0600
    @@ -1,5 +1,22 @@
    -0.39.2: ????/??/??:
    - * Nothing yet, be the first!!
    +0.40.0: 2023/02/24:
    + * Add a settings property to GPluginGtkView and GPluginGtkPage (RR 2128)
    + (Elliott Sales de Andrade)
    + * Add a settings list to GPluginGtkPage (RR 2129) (Elliott Sales de Andrade)
    + * Set a non-persistent settings backend in GPluginGtkViewer (RR 2147)
    + (Elliott Sales de Andrade)
    + * Add option in viewer to directly show a plugin page (RR 2148) (Elliott
    + Sales de Andrade)
    + * Add a plugin with all basic setting types (RR 2149) (Elliott Sales de
    + Andrade)
    + * Add more ranged settings to the previously mentioned test plugin (RR 2152)
    + (Elliott Sales de Andrade)
    + * Simplify hash tables used as sets (RR 2178) (Elliott Sales de Andrade)
    + * Implement widgets for settings that use basic types (RR 2150) (Elliott
    + Sales de Andrade)
    + * Fix memory leaks in gplugin_file_source (RR 2255) (Markus Fischer)
    + * Bump our required C standard to C17 (RR 2249) (Gary Kramlich)
    + * Move the gi-docgen subproject from git to a release (RR 2271) (Gary
    + Kramlich)
    0.39.1: 2022/11/23:
    * Fix deprecation warning with GLib 2.74 (RR 2012) (Elliott Sales de Andrade)
    --- a/meson.build Thu Feb 23 22:26:49 2023 -0600
    +++ b/meson.build Fri Feb 24 00:43:46 2023 -0600
    @@ -3,7 +3,7 @@
    ###############################################################################
    project('gplugin', 'c',
    license : 'LGPL-2.0-or-later',
    - version : '0.39.2-dev',
    + version : '0.40.0',
    meson_version : '>=0.61.0',
    default_options : ['c_std=c17', 'warning_level=2'])