Branch: refs/heads/stable1-proposed Home: https://github.com/kronosnet/kronosnet Commit: 64a54f052b228313a1e208eb4fad68ec6399d71a https://github.com/kronosnet/kronosnet/commit/64a54f052b228313a1e208eb4fad68... Author: Ferenc Wágner wferi@debian.org Date: 2018-02-20 (Tue, 20 Feb 2018)
Changed paths: M libknet/handle.c M libknet/internals.h M libknet/libknet.h M libknet/tests/api-test-coverage M libknet/tests/api_knet_handle_new.c M libknet/tests/test-common.c M libknet/transport_common.c M man/Makefile.am
Log Message: ----------- New API function: knet_handle_new_ex() taking handle flags
For now, the only supported flag is KNET_HANDLE_FLAG_PRIVILEGED, which is also the default in knet_handle_new().
The tests are adapted to switch this flag off, which makes them pass in default environments without privileges.
Signed-off-by: Ferenc Wágner wferi@debian.org
Commit: 6295ffb57741e514716196a119ff15325f9f6bd2 https://github.com/kronosnet/kronosnet/commit/6295ffb57741e514716196a119ff15... Author: Ferenc Wágner wferi@debian.org Date: 2018-02-20 (Tue, 20 Feb 2018)
Changed paths: M libknet/Makefile.am M libtap/Makefile.am
Log Message: ----------- build: provide -version-info directly instead of -version-number
The info components carry the real OS-independent library version information, from which the version number is computed differently on different systems. According to the libtool manual "new projects should use the -version-info flag instead".
Signed-off-by: Ferenc Wágner wferi@debian.org
Commit: ccc6751d31e557e45709a149c566cee4210f1c12 https://github.com/kronosnet/kronosnet/commit/ccc6751d31e557e45709a149c566ce... Author: Ferenc Wágner wferi@debian.org Date: 2018-02-20 (Tue, 20 Feb 2018)
Changed paths: M libknet/Makefile.am
Log Message: ----------- Indicate new API call in libtool version info
Signed-off-by: Ferenc Wágner wferi@debian.org
Compare: https://github.com/kronosnet/kronosnet/compare/268f9ff9b0ff...ccc6751d31e5