pidgin/nest

Merged in default (pull request #96)

2020-06-11, Gary Kramlich
ddb4507d6b38
Merged in default (pull request #96)

2.14.1 release updates

Approved-by: Robbie
--- a/hugo/content/development/building/2.x.y/windows.md Wed Jun 10 23:04:16 2020 +0000
+++ b/hugo/content/development/building/2.x.y/windows.md Thu Jun 11 10:43:01 2020 +0000
@@ -70,7 +70,7 @@
```plain
pidgin-dev/
-├── pidgin-2.14.0
+├── pidgin-2.x.y
└── win32-dev
```
--- a/hugo/content/install/_index.md Wed Jun 10 23:04:16 2020 +0000
+++ b/hugo/content/install/_index.md Thu Jun 11 10:43:01 2020 +0000
@@ -23,14 +23,14 @@
## Windows
-[![](/images/download.png)](https://sourceforge.net/projects/pidgin/files/Pidgin/2.14.0/pidgin-2.14.0.exe/download)
+[![](/images/download.png)](https://sourceforge.net/projects/pidgin/files/Pidgin/2.14.1/pidgin-2.14.1.exe/download)
This version of Pidgin downloads an appropriate version of GTK. GTK is now
installed locally for Pidgin, and not system-wide, thus Pidgin will not
interfere with other GTK apps on your system.
If you would like to have GTK included in the installer, we have an [offline
-installer](https://sourceforge.net/projects/pidgin/files/Pidgin/2.14.0/pidgin-2.14.0-offline.exe/download)
+installer](https://sourceforge.net/projects/pidgin/files/Pidgin/2.14.1/pidgin-2.14.1-offline.exe/download)
that bundles everything except spell-checking dictionaries.
## Linux
@@ -76,9 +76,9 @@
## Source
-[![](/images/download.png)](https://sourceforge.net/projects/pidgin/files/Pidgin/2.14.0/pidgin-2.14.0.tar.bz2/download)
+[![](/images/download.png)](https://sourceforge.net/projects/pidgin/files/Pidgin/2.14.1/pidgin-2.14.1.tar.bz2/download)
-This download is for the source code of Pidgin 2.14.0.
+This download is for the source code of Pidgin 2.14.1.
If you want to **use** Pidgin, you should either download and use our Windows
installer or look for pre-built packages from your operating system
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/hugo/content/post/2.14.1-released.md Thu Jun 11 10:43:01 2020 +0000
@@ -0,0 +1,18 @@
+---
+title: "2.14.1 Released!"
+date: 2020-06-11T04:48:05-05:00
+replaces: []
+---
+
+So who would have guessed that some stuff would go wrong when we haven't
+released in nearly two years?
+
+The changes for 2.14.1 are small but important. There were some issues with
+the Windows installer that made it impossible to install 2.14.0 and the
+Mercurial revision in the About box was displaying "unknown".
+
+Sorry for the inconvenience that this may have caused!
+
+You can find 2.14.1 on
+[SourceForge](https://sourceforge.net/projects/pidgin/files/Pidgin/2.14.1/) as
+well as on [Bintray](https://bintray.com/pidgin/releases/pidgin/2.14.1).
--- a/hugo/static/ChangeLog Wed Jun 10 23:04:16 2020 +0000
+++ b/hugo/static/ChangeLog Thu Jun 11 10:43:01 2020 +0000
@@ -1,5 +1,13 @@
Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul
+version 2.14.1 (11/06/2020):
+ * Fixed issues with Windows installer that always thought Pidgin was
+ running. (Eion Robb)
+ * Fixed an issue where the Windows installer was not using Unicode while
+ doing checksums which made it fail. (Eion Robb)
+ * Fixed an issue in the released source code that caused the Mercurial
+ revision in the About box to be "unknown". (Gary Kramlich)
+
version 2.14.0 (10/06/2020):
General:
* Fixed a memory leak in search results. (#17292 PR #320 David Woodhouse)