about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--Etc/BUGS2
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c9e305bde..a44e30aeb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2021-04-01  Daniel Shahaf  <d.s@daniel.shahaf.name>
+
+	* unposted: Etc/BUGS: Add 39319, a named-file process
+	substitution cleanup bug.
+
 2021-04-01  Mikael Magnusson  <mikachu@gmail.com>
 
 	* 48202 (+ 48366 test fix from Jun): Src/utils.c,
diff --git a/Etc/BUGS b/Etc/BUGS
index c78f499ed..47ffd7035 100644
--- a/Etc/BUGS
+++ b/Etc/BUGS
@@ -81,3 +81,5 @@ causes a script to hang.
 ------------------------------------------------------------------------
 47561: [PATCH v4] vcs_info: choose backend by basedir
 ------------------------------------------------------------------------
+39319: () { exit } =(:) doesn't clean up the tempfile
+------------------------------------------------------------------------