# HG changeset patch # User Gary Kramlich # Date 1737600474 21600 # Node ID eb22b625ecadbe889f2c1b4aad58813517981c2e # Parent 624e3095500344253a9a4f916930c889852f37fb Prepare for the 2.14.14 release Testing Done: Ran `make distcheck` Reviewed at https://reviews.imfreedom.org/r/3779/ diff -r 624e30955003 -r eb22b625ecad ChangeLog --- a/ChangeLog Tue Jan 21 23:50:29 2025 -0600 +++ b/ChangeLog Wed Jan 22 20:47:54 2025 -0600 @@ -1,7 +1,31 @@ Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul -version 2.14.14 (??/??/????): - * Nothing yet, be the first! +version 2.14.14 (01/23/2025): + * Update the date in COPYRIGHT as it was a few years behind (RR 3007) + (Gary Kramlich) + * Add convey plans for Debian Trixie and Fedora 40 (RR 3283) (Gary + Kramlich) + * Fix incompatible pointer types for GtkItemFactoryCallbacks on gcc-14 + (RR 3282) (Yoann Congal) + * Update the build image for the docs (RR 3285) (Gary Kramlich) + * Fix type mismatch with IOKit usage (PIDGIN-17891) (RR 3507) (Elliott + Sales de Andrade) + * Use the result of g_string_free(..., FALSE) (RR 3509) (Elliott Sales de + Andrade) + * NSS: Load intermediate certificates from the server (PIDGIN-17886) + (RR 3608) (John Schanck) + * Finally add proper support for italics on IRC (PIDGIN-14560) (RR 3609) + (Gary Kramlich) + * Fix some type conversion errors (RR 3777) (Elliott Sales de Andrade, + Gary Kramlich) + * Use raw strings for Python regular expressions (RR 3774) (Elliott Sales + de Andrade) + * zephyr: Modernize K&R function prototypes (RR 3775) (Elliott Sales de + Andrade) + * Fix invalid prototypes that will break with C23 (PIDGIN-18028) (RR 3776) + (Elliott Sales de Andrade) + * Add the ability to run a custom command for signing the binaries + (RR 3778) (Gary Kramlich) version 2.14.13 (02/23/2024): * Fix compile warning (Wcast-function-type). (RR 2225) (Markus Fischer) diff -r 624e30955003 -r eb22b625ecad configure.ac --- a/configure.ac Tue Jan 21 23:50:29 2025 -0600 +++ b/configure.ac Wed Jan 22 20:47:54 2025 -0600 @@ -25,7 +25,7 @@ m4_define([purple_major_version], [2]) m4_define([purple_minor_version], [14]) m4_define([purple_micro_version], [14]) -m4_define([purple_version_suffix], [dev]) +m4_define([purple_version_suffix], []) m4_define([purple_version], [purple_major_version.purple_minor_version.purple_micro_version]) m4_define([purple_display_version], purple_version[]m4_ifdef([purple_version_suffix],[purple_version_suffix]))