Skip to content

Commit 40958f1

Browse files
author
Ossama Othman
committed
mptcpd 0.5
This minor mptcpd release includes the following notable changes: - Test plugins are no longer installed when running "make install". A side benefit of the changes is that test plugins only build when the test suite is built via "make check" or "make distcheck". Libtool relink warnings that occurred when building the tests have also been addressed. - VPATH builds where the build directory and source directory differ (e.g. "mkdir build; cd build; ../configure; make") now succeed.
1 parent 4a0ba71 commit 40958f1

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

NEWS

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
12 June 2020 - mptcpd 0.5
2+
3+
- Test plugins are no longer installed when running "make install". A
4+
side benefit of the changes is that test plugins only build when the
5+
test suite is built via "make check" or "make distcheck". Libtool
6+
relink warnings that occurred when building the tests have also been
7+
addressed.
8+
9+
- VPATH builds where the build directory and source directory
10+
differ (e.g. "mkdir build; cd build; ../configure; make") now
11+
succeed.
12+
113
21 May 2020 - mptcpd 0.4
214

315
- Plugins may now inform peers that an address is no longer being

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
AC_PREREQ([2.69])
88
AC_INIT([mptcpd],
9-
[0.4],
9+
[0.5],
1010
1111
[],
1212
[https://01.org/multipath-tcp-linux])

0 commit comments

Comments
 (0)