Thu, 03 Jun 2021 20:55:16 -0500
Prepare for the 2.14.5 release
Testing Done:
Ran make distcheck, about to test on windows
Reviewed at https://reviews.imfreedom.org/r/723/
| ChangeLog | file | annotate | diff | comparison | revisions | |
| configure.ac | file | annotate | diff | comparison | revisions |
--- a/ChangeLog Thu Jun 03 20:18:38 2021 -0500 +++ b/ChangeLog Thu Jun 03 20:55:16 2021 -0500 @@ -1,7 +1,22 @@ Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul -version 2.14.5 (??/??/????): - * Nothing yet, be the first! +version 2.14.5 (06/03/2021): + General: + * Updated our bundled certificates to the latest version from Mozilla. + (RR #722) (PIDGIN-17535) (Gary Kramlich) + * Made the project scan-build clean. (RR #692-705, #707-714, #716-#719) + (Gary Kramlich) + * Fixed some of Gary's scan-build fixes that were a bit verbose. (RR #715) + (Elliott Sales de Andrade) + * Disabled UPnP and NAT-PMP by default for new user. (RR #706) (Gary + Kramlich) + + IRC: + * Changed the default server to irc.libera.chat. (RR #675) (Gary Kramlich) + + Windows Specific Changes: + * Fixed the installer not running when Mandatory ASLR was turned on. + (RR #721) (PIDGIN-17524) (Gary Kramlich) version 2.14.4 (04/29/2021): General:
--- a/configure.ac Thu Jun 03 20:18:38 2021 -0500 +++ b/configure.ac Thu Jun 03 20:55:16 2021 -0500 @@ -25,7 +25,7 @@ m4_define([purple_major_version], [2]) m4_define([purple_minor_version], [14]) m4_define([purple_micro_version], [5]) -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]))