hugo/content/post/2.14.6-released.md

Sun, 10 Nov 2024 00:47:44 -0600

author
Gary Kramlich <grim@reaperworld.com>
date
Sun, 10 Nov 2024 00:47:44 -0600
changeset 544
6532ddaa3587
parent 451
758536518010
permissions
-rw-r--r--

Add EionRobb's ChatGPT protocol plugin and update the signal protocol plugins

Testing Done:
Ran `npm run hugo:server` and verified it locally.

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

---
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)

mercurial