pidgin/pidgin

Bump the version and update ChangeLog for the 2.14.7 release
release-2.x.y v2.14.7
2021-09-16, Gary Kramlich
f7894672b4e3
Parents ac6dbd45da27
Children baba2db74f71
Bump the version and update ChangeLog for the 2.14.7 release

Testing Done:
Ran `make distcheck`

Reviewed at https://reviews.imfreedom.org/r/925/
  • +18 -0
    ChangeLog
  • +3 -0
    ChangeLog.API
  • +1 -1
    configure.ac
  • --- a/ChangeLog Thu Sep 16 21:11:59 2021 -0500
    +++ b/ChangeLog Thu Sep 16 21:14:00 2021 -0500
    @@ -1,5 +1,23 @@
    Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul
    +version 2.14.7 (09/16/2021):
    + libpurple:
    + * Fix leak in purple_markup_find_tag on error. (OSS-FUZZ 35816) (RR 924)
    + (Elliott Sales de Andrade)
    + * Fix an issue where the XMPP utility tests would fail if libidn was
    + disabled. (RR 922) (Gary Kramlich)
    + * Fix an assert in purple_markup_html_to_xhtml (OSS-FUZZ 35029) (RR 921)
    + (Elliott Sales de Andrade)
    + * Fix building on Haiku (RR 916) (Haiku Ports Team)
    + * Correctly free parse tags at end of purple_html_to_xhtml (OSS-FUZZ 34996)
    + (RR 913) (Elliott Sales de Andrade)
    + * Fix leak that may occur when xmlnode_from_str fails (OSS-FUZZ 34988)
    + (RR 911) (Elliott Sales de Andrade)
    + * Cleanup, standardize and create starting corpora for all of the fuzzers.
    + (RR 920) (Gary Kramlich)
    + * Port purple_str_to_time to use a regular expression and add additional
    + unit tests for it. (RR 923) (Gary Kramlich)
    +
    version 2.14.6 (07/08/2021):
    General:
    * Update references to point to our current websites. (RR 766) (Gary
    --- a/ChangeLog.API Thu Sep 16 21:11:59 2021 -0500
    +++ b/ChangeLog.API Thu Sep 16 21:14:00 2021 -0500
    @@ -1,5 +1,8 @@
    Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul
    +version 2.14.7:
    + * No changes
    +
    version 2.14.6:
    * No changes
    --- a/configure.ac Thu Sep 16 21:11:59 2021 -0500
    +++ b/configure.ac Thu Sep 16 21:14:00 2021 -0500
    @@ -24,7 +24,7 @@
    m4_define([purple_lt_current], [14])
    m4_define([purple_major_version], [2])
    m4_define([purple_minor_version], [14])
    -m4_define([purple_micro_version], [6])
    +m4_define([purple_micro_version], [7])
    m4_define([purple_version_suffix], [])
    m4_define([purple_version],
    [purple_major_version.purple_minor_version.purple_micro_version])