Skip to content
This repository has been archived by the owner on Jun 4, 2023. It is now read-only.

release 4.76

Compare
Choose a tag to compare
@irmen irmen released this 05 Jun 21:33
· 53 commits to master since this release
  • corrected bogus space in worker thread name
  • thread server can now be cleanly stopped with SIGINT / Ctrl-C on Windows
    (if the selectors module is available which is also used by the multiplex server)
  • the behavior of the NATPORT config item has been corrected to be in line with the API behavior of the Daemon:
    if you leave this at 0 (the default), it will now correctly replicate the internal port number as NAT port
    (instead of crashing with a configuration error)
  • certs are now included in sdist archive so the ssl unit tests also run as intended
  • now correctly checks for write access to the correct logfile location, instead of assuming the current directory