diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2018-07-27 14:14:09 -0700 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2018-07-27 14:14:09 -0700 |
commit | e75a093a8cd004856788032a3eb977c98359e9a6 (patch) | |
tree | 84b6c380b458e05e2cfa089611919ca642738eed | |
parent | dcffb042ffa5b7814bb7053272119a460b58b73b (diff) | |
download | infinitytier-e75a093a8cd004856788032a3eb977c98359e9a6.tar.gz infinitytier-e75a093a8cd004856788032a3eb977c98359e9a6.zip |
2018-07-27 -- Version 1.2.12
* Fixed a bug that caused exits to take a long time on Mac due to huge numbers of redundant attempts to delete managed routes.
* Fixed a socket limit problem on Windows that caused the ZeroTier service to run out of sockets, causing the UI and CLI to be unable to access the API.
* Fixed a threading bug in the ZeroTier Core, albeit one that never manifested on the regular ZeroTier One service/client.
* Fixed a bug that could cause the service to crash if an authorized local client accessed an invalid URL via the control API. (Not exploitable since you needed admin access anyway.)
-rw-r--r-- | RELEASE-NOTES.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 54dd1375..2464f8f7 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,6 +1,13 @@ ZeroTier Release Notes ====== +# 2018-07-27 -- Version 1.2.12 + + * Fixed a bug that caused exits to take a long time on Mac due to huge numbers of redundant attempts to delete managed routes. + * Fixed a socket limit problem on Windows that caused the ZeroTier service to run out of sockets, causing the UI and CLI to be unable to access the API. + * Fixed a threading bug in the ZeroTier Core, albeit one that never manifested on the regular ZeroTier One service/client. + * Fixed a bug that could cause the service to crash if an authorized local client accessed an invalid URL via the control API. (Not exploitable since you needed admin access anyway.) + # 2018-05-08 -- Version 1.2.10 * Fix bug loading `moons.d/` files for federated root operation. |