From 9bb7acf736fd575b41560e8b837072299df4af0c Mon Sep 17 00:00:00 2001 From: Kevin McCarthy Date: Sat, 11 Jul 2020 12:58:51 -0700 Subject: automatic post-release commit for mutt-1.14.6 --- ChangeLog | 34 ++++++++++++++++++++++++++++++++++ VERSION | 2 +- 2 files changed, 35 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 1ddafc55..d799d0b2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,37 @@ +2020-07-11 12:55:01 -0700 Kevin McCarthy (e78fcc51) + + * Update UPDATING file for 1.14.6. + +M UPDATING + +2020-07-07 21:09:03 -0700 Kevin McCarthy (222bd804) + + * Fix utimensat() to use cwd for relative paths. + + The utimensat() invocations were missing the AT_FDCWD parameter, + meaning they would not work on relative paths. + + I can't remember whether I completely missed that difference from + utime, or somehow thought all the paths would be full paths. :-( + + In any case, Mutt currently does not expand relative paths in + mutt_expand_path(), so the paths can most certainly be relative in + those calls too. + + This caused a bug where atimes were not being properly reset for + mailbox entries. + +M buffy.c +M mbox.c +M mx.c + +2020-06-23 10:44:09 -0700 Kevin McCarthy (85ab28c9) + + * automatic post-release commit for mutt-1.14.5 + +M ChangeLog +M VERSION + 2020-06-23 10:24:23 -0700 Kevin McCarthy (09cf1bca) * Update UPDATING file for 1.14.5 release. diff --git a/VERSION b/VERSION index 24a57f28..c6ba3bc1 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.14.5 +1.14.6 -- cgit v1.2.3