瀏覽代碼

VERSION 1.0.2: Experimental FreeBSD support!

Version 1.0.2 brings experimental FreeBSD support. It has ONLY been tested
on FreeBSD 10 on an x64 system, and should be considered alpha for this
platform for now.

This version is not going to be pushed out to the entire world via software
update, and the binary version distributed for other platforms via the
zerotier.com web site will remain 1.0.1 as there are no other meaningful
user-facing changes. This is just an interim release to let FreeBSD users
try it out. If you find bugs, please enter them on GitHub or do a pull
request and fix them yourself.
Adam Ierymenko 10 年之前
父節點
當前提交
f24283a674
共有 2 個文件被更改,包括 3 次插入1 次删除
  1. 2 0
      BUILDING.md
  2. 1 1
      version.h

+ 2 - 0
BUILDING.md

@@ -12,6 +12,8 @@ do this eventually.
 Just type 'make'. You'll need gcc and g++ installed, but ZeroTier One requires
 Just type 'make'. You'll need gcc and g++ installed, but ZeroTier One requires
 no other third party libraries beyond the standard libc, libstdc++, and libm.
 no other third party libraries beyond the standard libc, libstdc++, and libm.
 
 
+*Note:* On FreeBSD you must use 'gmake', not 'make'!
+
 ### MacOS
 ### MacOS
 
 
 make
 make

+ 1 - 1
version.h

@@ -41,6 +41,6 @@
 /**
 /**
  * Revision
  * Revision
  */
  */
-#define ZEROTIER_ONE_VERSION_REVISION 1
+#define ZEROTIER_ONE_VERSION_REVISION 2
 
 
 #endif
 #endif