pidgin/pidgin

Preparation for the 2.14.4 release
release-2.x.y v2.14.4
2021-04-29, Gary Kramlich
288a5b3e994f
Parents 9cc9fac6dd3c
Children 95ea2137e8d3
Preparation for the 2.14.4 release

Testing Done:
Ran `make distcheck`

Reviewed at https://reviews.imfreedom.org/r/630/
  • +14 -2
    ChangeLog
  • +1 -1
    configure.ac
  • --- a/ChangeLog Sun Apr 25 00:28:39 2021 -0500
    +++ b/ChangeLog Thu Apr 29 21:25:03 2021 -0500
    @@ -1,6 +1,10 @@
    Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul
    -version 2.14.4 (??/??/????):
    +version 2.14.4 (04/29/2021):
    + General:
    + * Use LT_LIB_M to find the math library. This should simplify things for
    + various distros including the BSD's. (RR #608) (and, Justin Lechner)
    +
    libpurple:
    * Removed a dangling reference to oscar that was causing the unit tests
    to fail. (RR #605) (Gary Kramlich)
    @@ -13,13 +17,21 @@
    * Re-enable the Gevolution plugin and set the evolution-data-server
    requirement to >= 3.6. (RR #610) (Ed Catmur, Lars Wendler)
    + Windows-Specific Changes:
    + * Output pkg-config files so that our Windows builds can be seen by meson.
    + Grim owes a blog post on how this works. (RR #615) (Gary Kramlich)
    + * Update the debug symbols download in the installer to the inetc plugin.
    + (RR #627) (Gary Kramlich)
    + * Make sure the uninstaller removes all files that we install. (RR #612)
    + (Gary Kramlich)
    +
    version 2.14.3 (04/08/2021):
    libpurple:
    * Removed the AIM protocol plugin. AIM has been shut down since December
    15th of 2017. We left it around because of a third party server, but our
    plugin no longer works with it. (RR #598) (Gary Kramlich)
    - Windows:
    + Windows-Specific Changes:
    * Standardize on wprintf in pidgin/win32/winpidgin.c (RR #593) (Gary
    Kramlich)
    * Use the inetc nsis plugin that supports https (RR #593, #594)
    --- a/configure.ac Sun Apr 25 00:28:39 2021 -0500
    +++ b/configure.ac Thu Apr 29 21:25:03 2021 -0500
    @@ -25,7 +25,7 @@
    m4_define([purple_major_version], [2])
    m4_define([purple_minor_version], [14])
    m4_define([purple_micro_version], [4])
    -m4_define([purple_version_suffix], [devel])
    +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]))