Been working hard on an sjlj version of the compiler plus packages, dwarf exceptions are faster but also a bit buggy because noone has maintained it for years and seh is atleast for the moment 64 bit only (might change in later versions since the patent on the 32 bit version ran out a year back).
Notable changes.
Vulkan support.
Removed the tdm hacks, since they cause problems with a lot of sources.
gcc-6.1.0 was scrapped for the time being because of some api changes that broke the hardcoded header paths (a solution has been found but it wont be as neatly layed out as it was, because you have to build gcc with standard paths).
Old mingw seems to agree better with the tdm hacks so ill keep that as the default for those who need a compiler to build stuff that does not rely on the gcc runtimes (like the codeblocks ide).
Binutils 2.26 was scrapped because it was broken.
removed opencaml because it was a bitch to relocate.
Upped qt to version 5.6.
Added codelite to the mingw-w64 build chains.
Added cppcheck to the mingw-w64 build chains.
Added allmost a complete GTK2-3 based gnome toolchain and base libraries for the KDE toolchain.
Fixed some broken stuff in the jack streaming libraries.
Added inno tools for building installers straight through the package manager (pacman).
A monstrous amount of python tools added.
Several game libraries like allegro bullet irrlicht and tesseract was added (ogre is also in the works).
old mingw now again supports c++11 and a subset of c++14

after we fixed the problems with pthreads it seems development on it has picked up pace again.
Productivity is a state of mind.