gplugin/gplugin

Prepare for the 0.36.0 release
v0.36.0
2021-10-14, Gary Kramlich
072159807045
Parents d5c02a5c4af9
Children ac6cf0cd632f
Prepare for the 0.36.0 release

Testing Done:
Ran `ninja dist`

Reviewed at https://reviews.imfreedom.org/r/1050/
  • +26 -1
    ChangeLog
  • +1 -1
    meson.build
  • --- a/ChangeLog Thu Oct 14 22:56:21 2021 -0500
    +++ b/ChangeLog Thu Oct 14 22:58:44 2021 -0500
    @@ -1,5 +1,30 @@
    -0.36.0: ????/??/??:
    +0.36.0: 2021/10/14:
    + * Update POTFILES for the gtk -> gtk3 rename. (RR 967) (Gary Kramlich)
    + * Add namespaces to all of the Vala and Genie plugins. (RR 984) (Gary
    + Kramlich)
    + * Random meson cleanups. (RR 987) (Elliott Sales de Andrade)
    + * Setup meson devenv. (RR 988) (Gary Kramlich)
    + * Turn on extra warnings and clean them up. (RR 989) (Gary Kramlich)
    + * Add Lua 5.4 to our lists of accepted version. (RR 990) (Gary Kramlich)
    + * Random Perl5 cleanups. (RR 986) (Gary Kramlich)
    + * Add scaffolding for GTK 4 Widgets. (RR 991) (Elliott Sales de Andrade)
    + * Remove empty vfuncs in gplugin-gtk3. (RR 996) (Elliott Sales de Andrade)
    + * Fix cross references in the GPlugin documentation. (RR 999) (Elliott Sales
    + de Andrade)
    + * Fix namespace for get_id_normalized (RR 1000) (Elliott Sales de Andrade)
    + * Fix cross references in the GPlugin-Gtk3 documentation. (RR 1002) (Elliott
    + Sales de Andrade)
    + * Silence some new Meson warnings (RR 1007) (Elliott Sales de Andrade)
    + * Fix some leaks in GTK3 plugin viewer (RR 1009) (Elliott Sales de Andrade)
    + * Make property registration consistent (RR 1010) (Elliott Sales de Andrade)
    + * Fix several typos (RR 1011) (Elliott Sales de Andrade)
    + * Add GTK4 viewer outline (RR 992) (Elliott Sales de Andrade)
    + * Remove unnecessary doc comments in gplugin (RR 1014) (Gary Kramlich)
    + * Remove unnecessary doc comments in gplugin-gtk3 (RR 1015) (Gary Kramlich)
    * Made GPluginManager a final type. (RR 1028) (Gary Kramlich)
    + * Set all log domains to use structured logging (RR 1032) (Elliott Sales de
    + Andrade)
    + * Add GLADE_CATALOG_SEARCH_PATH to the devenv (RR 1046) (Gary Kramlich)
    0.35.0: 2021/09/30:
    * Add an unloadable property to GPluginPluginInfo and add a shutdown
    --- a/meson.build Thu Oct 14 22:56:21 2021 -0500
    +++ b/meson.build Thu Oct 14 22:58:44 2021 -0500
    @@ -3,7 +3,7 @@
    ###############################################################################
    project('gplugin', 'c',
    license : 'LGPL-2.0-or-later',
    - version : '0.36.0-dev',
    + version : '0.36.0',
    meson_version : '>=0.56.0',
    default_options : ['c_std=c99', 'warning_level=2'])