nanomsg v1.1.5 Release Notes

Release Date: 2018-10-15 // over 5 years ago
  • 🚀 This release is a minor bug fix release, and includes some improvements to the CMake logic that should make incorporating nanomsg into larger projects easier.


Previous changes from v1.1.4

  • 🚀 This release is primarily a bug-fix release for Windows platforms, but it also adds support for building on Android.

    🚀 The main change in this release is a fix for the IPC transport on Windows, which was subject to crashing if the remote peer breaks messages into smaller pieces. As some other SP implementations do this to avoid data copies, this fix is very important.

    🏁 A fix for leaking handles on Windows is included.

    👌 Support for compilation on Android using the NDK and the bundled cmake and toolchain file from Android is now present.