summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin McCarthy <kevin@8t8.us>2018-03-03 13:40:27 -0800
committerKevin McCarthy <kevin@8t8.us>2018-03-03 13:40:27 -0800
commit9eeb406b5cea519185bccb9ab0ac65bbec221063 (patch)
treea5d4345ad8c4d93489adad6b546895d7f98ad029
parent65068235756d2a521e2cd8c617608067cb86c96f (diff)
automatic post-release commit for mutt-1.9.4mutt-1-9-4-rel
-rw-r--r--ChangeLog118
-rw-r--r--UPDATING4
-rw-r--r--VERSION2
3 files changed, 123 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 85bf7b01..d365016b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,121 @@
+2018-02-28 15:20:59 -0800 Kevin McCarthy <kevin@8t8.us> (65068235)
+
+ * Add subjectrx section to the muttrc man page.
+
+M doc/muttrc.man.head
+
+2018-02-28 15:20:19 -0800 Kevin McCarthy <kevin@8t8.us> (27758af2)
+
+ * Fix subjectrx example in the manual.
+
+M doc/manual.xml.head
+
+2018-02-14 10:33:41 +0100 Vincent Lefevre <vincent@vinc17.net> (476ea0ac)
+
+ * Avoid a potential integer overflow if a Content-Length value is huge.
+
+M mbox.c
+
+2018-02-21 18:25:37 -0800 Kevin McCarthy <kevin@8t8.us> (2a857f63)
+
+ * Fix is_from() year parsing to abort on year overflow.
+
+ Unlike mutt_parse_date(), is_from() was not checking for overflow, and
+ could end up passing a negative year to mutt_mktime().
+
+ It should perhaps be changed to use mutt_atoi(), which does better
+ range checking, but that requires mutt_atoi() being changed to allow
+ trailing characters and its callers return value checks being
+ updated. I'll put that on the todo list.
+
+M from.c
+
+2018-02-21 18:18:53 -0800 Kevin McCarthy <kevin@8t8.us> (189e52d5)
+
+ * Cap parsed years at 9999 when converting to time_t.
+
+ Large year values, even those less than INT_MAX, apparently can cause
+ gmtime() and localtime() to return NULL. Mutt needs larger changes
+ checking and handling those errors, but this will prevent the
+ immediately triggerable issue.
+
+M date.c
+
+2018-02-01 11:10:01 -0800 Kevin McCarthy <kevin@8t8.us> (b2dbdce0)
+
+ * Add stub flea and muttbug scripts back.
+
+ It was rightfully pointed out that the removal was too abrupt. These
+ programs have been around for a long time, and many internet searches
+ still say to use them for reporting bugs.
+
+ Add stub versions which inform to use the gitlab url instead.
+
+M .gitignore
+M Makefile.am
+A muttbug
+
+2018-01-31 14:57:57 -0800 Kevin McCarthy <kevin@8t8.us> (9103f4f5)
+
+ * Add more delimiters for gitlab url in the po files.
+
+ Some of them hid from me in my wgrep session because they were marked
+ as binary.
+
+M po/bg.po
+M po/el.po
+M po/es.po
+M po/et.po
+M po/ga.po
+M po/hu.po
+M po/ko.po
+M po/lt.po
+
+2018-01-31 14:13:42 -0800 Kevin McCarthy <kevin@8t8.us> (01dee39d)
+
+ * Add delimiters around gitlab issues URL.
+
+ Without the delimiters, the period can be easily inadvertantly copied
+ as part of the URL.
+
+M main.c
+M po/bg.po
+M po/ca.po
+M po/cs.po
+M po/da.po
+M po/de.po
+M po/el.po
+M po/eo.po
+M po/es.po
+M po/et.po
+M po/eu.po
+M po/fr.po
+M po/ga.po
+M po/gl.po
+M po/hu.po
+M po/id.po
+M po/it.po
+M po/ja.po
+M po/ko.po
+M po/lt.po
+M po/nl.po
+M po/pl.po
+M po/pt_BR.po
+M po/ru.po
+M po/sk.po
+M po/sv.po
+M po/tr.po
+M po/uk.po
+M po/zh_CN.po
+M po/zh_TW.po
+
+2018-01-27 11:20:21 -0800 Kevin McCarthy <kevin@8t8.us> (788b732f)
+
+ * automatic post-release commit for mutt-1.9.3
+
+M ChangeLog
+M UPDATING
+M VERSION
2018-01-21 18:33:16 -0800 Kevin McCarthy <kevin@8t8.us> (45b15d3d)
* Fix the ftp site url in the manual.
diff --git a/UPDATING b/UPDATING
index e418fee3..3b9a460d 100644
--- a/UPDATING
+++ b/UPDATING
@@ -8,6 +8,10 @@ http://www.mutt.org/doc/manual/
The keys used are:
!: modified feature, -: deleted feature, +: new feature
+1.9.4 (2018-03-03):
+
+ ! Bug fix release.
+
1.9.3 (2018-01-27):
! Bug fix release.
diff --git a/VERSION b/VERSION
index 77fee73a..d615fd0c 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.9.3
+1.9.4