This maintenance release is recommended for all nodes, but is not urgent.
A future update (not yet scheduled) will begin enforcing the minimum relay fee equal to the current default fee, so nodes that have not yet updated to a minimum of 0.9.12.0 will then be disconnected and banned.
Fixes some Windows build issues
Add option to disable blockchain auto-save (useful to reduce swapping on low-memory nodes)
Prioritize transactions by fee/byte
Disable relay of transactions with legacy fee lower than current default
https://github.com/aeonix/aeon/releases/tag/v0.9.12.0
Windows binaries will be added ASAP
Still not compiling either on VSC 2013 and VSC2015 (obviously with respective Boost libraries).
git clone https://github.com/aeonix/aeon
cd aeon
git checkout v0.9.12.0
cmake -G "Visual Studio 14 2015 Win64" -DBOOST_ROOT=D:\local\boost_1_63_0 -DBOOST_LIBRARYDIR=D:\local\boost_1_63_0\lib64-msvc-14.0
(that's for VS 2015)
MSBuild Project.sln /p:Configuration=release /m
With both of MS VS environments I've successfully built all of Cuda 8 SDK samples and Handbrake
With the 2013 I've built CCminer 2.0 RC2