pidgin/nest

Update for the 2.14.3 release

2021-04-09, Sorvival
d386f4debb86
Parents 9389f46e80f9
Children 5b9cde807fbe
Update for the 2.14.3 release

- Modify config.toml to use the new version
- Add notes for 2.14.3 to ChangeLog
- Add blog post for Pidgin 2.14.3

Testing Done:
ran `dev-server.sh` and verified contents were the expected

Reviewed at https://reviews.imfreedom.org/r/600/
--- a/hugo/config.toml Fri Apr 09 01:49:16 2021 -0500
+++ b/hugo/config.toml Fri Apr 09 23:51:07 2021 -0500
@@ -5,7 +5,7 @@
dataDir = "data"
[params]
-currentVersion = "2.14.2"
+currentVersion = "2.14.3"
# Disable arrows
disableNextPrev = true
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/hugo/content/post/2.14.3-released.md Fri Apr 09 23:51:07 2021 -0500
@@ -0,0 +1,38 @@
+---
+title: "2.14.3 Released!"
+date: 2021-04-08T00:00:00-00:00
+replaces: []
+---
+
+After releasing Pidgin 2.14.2 some of our users which run Pidgin on Windows
+reached out to us about them having issues with the installer. This release
+takes care of this issue that affected Windows builds of Pidgin.
+
+Also, this release removes the AIM protocol plugin. This is certainly an
+interesting change considering that the Pidgin project started as a chat client
+for AIM, yet it's important to remember that AIM was shutdown in December 2017
+so this removal was long overdue.
+
+The complete changelog for this release is the following:
+
+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. ({{% review 598 %}}) (Gary Kramlich)
+
+Windows:
+
+* Standardize on wprintf in pidgin/win32/winpidgin.c ({{% review 593 %}}) (Gary Kramlich)
+* Use the inetc nsis plugin that supports https ({{% review 593 %}}, {{% review
+ 594 %}}) ({{% issue PIDGIN-17511 %}}) (Gary Kramlich)
+* If building under msys2 copy libgcc_s_dw2-1.dll and libwinpthread to the
+ install directory. ({{% review 593 %}}) ({{% issue PIDGIN-17511 %}}) (Gary
+ Kramlich)
+
+You can find 2.14.3 on
+[SourceForge](https://sourceforge.net/projects/pidgin/files/Pidgin/2.14.3/).
+
+We hope everyone enjoys this release and the fixes it brings. Remember that if
+you have any questions or comments we have a [variety of channels]({{< ref
+"about/community" >}}) where you can reach out to us.
--- a/hugo/static/ChangeLog Fri Apr 09 01:49:16 2021 -0500
+++ b/hugo/static/ChangeLog Fri Apr 09 23:51:07 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)