VERSION 0.4.5

Changes:
 * It now builds and runs on Windows with Visual Studio 2012. Windows is
   not ready for prime time yet though for several reasons, so no Windows
   release yet. If you're brave you can try to DIY, but the driver is
   not signed yet either. Windows is a work in progress still.
 * Networks now pull their ethernet type whitelist from the netconf master
   instead of having it hard-coded. (Prep for network mgmt.)
 * Netconf master now sends name and description of networks so this can
   be used to set Windows network display names.
 * A couple minor bug fixes here and there, nothing major.
 * No protocol changes that break compatibility.
This commit is contained in:
Adam Ierymenko 2013-08-28 17:03:01 -04:00
parent bb8bb2727c
commit 18919465c3

View File

@ -41,6 +41,6 @@
/** /**
* Revision: 16-bit (0-65535) * Revision: 16-bit (0-65535)
*/ */
#define ZEROTIER_ONE_VERSION_REVISION 4 #define ZEROTIER_ONE_VERSION_REVISION 5
#endif #endif