summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2021-08-31 08:53:23 -0400
committerClint Adams <clint@debian.org>2021-08-31 08:53:23 -0400
commitc50de48f2ed0b9476c3389fd07a85a5e8be798e2 (patch)
tree80f254d789336981f5ea660741739f70d46589d5 /NEWS
parent637a2e292881341dde845545517b0ed3d3ccfc94 (diff)
New upstream version 4.8
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS18
1 files changed, 18 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3207572..7db3133 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,23 @@
GNU sed NEWS -*- outline -*-
+* Noteworthy changes in release 4.8 (2020-01-14) [stable]
+
+** Bug fixes
+
+ "sed -i" now creates temporary files with correct umask (limited to u=rwx).
+ Previously sed would incorrectly set umask on temporary files, resulting
+ in problems under certain fuse-like file systems.
+ [bug introduced in sed 4.2.1]
+
+** Release
+
+ distribute gzip-compressed tarballs once again
+
+** Improvements
+
+ a year's worth of gnulib development, including improved DFA performance
+
+
* Noteworthy changes in release 4.7 (2018-12-20) [stable]
** Bug fixes