summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin McCarthy <kevin@8t8.us>2024-03-09 18:35:21 +0800
committerKevin McCarthy <kevin@8t8.us>2024-03-09 18:35:21 +0800
commit3c98bfa875bff795f63597d14322564c2216994f (patch)
tree1b5f3e6b4273aa45565088b022210e4386ef0530
parente2d235147c258953b20f93984da5bce5399f9e46 (diff)
parent00d56288d33005b7412c5fd8b36ccc1d27d12c2f (diff)
Merge branch 'stable'
-rw-r--r--ChangeLog37
-rw-r--r--UPDATING4
-rw-r--r--VERSION2
3 files changed, 42 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 0172cb8e..2ad1f68d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,40 @@
+2024-03-09 18:24:58 +0800 Kevin McCarthy <kevin@8t8.us> (ceecc40b)
+
+ * Update UPDATING file for 2.2.13 release.
+
+M UPDATING
+
+2024-03-09 18:01:11 +0800 Kevin McCarthy <kevin@8t8.us> (9b967f07)
+
+ * Fix smtp client to respect $use_envelope_from option.
+
+ The code was only looking to see if $envelope_from_address had a
+ value, not if $use_envelope_from was set.
+
+ Add extra safety checks to make sure the mailbox value isn't NULL.
+
+M smtp.c
+
+2024-03-09 17:54:34 +0800 Kevin McCarthy <kevin@8t8.us> (039cc521)
+
+ * Fix smtp client $envelope_from_address possible dangling pointer.
+
+ If the account-hook invoked by mutt_conn_find() modifies
+ $envelope_from_address, envfrom could point no longer point to the
+ address.
+
+ Move the mutt_conn_find() before the code that determines the envelope
+ from address.
+
+M smtp.c
+
+2023-09-09 14:45:24 +0800 Kevin McCarthy <kevin@8t8.us> (0a81a2a7)
+
+ * automatic post-release commit for mutt-2.2.12
+
+M ChangeLog
+M VERSION
+
2023-09-09 14:42:14 +0800 Kevin McCarthy <kevin@8t8.us> (6a155b49)
* Update UPDATING file for 2.2.12 release.
diff --git a/UPDATING b/UPDATING
index 29db297b..c80ad10a 100644
--- a/UPDATING
+++ b/UPDATING
@@ -9,6 +9,10 @@ http://www.mutt.org/relnotes/
The keys used are:
!: modified feature, -: deleted feature, +: new feature
+2.2.13 (2024-03-09):
+
+ ! Bug fix release.
+
2.2.12 (2023-09-09):
! Bug fix release.
diff --git a/VERSION b/VERSION
index 98c938ec..f2b42fc7 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.2.12
+2.2.13