pidgin/nest

1f078d295019
Add an alias for /development/wiki/GetABacktrace to the debugging page

Testing Done:
Ran `npm hugo:server` and verified that `/development/wiki/GetABacktrace` redirected to `/development/debugging'

Reviewed at https://reviews.imfreedom.org/r/3029/
---
title: "2.14.7 Released!"
date: 2021-09-16T21:19:59-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.7. This release
includes a bunch of random fixes for issues that were found by Google
[OSS-Fuzz](https://google.github.io/oss-fuzz/).
As far as we can tell, none of these issues are remotely exploitable, but you
should update for the memory leak fixes alone.
libpurple:
* Fix leak in `purple_markup_find_tag` on error. ({{% oss_fuzz 35816 %}})
({{% review 924 %}}) (Elliott Sales de Andrade)
* Fix an issue where the XMPP utility tests would fail if libidn was disabled.
({{% review 922 %}}) (Gary Kramlich)
* Fix an assert in `purple_markup_html_to_xhtml` ({{% oss_fuzz 35029 %}})
({{% review 921 %}}) (Elliott Sales de Andrade)
* Fix building on Haiku ({{% review 916 %}}) (Haiku Ports Team)
* Correctly free parse tags at end of `purple_html_to_xhtml`
({{% oss_fuzz 34996 %}}) ({{% review 913 %}}) (Elliott Sales de Andrade)
* Fix leak that may occur when `xmlnode_from_str` fails
({{% oss_fuzz 34988 %}}) ({{% review 911 %}}) (Elliott Sales de Andrade)
* Cleanup, standardize and create starting corpora for all of the fuzzers.
({{% review 920 %}}) (Gary Kramlich)
* Port `purple_str_to_time` to use a regular expression and add additional unit
tests for it. ({{% review 923 %}}) (Gary Kramlich)