Prepare for the 2.90.1 release v2.90.1

Wed, 01 Jan 2025 15:32:28 -0600

author
Gary Kramlich <grim@reaperworld.com>
date
Wed, 01 Jan 2025 15:32:28 -0600
changeset 43120
a7fd7e06c486
parent 43119
e7de2188a13b
child 43121
3d448c75d39a

Prepare for the 2.90.1 release

Testing Done:
Ran `meson dist`

Reviewed at https://reviews.imfreedom.org/r/3716/

ChangeLog file | annotate | diff | comparison | revisions
meson.build file | annotate | diff | comparison | revisions
--- a/ChangeLog	Wed Jan 01 15:29:59 2025 -0600
+++ b/ChangeLog	Wed Jan 01 15:32:28 2025 -0600
@@ -1,7 +1,13 @@
 Pidgin: The Universal Chat Client
 
-version 2.90.1 (??/??/????):
-	* Nothing yet, be the first!
+version 2.90.1 (01/01/2025):
+	* IRCv3: Fix a crash when attempting to reconnect a failed account
+	  (PIDGIN-18017) (RR 3713) (Gary Kramlich)
+	* IRCv3: Tell the HASL context whether or not we're using TLS
+	  (PIDGIN-18017) (RR 3714) (Gary Kramlich)
+	* Fix some PURPLE_IS_CONVERSATION_MEMEBER assertion failures (PIDGIN-18013)
+	  (RR 3710) (Gary Kramlich)
+	* Update Ibis to 0.10.2 (PIDGIN-18018) (RR 3715) (Gary Kramlich)
 
 version 2.90.0 (12/31/2024):
 	General:
--- a/meson.build	Wed Jan 01 15:29:59 2025 -0600
+++ b/meson.build	Wed Jan 01 15:32:28 2025 -0600
@@ -21,7 +21,7 @@
 #   For production releases:    ''
 #
 project('pidgin', 'c',
-    version : '2.90.1-devel',
+    version : '2.90.1',
     meson_version : '>=1.0.0',
     default_options : ['c_std=c17', 'warning_level=2'])
 purple_soversion = 0

mercurial