summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin McCarthy <kevin@8t8.us>2017-04-18 16:14:05 -0700
committerKevin McCarthy <kevin@8t8.us>2017-04-18 16:14:05 -0700
commita1ddab135f697c523adac864c19202810f7417af (patch)
tree2a5747d9e031053eb6f75458206f1a900ca56b29 /ChangeLog
parent5bd9444eba9bb251a3d025aad2be03089084f916 (diff)
automatic post-release commit for mutt-1.8.2mutt-1-8-2-rel
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog22
1 files changed, 22 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 96103624..fe0bd02a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,25 @@
+2017-04-18 12:25 -0700 Kevin McCarthy <kevin@8t8.us> (33995363e723)
+
+ * filter.c, init.c, pgp.c, protos.h: Fix GPG_TTY to be added to
+ envlist. (closes #3931)
+
+ Changeset 37209157e33c converted filters to use the envlist.
+ Unfortunately, I missed that pgp.c sets GPG_TTY when using the GnuPG
+ agent. Convert to add GPG_TTY to the envlist too.
+
+2017-04-12 17:45 -0700 Kevin McCarthy <kevin@8t8.us> (feccc2ac1b9a)
+
+ * .hgsigs: mutt-1.8.1 signed
+
+2017-04-12 17:44 -0700 Kevin McCarthy <kevin@8t8.us> (491f7cfa03d9)
+
+ * .hgtags: Added tag mutt-1-8-1-rel for changeset f44974c10990
+
+2017-04-12 17:43 -0700 Kevin McCarthy <kevin@8t8.us> (f44974c10990)
+
+ * ChangeLog, UPDATING, VERSION: automatic post-release commit for
+ mutt-1.8.1
+
2017-04-11 12:14 -0700 Kevin McCarthy <kevin@8t8.us> (b825cbcaf6b5)
* compose.c: Fix memleak when attaching files.