pidgin/pidgin

Prepare for the 2.14.8 release
release-2.x.y v2.14.8
2021-10-14, Gary Kramlich
5076f03ecaaa
Parents 658471e41d75
Children 875b3ef949c6
Prepare for the 2.14.8 release

Testing Done:
Ran `make distcheck`

Reviewed at https://reviews.imfreedom.org/r/1043/
  • +12 -3
    ChangeLog
  • +1 -1
    configure.ac
  • --- a/ChangeLog Wed Oct 06 04:04:56 2021 -0500
    +++ b/ChangeLog Thu Oct 14 20:51:39 2021 -0500
    @@ -1,8 +1,17 @@
    Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul
    -version 2.14.8 (??/??/????):
    - General:
    - * Nothing yet, be the first!
    +version 2.14.8 (10/14/2021):
    + libpurple:
    + * Fix a regression in purple_str_to_time. (PIDGIN-17552) (RR 931) (Gary
    + Kramlich)
    +
    + XMPP:
    + * Fix a double free in jabber/message.c. (PIDGIN-17547) (RR 932) (Gary
    + Kramlich, pv32768)
    +
    + Pidgin:
    + * Fix the link to the support mailing list archive in the About Dialog.
    + (RR 929) (Gary Kramlich)
    version 2.14.7 (09/16/2021):
    libpurple:
    --- a/configure.ac Wed Oct 06 04:04:56 2021 -0500
    +++ b/configure.ac Thu Oct 14 20:51:39 2021 -0500
    @@ -25,7 +25,7 @@
    m4_define([purple_major_version], [2])
    m4_define([purple_minor_version], [14])
    m4_define([purple_micro_version], [8])
    -m4_define([purple_version_suffix], [dev])
    +m4_define([purple_version_suffix], [])
    m4_define([purple_version],
    [purple_major_version.purple_minor_version.purple_micro_version])
    m4_define([purple_display_version], purple_version[]m4_ifdef([purple_version_suffix],[purple_version_suffix]))