We fixed a problem with KH where the connection to the mail server could drop after the client was running for a couple of hours and it wasn't detected to restart the connection. We're also migrating the code to boost library to version 1.55 to use some new features, so we're taking advantage of the change to upgrade other subsystems as well (openssl, ICU) and we're moving to Visual Studio Express 2013 on Windows. This latter change will allow us to use more C++ 11 features as well (gcc already supported them, but VS 2012 didn't allow several of them). We're already building this way locally on our devel machines with 2013, and there's some work going on now to get jenkins builder to compile it all: jenkins needs to be upgraded from using make to cmake (this will also allow us to make windows binary releases directly from jenkins). Next up is to integrate the p2p code to Dan's blockchain code in bitshares toolkit, bring the new bitshares toolkit code into KH to replace the old blockchain/mining code, and work on the GUI wallet (some prototype GUI committed now, but it doesn't do anything yet).