pidgin/nest

Update for the 2.14.2 release

2021-04-01, Gary Kramlich
3b08a26ba41f
Parents a46a784ef620
Children b1b5ffddaf91
Update for the 2.14.2 release

Testing Done:
Ran locally with `npm run hugo:server`

Reviewed at https://reviews.imfreedom.org/r/591/
--- a/hugo/config.toml Tue Mar 09 01:45:30 2021 -0600
+++ b/hugo/config.toml Thu Apr 01 14:56:23 2021 -0500
@@ -5,7 +5,7 @@
dataDir = "data"
[params]
-currentVersion = "2.14.1"
+currentVersion = "2.14.2"
# Disable arrows
disableNextPrev = true
--- a/hugo/static/ChangeLog Tue Mar 09 01:45:30 2021 -0600
+++ b/hugo/static/ChangeLog Thu Apr 01 14:56:23 2021 -0500
@@ -1,5 +1,16 @@
Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul
+version 2.14.2 (04/01/2021):
+ * Fix a build issue when compiling with gstreamer but without voice and
+ video. (RR #25)
+ * Enable cyrus-sasl by default. (RR #26)
+ * Fix an issue with opening link in Firefox. (RR #503) (PIDGIN-16589)
+ * Fix a regression from 2.14.0 where extra whitespace would be displayed
+ when pasting <p> elements from HTML. (RR #504) (PIDGIN-17437)
+ * Require Python 3 for generating the D-Bus bindings. (RR #550)
+ * Fix an issue where pasting <hr>'s and other HTML elements would
+ eventually lead to a crash. (RR #514) (PIDGIN-17446)
+
version 2.14.1 (11/06/2020):
* Fixed issues with Windows installer that always thought Pidgin was
running. (Eion Robb)