Hello, A bit more than 2 years since last release, I'd like to announce the new release, 1.0.19. This one has more integration with Github GI, a couple of bug fixes and some build fixes. Release: https://github.com/sctp/lksctp-tools/releases/tag/v1.0.19 Build status: https://travis-ci.org/github/sctp/lksctp-tools/builds/768732641 CovScan: https://scan.coverity.com/projects/sctp-lksctp-tools (not sure how to make the access more public, but please let me know if you want to have access) Thank you to all those who contributed to this release. Colin Ian King <colin.king@xxxxxxxxxxxxx> (1): man: sctp.7: fix several typos and two formatting issues Damir Franusic <damir.franusic@xxxxxxxxx> (1): sctp_recvmsg man update Jianwen Ji <jijianwen@xxxxxxxxx> (1): Fix error->errno typos Marcelo Ricardo Leitner <marcelo.leitner@xxxxxxxxx> (19): build: remove v4.12 secondary defines in favor of HAVE_SCTP_STREAM_RECONFIG build: fix probing for HAVE_SCTP_SENDV build: 0b0dce7a36fb actually belongs to v4.19 func_tests: fix use of unitialized var withsctp: to not reuse PACKAGE_VERSION as lib version automake: fix include dir for the now autogenerated header travis: enable make distcheck check travis: add tests for building using a build dir travis: disable clang-5.0 test func_tests: fix malloc size in test_1_to_1_connectx.c travis: add compile test to 5.4 and 4.19 travis: integrate with Coverity Scan travis: revert linux clone depth optimization coverity: change it to master branch and our mailing list travis: fix yml file identation travis: re-enable clang sctp_send: fix ignored flags parameter sctp_sendv: avoid explicit memset for var initialization Release lksctp-tools-1.0.19 Petr Lautrbach <plautrba@xxxxxxxxxx> (1): Use symvmer attribute, not asms for symbol versioning Sergei Trofimovich <slyfox@xxxxxxxxxx> (1): m4/sctp.m4: make conpatible to autoconf-2.70 Xin Long <lucien.xin@xxxxxxxxx> (3): withsctp: use @PACKAGE_VERSION@ in withsctp.h configure.ac: add CURRENT REVISION and AGE for libsctp and libwithsctp build: fix netinet/sctp.h not to be installed Marcelo