pidgin/nest

8c8df4037f15
Parents 264d72bb44d1
Children dd47cbb736b0
Add an announcement and everything else for the 2.14.12 release

Testing Done:
ran `npm run hugo:server` locally.

Reviewed at https://reviews.imfreedom.org/r/2158/
--- a/hugo/config.toml Thu Nov 24 01:11:59 2022 -0600
+++ b/hugo/config.toml Sat Dec 31 22:35:44 2022 -0600
@@ -9,7 +9,7 @@
path = "github.com/matcornic/hugo-theme-learn"
[params]
-currentVersion = "2.14.10"
+currentVersion = "2.14.12"
# Disable arrows
disableNextPrev = true
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/hugo/content/post/2.14.12-released.md Sat Dec 31 22:35:44 2022 -0600
@@ -0,0 +1,38 @@
+---
+title: "2.14.12 Released!"
+date: 2022-12-31T21:36:21-06:00
+replaces: []
+---
+
+We've released another bug fix version of Pidgin, version 2.14.12. This
+release has many random bug fixes so be sure to check out the full ChangeLog
+below.
+
+You may have noticed we didn't announce 2.14.11, that's because this release
+got spiked as there was an error with a translation with the Windows installer.
+I tested building the installer before merging translations which was a mistake
+that I'll try to avoid in the future.
+
+You can find links to the download from our
+[Install page]({{< ref "/install" >}}).
+
+### 2.14.12
+
+General:
+* Remove a string from the Romanian translation that's breaking iconv on
+ Windows. ({{% review 2157 %}}) (Gary Kramlich)
+
+### 2.14.11
+
+General:
+* Add Markus "ivanhoe" Fischer to the Crazy Patch Writers! Congrats Markus!
+ ({{% review 1952 %}}) (Gary Kramlich)
+* Fix a crash when closing a group chat with spellchk plugin enabled.
+ ({{% review 1951 %}}) (Markus Fischer)
+* Fix network interface detection on Windows to fix broken file transfers.
+ ({{% issue PIDGIN-17123 %}}, {{% issue PIDGIN-17293 %}},
+ {{% issue PIDGIN-17516 %}}, {{% issue PIDGIN-17704 %}})
+ ({{% review 2018 %}}) (Gary Kramlich)
+* Update the about box to point people to Discourse instead of the mailing
+ lists. ({{% review 2154 %}}) (Gary Kramlich)
+
--- a/hugo/static/ChangeLog Thu Nov 24 01:11:59 2022 -0600
+++ b/hugo/static/ChangeLog Sat Dec 31 22:35:44 2022 -0600
@@ -1,3 +1,18 @@
+version 2.14.12 (12/31/2022):
+ * Remove a string from the Romanian translation that's breaks the creation
+ of the Windows installer. (RR 2157) (Gary Kramlich)
+
+version 2.14.11 (12/31/2022):
+ * Add Markus "ivanhoe" Fischer to the Crazy Patch Writers! Congrats Markus!
+ (RR 1952) (Gary Kramlich)
+ * Fix a crash when closing a group chat with spellchk plugin enabled. (RR
+ 1951) (Markus Fischer)
+ * Fix network interface detection on Windows to fix broken file transfers.
+ (PIDGIN-17123, PIDGIN-17293, PIDGIN-17516, PIDGIN-17704) (RR 2018) (Gary
+ Kramlich)
+ * Update the about box to point people to Discourse instead of the mailing
+ lists. (RR 2154) (Gary Kramlich)
+
version 2.14.10 (06/02/2022):
General:
* Audit and correct the COPYRIGHT file. (RR 1425) (Richard Laager)