summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2019-04-01 23:19:13 +0200
committerBruno Haible <bruno@clisp.org>2019-05-07 19:52:10 +0200
commit73c7a24c63723418943c5f67707a67667d9ee1ee (patch)
treeec538c1e7030c46c15c4eb9fc12581b2069b94bf /ChangeLog
parent37cc7b27485023128c1411e0ebb05698549d48fe (diff)
downloadlibunistring-73c7a24c63723418943c5f67707a67667d9ee1ee.tar.gz
build: Separate git operations from build operations.
* gitsub.sh: New file, from gnulib. * .gitmodules: New file. * autogen.sh: Remove all git operations. Look at GNULIB_SRCDIR environment variable. Ignore the GNULIB_TOOL environment variable. * HACKING: Explain when to use gitsub.sh.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 94354c1..4c160e4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2019-04-01 Bruno Haible <bruno@clisp.org>
+
+ build: Separate git operations from build operations.
+ * gitsub.sh: New file, from gnulib.
+ * .gitmodules: New file.
+ * autogen.sh: Remove all git operations. Look at GNULIB_SRCDIR
+ environment variable. Ignore the GNULIB_TOOL environment variable.
+ * HACKING: Explain when to use gitsub.sh.
+
2019-03-13 Bruno Haible <bruno@clisp.org>
build: Update Windows support.