OSDN Git Service

Prepare and publish MinGW.org WSL-5.1 release. wsl-5.1-release
authorKeith Marshall <keith@users.osdn.me>
Mon, 26 Feb 2018 18:52:43 +0000 (18:52 +0000)
committerKeith Marshall <keith@users.osdn.me>
Mon, 26 Feb 2018 18:52:43 +0000 (18:52 +0000)
ChangeLog
VERSION.m4
mingwrt/ChangeLog
w32api/ChangeLog

index 9baa042..90627d2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2018-02-26  Keith Marshall  <keith@users.osdn.me>
+
+       Prepare and publish MinGW.org WSL-5.1 release.
+
+       * All files (wsl-5.1-release): Tag assigned.
+       * VERSION.m4 (libmingwex.dll.a): Update ABI version identifier.
+
 2017-12-06  Keith Marshall  <keith@users.osdn.me>
 
        Adjust repository version following WSL-5.0.2 release.
index dcef900..2f2a53a 100644 (file)
@@ -23,7 +23,7 @@ m4_define([__VERSION__],[5.1])
 #    as required, in accordance with libtool conventions.
 #
 m4_define([MINGW_AC_ENUMERATE_DLLVERSION_SPECS],dnl
-[MINGW_AC_SET_DLLVERSION([LIBMINGWEX], [libmingwex.dll.a], [0:0:0])dnl
+[MINGW_AC_SET_DLLVERSION([LIBMINGWEX], [libmingwex.dll.a], [1:0:1])dnl
 ])
 
 # $RCSfile$: end of file
index a4a2777..5c80702 100644 (file)
@@ -1,3 +1,9 @@
+2018-02-26  Keith Marshall  <keith@users.osdn.me>
+
+       Prepare and publish MinGW.org WSL-5.1 release.
+
+       * All files (wsl-5.1-release): Tag assigned.
+
 2018-02-22  Keith Marshall  <keith@users.osdn.me>
 
        Correct <sys/timeb.h> 32-bit vs. 64-bit time_t anomalies.
index 86cb672..e973b39 100644 (file)
@@ -1,3 +1,9 @@
+2018-02-26  Keith Marshall  <keith@users.osdn.me>
+
+       Prepare and publish MinGW.org WSL-5.1 release.
+
+       * All files (wsl-5.1-release): Tag assigned.
+
 2018-02-24  Keith Marshall  <keith@users.osdn.me>
 
        Make <iptypes.h> header effectively self-contained.