OSDN Git Service

GCC update to address MinGW-Issue #39639; link with libiconv.
[mingw/mingw-dist.git] / ChangeLog
index 20fcbce..546ad63 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2019-10-13  Keith Marshall  <keith@users.osdn.me>
+
+       GCC update to address MinGW-Issue #39639; link with libiconv.
+
+       * mingw32/mingw32-gcc4.xml: Update all packages to release 8.2.0-5
+       * common/issue.log mingw32/issue.log: Update accordingly.
+
+2019-10-13  Keith Marshall  <keith@users.osdn.me>
+
+       Update to accommodate C++11 deprecation of "auto_ptr".
+
+       * tests/xmlcheck.cpp (unique_or_auto_ptr): New macro; define it...
+       [__cplusplus >= 201103L]: ...as "unique_ptr", for C++11 onward, or...
+       [__cplusplus < 201103L]: ...as "auto_ptr", for earlier C++.
+
 2019-07-06  Keith Marshall  <keith@users.osdn.me>
 
        Publish MinGW.org WSL-5.2.2 package set.