summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 5ee75ac..7b863a5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
GNU make NEWS -*-indented-text-*-
History of user-visible changes.
- 3 March 2005
+ 13 May 2005
Copyright (C) 2002,2003,2004,2005 Free Software Foundation, Inc.
See the end for copying conditions.
@@ -34,6 +34,10 @@ Version 3.81beta3
used to resolve target files. The default behavior remains as it
always has: use the modification time of the actual target file only.
+* The "else" conditional line can now be followed by any other legal
+ conditional on the same line: this does not increase the depth of the
+ conditional nesting.
+
* All pattern-specific variables that match a given target are now used
(previously only the first match was used).