pidgin/pidgin

Prepare for the 2.14.11 release
release-2.x.y
16 months ago, Gary Kramlich
caee9b43f07a
Parents b6ba34e4906d
Children 010d58407f0e
Prepare for the 2.14.11 release

Testing Done:
Ran `make distcheck`

Reviewed at https://reviews.imfreedom.org/r/2155/
  • +10 -2
    ChangeLog
  • +1 -1
    configure.ac
  • --- a/ChangeLog Thu Dec 29 02:26:53 2022 -0600
    +++ b/ChangeLog Sat Dec 31 20:36:52 2022 -0600
    @@ -1,7 +1,15 @@
    Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul
    -version 2.14.11 (??/??/????):
    - * Nothing yet, be the first!
    +version 2.14.11 (12/31/2022):
    + * Add Markus "ivanhoe" Fischer to the Crazy Patch Writers! Congrats Markus!
    + (RR 1952) (Gary Kramlich)
    + * Fix a crash when closing a group chat with spellchk plugin enabled. (RR
    + 1951) (Markus Fischer)
    + * Fix network interface detection on Windows to fix broken file transfers.
    + (PIDGIN-17123, PIDGIN-17293, PIDGIN-17516, PIDGIN-17704) (RR 2018) (Gary
    + Kramlich)
    + * Update the about box to point people to Discourse instead of the mailing
    + lists. (RR 2154) (Gary Kramlich)
    version 2.14.10 (06/02/2022):
    General:
    --- a/configure.ac Thu Dec 29 02:26:53 2022 -0600
    +++ b/configure.ac Sat Dec 31 20:36:52 2022 -0600
    @@ -25,7 +25,7 @@
    m4_define([purple_major_version], [2])
    m4_define([purple_minor_version], [14])
    m4_define([purple_micro_version], [11])
    -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]))