pidgin/nest

Bump everything for the 2.14.8 release

2021-10-14, Gary Kramlich
d625ad28cb52
Parents 084499061e85
Children 20382db508f0
Bump everything for the 2.14.8 release

Testing Done:
Ran `hugo server` and verified everything looked correct.

Reviewed at https://reviews.imfreedom.org/r/1044/
--- a/hugo/config.toml Fri Oct 08 16:03:34 2021 -0500
+++ b/hugo/config.toml Thu Oct 14 21:52:35 2021 -0500
@@ -5,7 +5,7 @@
dataDir = "data"
[params]
-currentVersion = "2.14.7"
+currentVersion = "2.14.8"
# Disable arrows
disableNextPrev = true
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/hugo/content/post/2.14.8-released.md Thu Oct 14 21:52:35 2021 -0500
@@ -0,0 +1,26 @@
+---
+title: "2.14.8 Released!"
+date: 2021-10-14T04:31:20-05:00
+replaces: []
+---
+
+**Notice for Windows users:** We are aware of an issue with the installer
+failing to download the dictionaries used for spellchecking. We are currently
+working on a fix and hope to have this resolved as soon as possible.
+
+We've released another bug fix version of Pidgin, version 2.14.8. This
+release only has a few random bug fixes, but it does fix a regression that was
+causing some timestamp issues at least with the Discord plugin.
+
+libpurple:
+* Fix a regression in `purple_str_to_time`. ({{% issue PIDGIN-17552 %}})
+ ({{% review 931 %}}) (Gary Kramlich)
+
+XMPP:
+* Fix a double free in jabber/message.c. ({{% issue PIDGIN-17547 %}})
+ ({{% review 932 %}}) (Gary Kramlich, pv32768)
+
+Pidgin:
+* Fix the link to the support mailing list archive in the About Dialog.
+ ({{% review 929 %}}) (Gary Kramlich)
+
--- a/hugo/static/ChangeLog Fri Oct 08 16:03:34 2021 -0500
+++ b/hugo/static/ChangeLog Thu Oct 14 21:52:35 2021 -0500
@@ -1,3 +1,16 @@
+version 2.14.8 (10/14/2021):
+ libpurple:
+ * Fix a regression in purple_str_to_time. (PIDGIN-17552) (RR 931) (Gary
+ Kramlich)
+
+ XMPP:
+ * Fix a double in free jabber/message.c. (PIDGIN-17547) (RR 932) (Gary
+ Kramlich, pv32768)
+
+ Pidgin:
+ * Fix the link to the support mailing list archive in the About Dialog.
+ (RR 929) (Gary Kramlich)
+
version 2.14.7 (09/16/2021):
libpurple:
* Fix leak in purple_markup_find_tag on error. (OSS-FUZZ 35816) (RR 924)