libgnt/libgnt

Prepare for the 2.14.4 release
release-2.x.y v2.14.4
4 months ago, Gary Kramlich
17a641c949d6
Parents 2da723f790d6
Children 4ade94e655c8
Prepare for the 2.14.4 release

Testing Done:
Ran `meson dist` without issue.

Reviewed at https://reviews.imfreedom.org/r/2886/
  • +4 -2
    ChangeLog
  • +1 -1
    meson.build
  • --- a/ChangeLog Sat Dec 16 23:29:21 2023 -0600
    +++ b/ChangeLog Sun Dec 17 01:32:52 2023 -0600
    @@ -3,8 +3,10 @@
    Please see notes about versioning in README.md.
    -version 2.14.4 (????/??/??):
    - * Nothing yet, be the first!
    +version 2.14.4 (2023-12-17)
    + * Use panel_window instead of directly accessing the window pointer on
    + panels. This issue was discovered by (Debian 1057570) (RR 2883) (Gary
    + Kramlich)
    version 2.14.3 (2021/09/25):
    * Added an option to disable python2 support. (LIBGNT-16) (RR 930) (Gary
    --- a/meson.build Sat Dec 16 23:29:21 2023 -0600
    +++ b/meson.build Sun Dec 17 01:32:52 2023 -0600
    @@ -26,7 +26,7 @@
    # the first version for Finch 3 was 3.0.0
    project('libgnt', 'c',
    - version : '2.14.4-dev',
    + version : '2.14.4',
    meson_version : '>=0.44.0')
    gnt_soversion = 0