pidgin/nest

758536518010
Parents a8a873ae7d88
Children bfceef396691
Update the website for the 2.14.6 release

Testing Done:
Ran locally

Reviewed at https://reviews.imfreedom.org/r/794/
--- a/hugo/config.toml Thu Jul 08 16:39:17 2021 -0500
+++ b/hugo/config.toml Fri Jul 09 16:04:09 2021 -0500
@@ -5,7 +5,7 @@
dataDir = "data"
[params]
-currentVersion = "2.14.5"
+currentVersion = "2.14.6"
# Disable arrows
disableNextPrev = true
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/hugo/content/post/2.14.6-released.md Fri Jul 09 16:04:09 2021 -0500
@@ -0,0 +1,45 @@
+---
+title: "2.14.6 Released!"
+date: 2021-07-09T03:13:12-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.
+
+Yet another minor version of Pidgin has been released, 2.14.6. This release took
+a bit longer than we hoped but it's here now so check it out!
+
+The complete changelog for this release is the following:
+
+General:
+* Update references to point to our current websites. ({{% review 766 %}}) (Gary
+ Kramlich)
+* Add a donate link to the help menu. ({{% review 749 %}}) (Gary Kramlich)
+
+Finch:
+* Check pkg-config for ncurses before looking for it manually.
+ ({{% review 729 %}}) (Justin Lecher)
+
+Pidgin:
+* Replace newlines in topics with spaces. ({{% issue PIDGIN-16704 %}})
+ ({{% review 730 %}}) (Gary Kramlich)
+
+libpurple:
+* Added support for the `no_proxy` environment variable.
+ ({{% issue PIDGIN-17518 %}}) ({{% review 667 %}}) (Alynx Zhou and Gary
+ Kramlich)
+* Added infrastructure for fuzzing as well as some initial fuzzers.
+ ({{% review 760 %}}) (Jordy Zomer)
+* Fix an out of bounds write in `purple_markup_linkify`.
+ ({{% review 781 %}}) (Thomas Roth, Dominik Maier, and Fabian Freyer)
+
+XMPP:
+* Enable session management after binding a resource.
+ ({{% issue PIDGIN-17520 %}}) ({{% review 759 %}}) (defanor)
+
+Zephyr:
+* Fix a clang logical-not-parentheses warning. ({{% issue PIDGIN-17528 %}})
+ ({{% review 731 %}}) (Gary Kramlich)
+
--- a/hugo/static/ChangeLog Thu Jul 08 16:39:17 2021 -0500
+++ b/hugo/static/ChangeLog Fri Jul 09 16:04:09 2021 -0500
@@ -1,22 +1,52 @@
Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul
+version 2.14.6 (07/08/2021):
+ General:
+ * Update references to point to our current websites. (RR 766) (Gary
+ Kramlich)
+ * Add a donate link to the help menu. (RR 749) (Gary Kramlich)
+
+ Finch:
+ * Check pkg-config for ncurses before looking for it manually. (RR 729)
+ (Justin Lecher)
+
+ Pidgin:
+ * Replace newlines in topics with spaces. (PIDGIN-16704) (RR 730) (Gary
+ Kramlich)
+
+ libpurple:
+ * Added support for the no_proxy environment variable. (PIDGIN-17518)
+ (RR #667) (Alynx Zhou and Gary Kramlich)
+ * Added infrastructure for fuzzing as well as some initial fuzzers.
+ (RR #760) (Jordy Zomer)
+ * Fix an out of bounds write in purple_markup_linkify. (RR 781) (Thomas
+ Roth, Dominik Maier, and Fabian Freyer)
+
+ XMPP:
+ * Enable session management after binding a resource. (PIDGIN-17520) (RR
+ 759) (defanor)
+
+ Zephyr:
+ * Fix a clang logical-not-parentheses warning. (PIDGIN-17528) (RR 731)
+ (Gary Kramlich)
+
version 2.14.5 (06/03/2021):
- General:
- * Updated our bundled certificates to the latest version from Mozilla.
- (RR #722) (PIDGIN-17535) (Gary Kramlich)
- * Made the project scan-build clean. (RR #692-705, #707-714, #716-#719)
- (Gary Kramlich)
- * Fixed some of Gary's scan-build fixes that were a bit verbose. (RR #715)
- (Elliott Sales de Andrade)
- * Disabled UPnP and NAT-PMP by default for new user. (RR #706) (Gary
- Kramlich)
-
- IRC:
- * Changed the default server to irc.libera.chat. (RR #675) (Gary Kramlich)
-
- Windows Specific Changes:
- * Fixed the installer not running when Mandatory ASLR was turned on.
- (RR #721) (PIDGIN-17524) (Gary Kramlich)
+ General:
+ * Updated our bundled certificates to the latest version from Mozilla.
+ (RR #722) (PIDGIN-17535) (Gary Kramlich)
+ * Made the project scan-build clean. (RR #692-705, #707-714, #716-#719)
+ (Gary Kramlich)
+ * Fixed some of Gary's scan-build fixes that were a bit verbose. (RR #715)
+ (Elliott Sales de Andrade)
+ * Disabled UPnP and NAT-PMP by default for new user. (RR #706) (Gary
+ Kramlich)
+
+ IRC:
+ * Changed the default server to irc.libera.chat. (RR #675) (Gary Kramlich)
+
+ Windows Specific Changes:
+ * Fixed the installer not running when Mandatory ASLR was turned on.
+ (RR #721) (PIDGIN-17524) (Gary Kramlich)
version 2.14.4 (04/29/2021):
General: