This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to "mingw-get" repository containing the "mingw" project. The branch, master has been updated via 9d03500dde2af39fa4a8ec381d0c64925c990e7b (commit) via 670f37a385b2dfb5745c92d452a21da1b6a96a71 (commit) via 4b32b9ccd7fa804f6cb6923baa6df58490916d98 (commit) via 55c684b2cc5a91008c99256cdf12f4f9ca4f19b1 (commit) from 93258e173f30c99eb84d74c2f110a62f559188fd (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 9d03500dde2af39fa4a8ec381d0c64925c990e7b Author: Keith Marshall <keith****@users*****> Date: Fri Jun 19 12:00:44 2020 +0100 Support all-static linking with recent GCC versions. commit 670f37a385b2dfb5745c92d452a21da1b6a96a71 Author: Keith Marshall <keith****@users*****> Date: Fri Jun 12 22:15:08 2020 +0100 Use XML templates to adapt to download host changes. commit 4b32b9ccd7fa804f6cb6923baa6df58490916d98 Author: Keith Marshall <keith****@users*****> Date: Thu Jun 11 18:07:39 2020 +0100 Discontinue formal use of the build-aux submodule. commit 55c684b2cc5a91008c99256cdf12f4f9ca4f19b1 Author: Keith Marshall <keith****@users*****> Date: Tue Jun 2 23:46:36 2020 +0100 Do not use .hgtags for repository tag tracking. ----------------------------------------------------------------------- Summary of changes: .gitignore | 1 + .gitmodules | 3 -- .hgignore | 1 + .hgtags | 4 -- ChangeLog | 62 +++++++++++++++++++++++++++++++ Makefile.in | 23 +++++++----- aclocal.m4 | 74 +++++++++++++++++++++++++++++++++++-- configure.ac | 12 +++--- src/setup.rc | 6 +-- xml/{profile.xml => profile.xml.in} | 6 +-- xml/{setup.xml => setup.xml.in} | 6 +-- 11 files changed, 162 insertions(+), 36 deletions(-) delete mode 100644 .gitmodules delete mode 100644 .hgtags rename xml/{profile.xml => profile.xml.in} (96%) rename xml/{setup.xml => setup.xml.in} (91%) hooks/post-receive -- mingw-get (mingw)