pidgin/old.pidgin.im

9d11ce84b9f7
Parents 26d3c0d94d62
Children 8dce43eb42b7
Update the ChangeLog and Version for 2.14.3
--- a/htdocs/ChangeLog Tue Apr 06 14:43:58 2021 -0500
+++ b/htdocs/ChangeLog Sat Apr 10 00:11:14 2021 -0500
@@ -1,5 +1,19 @@
Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul
+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:
+ * Standardize on wprintf in pidgin/win32/winpidgin.c (RR #593) (Gary
+ Kramlich)
+ * Use the inetc nsis plugin that supports https (RR #593, #594)
+ (PIDGIN-17511) (Gary Kramlich)
+ * If building under msys2 copy libgcc_s_dw2-1.dll and libwinpthread to the
+ install directory. (RR #593) (PIDGIN-17511) (Gary Kramlich)
+
version 2.14.2 (04/01/2021):
* Fix a build issue when compiling with gstreamer but without voice and
video. (RR #25)
--- a/inc/version.inc Tue Apr 06 14:43:58 2021 -0500
+++ b/inc/version.inc Sat Apr 10 00:11:14 2021 -0500
@@ -1,8 +1,8 @@
<?php
// Current Pidgin Release
-$pidgin_version = "2.14.2";
+$pidgin_version = "2.14.3";
// Current Windows Pidgin Release
-$pidgin_win32_version = "2.14.1";
+$pidgin_win32_version = "2.14.3";