summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@gnu.org>2015-01-31 03:51:20 +0100
committerAndreas Gruenbacher <agruen@gnu.org>2015-01-31 22:14:01 +0100
commitde89dde09e25b610857076af375f291fedd9bb70 (patch)
treefbe4941f4f8fcc93ad6fd26cfb4c665ce37decdb
parent38d87ecb9e8e0c1c5e234bf4888edb159f18af46 (diff)
downloadpatch-de89dde09e25b610857076af375f291fedd9bb70.tar.gz
Upate NEWSv2.7.4
-rw-r--r--NEWS8
1 files changed, 6 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index d79cead..9fafde4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,14 @@
+Changes until version 2.7.4:
+
* When a file isn't being deleted because the file contents don't match the
patch, the resulting message is now "Not deleting file ... as content
differs from patch" instead of "File ... is not empty after patch; not
deleting".
* Function names in hunks (from diff -p) are now preserved in reject files.
-* With git-style patches, symlinks that point outside the working directory
- will no longer be created (CVE-2015-1196).
+* Patch no longer follows symbolic links to input and output files. This
+ ensures that symbolic links created by git-style patches cannot cause
+ patch to write outside the working directory (CVE-2015-1196).
+* Various fixes.
Changes in version 2.7.1: