• R/O
  • HTTP
  • SSH
  • HTTPS

mingw-org-wsl: Commit

The MinGW.OSDN Windows System Libraries. Formerly designated as "MinGW.org Windows System Libraries", this encapsulates the "mingwrt" C runtime library extensions, and the "w32api" 32-bit MS-Windows API libraries.

Please note that this project no longer owns the "MinGW.org" domain name; any software which may be distributed from that domain is NOT supported by this project.


Commit MetaInfo

Revisão68c86dc87382d22d14eea408830e062a78d432ef (tree)
Hora2016-07-22 06:46:35
AutorKeith Marshall <keithmarshall@user...>
CommiterKeith Marshall

Mensagem de Log

Prepare and tag all files for release of w32api-3.18.1

Mudança Sumário

Diff

--- a/w32api/ChangeLog
+++ b/w32api/ChangeLog
@@ -1,5 +1,11 @@
11 2016-07-21 Keith Marshall <keithmarshall@users.sourceforge.net>
22
3+ Prepare and tag all files for release of w32api-3.18.1
4+
5+ * configure.ac (AC_INIT): Increment patch level to 3.18.1
6+
7+2016-07-21 Keith Marshall <keithmarshall@users.sourceforge.net>
8+
39 Resolve improper macro expansion issue [#2307].
410
511 * include/ddk/winddk.h (__FILE_AM_BUFFERED, __FILE_RD_BUFFERED)
--- a/w32api/configure.ac
+++ b/w32api/configure.ac
@@ -29,7 +29,7 @@
2929 # DEALINGS IN THE SOFTWARE.
3030 #
3131 AC_PREREQ([2.64])
32- AC_INIT([MinGW Win32 API],[3.18],[http://mingw.org/Reporting_Bugs],[w32api])
32+ AC_INIT([MinGW Win32 API],[3.18.1],[http://mingw.org/Reporting_Bugs],[w32api])
3333
3434 AC_PREFIX_DEFAULT([/mingw])
3535 AC_CONFIG_SRCDIR([include/w32api.h.in])
Show on old repository browser