summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin McCarthy <kevin@8t8.us>2022-11-05 12:37:33 -0700
committerKevin McCarthy <kevin@8t8.us>2022-11-05 12:37:33 -0700
commit44b9bd4fde0f094dc62178f2a46c1b299648cd1e (patch)
tree79fe470ddd70ed3df76bc03639a5c77ef6b0c26e
parentdb16ce472e522268bcd38d06f1ef9f1d6efc0e92 (diff)
Update UPDATING file for 2.2.8 release.
-rw-r--r--UPDATING13
1 files changed, 13 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index b91ea613..27e7afba 100644
--- a/UPDATING
+++ b/UPDATING
@@ -9,6 +9,19 @@ http://www.mutt.org/relnotes/
The keys used are:
!: modified feature, -: deleted feature, +: new feature
+2.2.8 (2022-11-05):
+
+ ! Bug fix release.
+ ! Ncurses now uses ioctl for window size calculation. Previously, Mutt
+ and ncurses differed on this, which could result in screen corruption
+ in some cases.
+ ! The index now handles resizes without recalculating the top line,
+ as other menus in Mutt do. This should reduce the "jumbling around"
+ visual effect during resizes.
+ + IMAP Fcc is now supported in batch mode.
+ ! In batch mode with $fcc_before_send set, Mutt will abort sending if
+ one or more of the Fcc's fails.
+
2.2.7 (2022-08-07):
! Bug fix release.