X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=ChangeLog;h=546ad6366a7a2c57cecce875af62087924b3164c;hb=2b5b17247ea170e372952db2324e28907c43f92e;hp=20fcbce1ceacfa5b78ee300093a33567943fdb65;hpb=c9977c183392611f569fbe62c9636d279eb91856;p=mingw%2Fmingw-dist.git diff --git a/ChangeLog b/ChangeLog index 20fcbce..546ad63 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +2019-10-13 Keith Marshall + + 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 + + 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 Publish MinGW.org WSL-5.2.2 package set.