aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS10
1 files changed, 10 insertions, 0 deletions
diff --git a/NEWS b/NEWS
new file mode 100644
index 0000000..783d193
--- /dev/null
+++ b/NEWS
@@ -0,0 +1,10 @@
+This file documents the bugs fixed between this release, bash-1.14.7,
+and the last public bash release, 1.14.6.
+
+1. Bugs fixed in Bash
+
+a. A memory leak that caused long-running scripts to eventually consume
+ all available memory was fixed.
+
+b. A sign-extension bug that caused a security hole for non-interactive
+ shells was fixed.