]> git.ipfire.org Git - thirdparty/make.git/commitdiff
Add ChangeLog entries for Git migration.
authorPaul Smith <psmith@gnu.org>
Sun, 13 Jan 2013 17:17:03 +0000 (12:17 -0500)
committerPaul Smith <psmith@gnu.org>
Sun, 13 Jan 2013 17:17:03 +0000 (12:17 -0500)
ChangeLog
tests/ChangeLog

index 5926f7d54b4ca0e19c4fc47b7c2b9b45904154bf..24298720b962db47c47bcd65b225e01972993138 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 7ffd6b04399fb0db94f28243dc48b673b772892c..dfec44b179d9511888cb2f4b79b6eaa302725895 100644 (file)
@@ -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.