diff options
author | Paul Smith <psmith@gnu.org> | 2013-01-13 12:17:03 -0500 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2013-01-13 12:17:03 -0500 |
commit | ca17e5538f1b8ff1fa76030aab9607e351da80e9 (patch) | |
tree | 7aeb139dd6e429dd692ed3580d1c61040a273d34 | |
parent | 5c69b3fe53c9f05e90cde77ea094af3ef89b45fc (diff) | |
download | gunmake-ca17e5538f1b8ff1fa76030aab9607e351da80e9.tar.gz |
Add ChangeLog entries for Git migration.
-rw-r--r-- | ChangeLog | 16 | ||||
-rw-r--r-- | tests/ChangeLog | 5 |
2 files changed, 21 insertions, 0 deletions
@@ -1,3 +1,19 @@ +2013-01-12 Paul Smith <psmith@gnu.org> + + Convert CVS archive to Git. + + * configure.in: Rename to configure.ac. + * README.cvs: Rename to README.git and rework for Git. + * maintMakefile: Use git clean for cleanup. + * ChangeLog: Use new Git repository URL. + * ChangeLog.2: Ditto. + * Makefile.am: Change documentation for Git + * Makefile.DOS.template: Ditto. + * README.template: Ditto. + * build_w32.bat: Ditto. + * prepare_w32.bat: Ditto. + * .cvsignore: Rename to .gitignore, and change to Git format. + 2012-12-08 Eli Zaretskii <eliz@gnu.org> * job.c (create_batch_file): Fix last change: always increment the diff --git a/tests/ChangeLog b/tests/ChangeLog index 7ffd6b0..dfec44b 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,8 @@ +2013-01-12 Paul Smith <psmith@gnu.org> + + * scripts/features/parallelism: Change rule so it doesn't depend + on invocation order, etc. + 2012-10-29 Paul Smith <psmith@gnu.org> * scripts/features/load: New test suite for the "load" directive. |