From: Keith M. <no...@so...> - 2017-12-06 22:04:48
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Repository: mingw-org-wsl". The branch, 5.0-active has been updated via a771e066eaf830a3a94a21968939748e8af776d2 (commit) via 4b3cc3d08cd7568fd91419c3d54c340cf67b7655 (commit) from fa00fd4e4ce75d88daa9d00f720b91613bccdaee (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 ----------------------------------------------------------------- https://sf.net/p/mingw/mingw-org-wsl/ci/a771e066eaf830a3a94a21968939748e8af776d2/ commit a771e066eaf830a3a94a21968939748e8af776d2 Author: Keith Marshall <ke...@us...> Date: Wed Dec 6 19:40:49 2017 +0000 Apply wsl-5.0.2-release tag. diff --git a/.hgtags b/.hgtags index ad68101..56746d3 100644 --- a/.hgtags +++ b/.hgtags @@ -10,3 +10,4 @@ cd725d6ae238714355b000ae9d7c6f3ace34317d w32api-3.18.2-release e92b7e85ef0890284b99d2c8243519f77457e2be mingwrt-3.22.4-release 44bf2b16d28510dd0857ac5a949171d33360973f wsl-5.0-release b44e016d9ea758327706bd9325d15c52e82400e8 wsl-5.0.1-release +ce1ec977a1c0130e1729dd3dc26d3bc5193b439c wsl-5.0.2-release https://sf.net/p/mingw/mingw-org-wsl/ci/4b3cc3d08cd7568fd91419c3d54c340cf67b7655/ commit 4b3cc3d08cd7568fd91419c3d54c340cf67b7655 Author: Keith Marshall <ke...@us...> Date: Wed Dec 6 19:38:31 2017 +0000 Prepare and publish MinGW.org WSL-5.0.2 release. diff --git a/ChangeLog b/ChangeLog index 377493b..7b6a4e9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2017-12-06 Keith Marshall <ke...@us...> + + Prepare and publish MinGW.org WSL-5.0.2 release. + + * All files (wsl-5.0.2-release): Tag assigned. + 2017-07-31 Keith Marshall <kei...@us...> MinGW.org WSL-5.0.1 released; update repository version. diff --git a/mingwrt/ChangeLog b/mingwrt/ChangeLog index 01efb9f..f4568ef 100644 --- a/mingwrt/ChangeLog +++ b/mingwrt/ChangeLog @@ -1,3 +1,12 @@ +2017-12-06 Keith Marshall <ke...@us...> + + Prepare and publish MinGW.org WSL-5.0.2 release. + + * All files (wsl-5.0.2-release): Tag assigned. + + * Makefile.in (mingwrt-srcdist-package-files): Add reference... + * $mingwrt_srcdir/*.sx: ...for files matching this template. + 2017-12-02 Keith Marshall <ke...@us...> Provide legacy OS work around for issue [#2357] diff --git a/mingwrt/Makefile.in b/mingwrt/Makefile.in index 1022bbe..b80dfb5 100644 --- a/mingwrt/Makefile.in +++ b/mingwrt/Makefile.in @@ -954,7 +954,7 @@ mingwrt-srcdist-package-files: $(wildcard ${mingwrt_srcdir}/*.[chs]) \ $(wildcard ${mingwrt_srcdir}/*.def.in) $(wildcard ${mingwrt_srcdir}/config*) \ $(addprefix ${mingwrt_srcdir}/,include man mingwex msvcrt-xref profile) \ $(addprefix ${mingwrt_srcdir}/,TODO Makefile.in crtdll.def) \ - $(wildcard ${mingwrt_srcdir}/*.txt) + $(wildcard $(addprefix ${mingwrt_srcdir}/,*.sx *.txt)) mingwrt-srcdist-testsuite-files: $(wildcard ${mingwrt_srcdir}/tests/*.at) mingwrt-srcdist-testsuite-files: $(wildcard ${mingwrt_srcdir}/tests/*.in) diff --git a/w32api/ChangeLog b/w32api/ChangeLog index c806b90..2efc39f 100644 --- a/w32api/ChangeLog +++ b/w32api/ChangeLog @@ -1,3 +1,9 @@ +2017-12-06 Keith Marshall <ke...@us...> + + Prepare and publish MinGW.org WSL-5.0.2 release. + + * All files (wsl-5.0.2-release): Tag assigned. + 2017-11-28 Keith Marshall <ke...@us...> Make <wsnetbs.h> header effectively self-contained. ----------------------------------------------------------------------- Summary of changes: .hgtags | 1 + ChangeLog | 6 ++++++ mingwrt/ChangeLog | 9 +++++++++ mingwrt/Makefile.in | 2 +- w32api/ChangeLog | 6 ++++++ 5 files changed, 23 insertions(+), 1 deletion(-) hooks/post-receive -- Repository: mingw-org-wsl |