diff options
author | Paul Smith <psmith@gnu.org> | 2010-08-14 02:50:14 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2010-08-14 02:50:14 +0000 |
commit | 5acda13ace0ae4443ed04c4f8a62512b00a2b656 (patch) | |
tree | e12848b880e685ed54e2f86856c3d153517c6a5f /tests/ChangeLog | |
parent | 036760a9fdb11849b6a43feec7ce294e7f77db2a (diff) | |
download | gunmake-5acda13ace0ae4443ed04c4f8a62512b00a2b656.tar.gz |
- Fix the NEWS file to be accurate
- Add oneshell to $(.FEATURES) (forgot that!)
- Fix Savannah bug #30612: handling of archive references with >1 object
Diffstat (limited to 'tests/ChangeLog')
-rw-r--r-- | tests/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog index 650d8d4..5d62930 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,11 @@ +2010-08-13 Paul Smith <psmith@gnu.org> + + * scripts/features/archives: New regression tests for archive + support. Test for fix to Savannah bug #30612. + + * run_make_tests.pl (set_more_defaults): Set a %FEATURES hash to + the features available in $(.FEATURES). + 2010-08-10 Paul Smith <psmith@gnu.org> * scripts/features/reinvoke: Ensure command line variable settings |