You are right we shoudl have updated the ETA time there as well.
Here is the next version:
whitepaper v1.2You can expect a major update on the whitepaper as of 1.3
1.2 "just" have some more/updated screenshots, small text rework but 2 diagrams for better understanding. And added some code snippets.
V1.3 will contain security important code implementations (like the whole crypto implementations maybe).
As stated - we will use the time from now on for code redesign, generating more debug information, fixing bugs and guard threads. Open beta *ETA* is 30th march (trying to get a working linux implementation until then as well (good chances we get it on-time), otherwise WINE will work at least.....)
Website redesign and more "marketing things" will be faced in one or two weeks.
After the known theft of wallets with other altcoins because of weak passwords, I recommend that you prioritize the security of the wallet. Please consider using multiple rounds of AES256 encryption for the wallet (bitcoin-qt style) until you meet a given time, say one second, and store that number of rounds unencrypted in the wallet file. So every time you want to decrypt the wallet you have to cycle through the AES256 decryption the given amount of rounds. That would make brute-forcing the wallet much harder. A minimum length of the wallet password would help too!