libgnt/libgnt

Prepare for the 2.14.3 release
release-2.x.y v2.14.3
2021-09-25, Gary Kramlich
d3ad72913471
Parents a29533a581fe
Children 7750e56b2ef1
Prepare for the 2.14.3 release

Testing Done:
ran `ninja dist`

Reviewed at https://reviews.imfreedom.org/r/946/
  • +5 -2
    ChangeLog
  • +1 -1
    meson.build
  • --- a/ChangeLog Sat Sep 25 22:36:57 2021 -0500
    +++ b/ChangeLog Sat Sep 25 22:56:33 2021 -0500
    @@ -3,8 +3,11 @@
    Please see notes about versioning in README.md.
    -version 2.14.3 (????/??/??):
    - * Nothing yet, be the first!!
    +version 2.14.3 (2021/09/25):
    + * Added an option to disable python2 support. (LIBGNT-16) (RR 930) (Gary
    + Kramlich)
    + * Add an option to disable building the docs. (LIBGNT-17) (RR 945) (Helmut
    + Grohne, Gary Kramlich)
    version 2.14.2 (2021/07/23):
    * Fix a SEGFAULT in gnt_combo_box_get_dropdown. (RR #793) (ivanhoe)
    --- a/meson.build Sat Sep 25 22:36:57 2021 -0500
    +++ b/meson.build Sat Sep 25 22:56:33 2021 -0500
    @@ -26,7 +26,7 @@
    # the first version for Finch 3 was 3.0.0
    project('libgnt', 'c',
    - version : '2.14.3-dev',
    + version : '2.14.3',
    meson_version : '>=0.44.0')
    gnt_soversion = 0