The MinGW.org Windows System Libraries
修订版 | 45cb48357e671918e7ddff8e5fc29588e42fc641 (tree) |
---|---|
时间 | 2018-02-27 03:52:43 |
作者 | Keith Marshall <keith@user...> |
Commiter | Keith Marshall |
Prepare and publish MinGW.org WSL-5.1 release.
@@ -1,3 +1,10 @@ | ||
1 | +2018-02-26 Keith Marshall <keith@users.osdn.me> | |
2 | + | |
3 | + Prepare and publish MinGW.org WSL-5.1 release. | |
4 | + | |
5 | + * All files (wsl-5.1-release): Tag assigned. | |
6 | + * VERSION.m4 (libmingwex.dll.a): Update ABI version identifier. | |
7 | + | |
1 | 8 | 2017-12-06 Keith Marshall <keith@users.osdn.me> |
2 | 9 | |
3 | 10 | Adjust repository version following WSL-5.0.2 release. |
@@ -23,7 +23,7 @@ m4_define([__VERSION__],[5.1]) | ||
23 | 23 | # as required, in accordance with libtool conventions. |
24 | 24 | # |
25 | 25 | m4_define([MINGW_AC_ENUMERATE_DLLVERSION_SPECS],dnl |
26 | -[MINGW_AC_SET_DLLVERSION([LIBMINGWEX], [libmingwex.dll.a], [0:0:0])dnl | |
26 | +[MINGW_AC_SET_DLLVERSION([LIBMINGWEX], [libmingwex.dll.a], [1:0:1])dnl | |
27 | 27 | ]) |
28 | 28 | |
29 | 29 | # $RCSfile$: end of file |
@@ -1,3 +1,9 @@ | ||
1 | +2018-02-26 Keith Marshall <keith@users.osdn.me> | |
2 | + | |
3 | + Prepare and publish MinGW.org WSL-5.1 release. | |
4 | + | |
5 | + * All files (wsl-5.1-release): Tag assigned. | |
6 | + | |
1 | 7 | 2018-02-22 Keith Marshall <keith@users.osdn.me> |
2 | 8 | |
3 | 9 | Correct <sys/timeb.h> 32-bit vs. 64-bit time_t anomalies. |
@@ -1,3 +1,9 @@ | ||
1 | +2018-02-26 Keith Marshall <keith@users.osdn.me> | |
2 | + | |
3 | + Prepare and publish MinGW.org WSL-5.1 release. | |
4 | + | |
5 | + * All files (wsl-5.1-release): Tag assigned. | |
6 | + | |
1 | 7 | 2018-02-24 Keith Marshall <keith@users.osdn.me> |
2 | 8 | |
3 | 9 | Make <iptypes.h> header effectively self-contained. |