summaryrefslogtreecommitdiff
path: root/tests/ChangeLog
diff options
context:
space:
mode:
authorpsmith <>2011-05-07 20:03:49 +0000
committerpsmith <>2011-05-07 20:03:49 +0000
commit6cdb76fec51baee2fe5979f1f38614a8965953e2 (patch)
treea05bf61c63571336b3bbb66b5721c1193656c35b /tests/ChangeLog
parent46bda9ab3c1b2fcfdb523177283801f5ace65d6b (diff)
downloadmake-6cdb76fec51baee2fe5979f1f38614a8965953e2.tar.gz
Ensure private variables are not used when appending target-specific
variables. Fixes Savannah bug #32872.
Diffstat (limited to 'tests/ChangeLog')
-rw-r--r--tests/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog
index 73b49fa3..629242c0 100644
--- a/tests/ChangeLog
+++ b/tests/ChangeLog
@@ -1,5 +1,8 @@
2011-05-07 Paul Smith <psmith@gnu.org>
+ * scripts/variables/private: Ensure we skip private variables when
+ appending. Test for Savannah bug #32872.
+
* scripts/functions/wildcard: Verify wildcard used to test for
file existence/non-existence.