Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 1.25 KB

CHANGELOG.md

File metadata and controls

45 lines (28 loc) · 1.25 KB

Change Log

All notable changes to this project will be documented in this file. Kronos adheres to Semantic Versioning.

  • Add NOSIGPIPE to socket so the app doesn't crash on the event of a PIPE signal - Globally this time.
  • Add NOSIGPIPE to socket so the app doesn't crash on the event of a PIPE signal
  • Fix crash on DNS timeout after Swift 3 integration
  • Added Swift 3 support
  • Added IPv6 support

  • Renamed NSTimer to BlockTimer to avoid collisions on dynamic dispatching in case other modules are defining invokeFromTimer.

  • Make sure progress callback is called even when DNS or NTP requests time out.

  • Invalidate socket after use

Initial release