Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Version 1.8.3

Compare
Choose a tag to compare
@rwv rwv released this 18 Nov 01:25
· 2 commits to main since this release
556a5a1

2021-11-15 -- -- Version 1.8.3

  • Remove problematic spinlock, which was only used on x86_64 anyway. Just use pthread always.
  • Fix fd leak on MacOS that caused non-responsiveness after some time.
  • Fix Debian install scripts to set /usr/sbin/nologin as shell on service user.
  • Fix regression that could prevent managed routes from being deleted.
  • DesktopUI: Remove NSDate:now() call, now works on MacOS 10.13 or newer!