Skip to content

Commit

Permalink
Release lksctp-tools-1.0.19
Browse files Browse the repository at this point in the history
Signed-off-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
  • Loading branch information
marceloleitner committed Apr 28, 2021
1 parent c021b7b commit 05b50d3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
10 changes: 9 additions & 1 deletion ChangeLog
@@ -1,8 +1,16 @@
Version 1.0.18 of the Developers' Release of the SCTP
Version 1.0.19 of the Developers' Release of the SCTP
Linux Kernel Implementation is available from

http://www.kernel.org

lksctp-1.0.19: Wed Apr 28 02:51:29 PM -03 2021
T:LIB Fixes ignored parameter on sctp_sendv
T:LIB Man page updates
T:BUILD Fix hardcoded version for libsctp and libwithsctp
T:BUILD Various fixes for CI integration
T:BUILD Fix netinet/sctp.h not being installed
T:TEST Various fixes

lksctp-1.0.18: Mon Aug 13 16:19 EDT 2016
T:APP Various test tools fixes
T:LIB Added support for sctp_peeloff_flags function
Expand Down
6 changes: 3 additions & 3 deletions configure.ac
Expand Up @@ -13,12 +13,12 @@ dnl (CONFIG_AUX_DIR is for putting stuff in $TOPSRCDIR/bin, so we
dnl reduce clutter in the root; if we put it below AM_INIT_AUTOMAKE,
dnl configure will fail ...)

AC_INIT([lksctp-tools], [1.0.18], [], [], [http://www.lksctp.org/])
AC_INIT([lksctp-tools], [1.0.19], [], [], [http://www.lksctp.org/])
AC_SUBST(LIBSCTP_CURRENT, 1)
AC_SUBST(LIBSCTP_REVISION, 18)
AC_SUBST(LIBSCTP_REVISION, 19)
AC_SUBST(LIBSCTP_AGE, 0)
AC_SUBST(LIBWITHSCTP_CURRENT, 1)
AC_SUBST(LIBWITHSCTP_REVISION, 18)
AC_SUBST(LIBWITHSCTP_REVISION, 19)
AC_SUBST(LIBWITHSCTP_AGE, 0)

AC_CONFIG_AUX_DIR(bin)
Expand Down

0 comments on commit 05b50d3

Please sign in to comment.