pidgin/old.pidgin.im

677c52d4379e
Parents 8dce43eb42b7
Children 97c8f0ba74d2
Update the ChangeLog and Version for 2.14.5
--- a/htdocs/ChangeLog Thu Apr 29 22:40:08 2021 -0500
+++ b/htdocs/ChangeLog Fri Jun 04 15:49:07 2021 -0500
@@ -1,5 +1,23 @@
Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul
+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:
* Use LT_LIB_M to find the math library. This should simplify things for
--- a/inc/version.inc Thu Apr 29 22:40:08 2021 -0500
+++ b/inc/version.inc Fri Jun 04 15:49:07 2021 -0500
@@ -1,8 +1,8 @@
<?php
// Current Pidgin Release
-$pidgin_version = "2.14.4";
+$pidgin_version = "2.14.5";
// Current Windows Pidgin Release
-$pidgin_win32_version = "2.14.4";
+$pidgin_win32_version = "2.14.5";