summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin McCarthy <kevin@8t8.us>2020-07-11 12:58:51 -0700
committerKevin McCarthy <kevin@8t8.us>2020-07-11 12:58:51 -0700
commit9bb7acf736fd575b41560e8b837072299df4af0c (patch)
tree37433a045fb2cdff3b0b6d3831a2de9ea9c88b8f
parente78fcc517dd1e72a0baf6b7a17f2e55bd49e6bd4 (diff)
automatic post-release commit for mutt-1.14.6mutt-1-14-6-rel
-rw-r--r--ChangeLog34
-rw-r--r--VERSION2
2 files changed, 35 insertions, 1 deletions
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 <kevin@8t8.us> (e78fcc51)
+
+ * Update UPDATING file for 1.14.6.
+
+M UPDATING
+
+2020-07-07 21:09:03 -0700 Kevin McCarthy <kevin@8t8.us> (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 <kevin@8t8.us> (85ab28c9)
+
+ * automatic post-release commit for mutt-1.14.5
+
+M ChangeLog
+M VERSION
+
2020-06-23 10:24:23 -0700 Kevin McCarthy <kevin@8t8.us> (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