From: Andre Noll Date: Mon, 7 Nov 2022 16:34:31 +0000 (+0100) Subject: Merge topic branch t/net into master X-Git-Tag: v0.7.2~20 X-Git-Url: http://git.tuebingen.mpg.de/versions/paraslash-0.3.1.tar.bz2.asc?a=commitdiff_plain;h=68c0deb1ae25af923fde02952159c1129a281813;p=paraslash.git Merge topic branch t/net into master A moderately sized series which contains a bunch of simple cleanups for net.c and net.h. * refs/heads/t/net: net: De-doxify static functions. net: Refer to correct man page in stringify_port(). net: Pass true/false instead of 0/1 to makesock(). net: Demote log level of error message in makesock(). net: Rename para_connect_simple() -> para_connect(). net: Make is_valid_ipv{4,6}_address() local to net.c. net: Remove IPPROTO_DCCP define. net: Make single-use macros local. net: Combine documentation of struct flowopts. net: Drop extern keyword of function declarations. --- 68c0deb1ae25af923fde02952159c1129a281813 diff --cc NEWS.md index 5a00175c,5a00175c..c21cc858 --- a/NEWS.md +++ b/NEWS.md @@@ -1,6 -1,6 +1,15 @@@ NEWS ==== ++------------------------------------------ ++0.7.2 (to be announced) "optical friction" ++------------------------------------------ ++ ++- Minor cleanup of the net subsystem. ++ ++Downloads: ++[tarball](./releases/paraslash-git.tar.xz) ++ -------------------------------------- 0.7.1 (2022-10-03) "digital spindrift" -------------------------------------- @@@ -27,6 -27,6 +36,7 @@@ usual mix of bug fixes and minor improv requires support from the compiler, the oldest supported gcc version has been bumped to gcc-5.4 (released in 2015). ++Downloads: [tarball](./releases/paraslash-0.7.1.tar.xz), [signature](./releases/paraslash-0.7.1.tar.xz.asc)