Update the documentation for the 2.14.3 release release-2.x.y

Thu, 08 Apr 2021 22:39:04 -0500

author
Gary Kramlich <grim@reaperworld.com>
date
Thu, 08 Apr 2021 22:39:04 -0500
branch
release-2.x.y
changeset 40842
98f8af044651
parent 40841
d12f1daf83ff
child 40843
723c284ecfa1

Update the documentation for the 2.14.3 release

Testing Done:
Ran `make distcheck` without issue.

Reviewed at https://reviews.imfreedom.org/r/599/

ChangeLog file | annotate | diff | comparison | revisions
ChangeLog.API file | annotate | diff | comparison | revisions
configure.ac file | annotate | diff | comparison | revisions
--- a/ChangeLog	Thu Apr 08 22:30:53 2021 -0500
+++ b/ChangeLog	Thu Apr 08 22:39:04 2021 -0500
@@ -1,7 +1,18 @@
 Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul
 
-version 2.14.3 (??/??/????):
-	* Nothing yet, be the first!
+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
--- a/ChangeLog.API	Thu Apr 08 22:30:53 2021 -0500
+++ b/ChangeLog.API	Thu Apr 08 22:39:04 2021 -0500
@@ -1,5 +1,8 @@
 Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul
 
+version 2.14.3:
+	* No changes
+
 version 2.14.2:
 	* No changes
 
--- a/configure.ac	Thu Apr 08 22:30:53 2021 -0500
+++ b/configure.ac	Thu Apr 08 22:39:04 2021 -0500
@@ -25,7 +25,7 @@
 m4_define([purple_major_version], [2])
 m4_define([purple_minor_version], [14])
 m4_define([purple_micro_version], [3])
-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]))

mercurial