libgnt/libgnt

31662f6b9346
Parents 9ca51271d56e
Children bd85338d3a9d
Bump the version to 2.14.2-dev and add ivanhoe to COPYRIGHT and ChangeLog

Testing Done:
Ran a build

Reviewed at https://reviews.imfreedom.org/r/796/
  • +1 -0
    COPYRIGHT
  • +3 -0
    ChangeLog
  • +1 -1
    meson.build
  • --- a/COPYRIGHT Sat Jul 10 00:31:05 2021 -0500
    +++ b/COPYRIGHT Mon Jul 12 00:54:36 2021 -0500
    @@ -31,6 +31,7 @@
    Evan Schoenberg
    Gabriel Schulhof
    Gary Kramlich
    +ivanhoe
    James Geboski
    Jochen Kemnade
    John Bailey
    --- a/ChangeLog Sat Jul 10 00:31:05 2021 -0500
    +++ b/ChangeLog Mon Jul 12 00:54:36 2021 -0500
    @@ -3,6 +3,9 @@
    Please see notes about versioning in README.md.
    +version 2.14.2 (????/??/??):
    + * Fix a SEGFAULT in gnt_combo_box_get_dropdown. (RR #793) (ivanhoe)
    +
    version 2.14.1 (2021/02/04):
    * Bump the minimum meson version from 0.37.0 to 0.41.0 (Richard Laager)
    * Fix a buffer size in gntwm.c. (Richard Laager)
    --- a/meson.build Sat Jul 10 00:31:05 2021 -0500
    +++ b/meson.build Mon Jul 12 00:54:36 2021 -0500
    @@ -26,7 +26,7 @@
    # the first version for Finch 3 was 3.0.0
    project('libgnt', 'c',
    - version : '2.14.1',
    + version : '2.14.2-dev',
    meson_version : '>=0.41.0')
    gnt_soversion = 0