libgnt/libgnt

9d23268ff9c8
Parents f4557d5ed92d
Children 89f1b7139a49
Update the ChangeLog for the 2.14.1 release

Testing Done:
None needed

Reviewed at https://reviews.imfreedom.org/r/477/
  • +8 -2
    ChangeLog
  • --- a/ChangeLog Thu Feb 04 21:07:16 2021 -0600
    +++ b/ChangeLog Thu Feb 04 23:26:55 2021 -0600
    @@ -6,8 +6,14 @@
    version 3.0.0 (????/??/??):
    * Fix a use after free when using Python. (PR #357 kdex)
    -version 2.14.0 (????/??/??):
    - ...
    +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)
    +
    +version 2.14.0 (2020/06/10):
    + * Split libgnt out of the Pidgin repository. (Elliott Sales de Andrade)
    + * Switched build system to Meson. (Elliott Sales de Andrade)
    + * Fixed a build issue on FreeBSD. (Steve Wills)
    version 2.13.0 (2018/03/08):
    * Fixed build against curses 6.0 with opaque structs set. (#16764 dimstar)