Releases: wangyu-/udp2raw-multiplatform
20230206.0
Only minor changes, sync with udp2raw linux version.
Add macOS m1/m2 build. (udp2raw_mp_mac_m1
)
20210111.0
Fixed a bug related to GRO. https://github.com/wangyu-/udp2raw-multiplatform/issues/46
This bug is multiplatform version and client only, no need to upgrade server end.
20200727.0
windows and mac version of https://github.com/wangyu-/udp2raw-tunnel/releases/tag/20200727.0
20200715.0
multi-platform version of:
https://github.com/wangyu-/udp2raw-tunnel/releases/tag/20200715.0
Note: the binaries with libnet support is no longer released (but if you need you can still compile by youself). All binaries in this and (possible further) releases will be the nolibnet
version by default.
20190407.0
Fixed a bug which causes the program to exit by itself with an assert failed
when clock goes back.
related issue: https://github.com/wangyu-/udp2raw-multiplatform/issues/19
20181113.0
Fixed a bug which may cause bind port fail
in log and the program to exit by itself. (https://github.com/wangyu-/udp2raw-tunnel/issues/222)
Fixed a problem which may casue segment fault with some pcap versions, related to pcap_setfilter()
not being thread safe. (if you encountered any problem with this update, you can use the option --no-pcap-mutex
to fallback to the old behavior)
20180830.2
Added ipv6 support, check this link for ipv6 format.
20180830.1 Fixed a problem which may cause segment fault.
20180830.2 Fixed https://github.com/wangyu-/udp2raw-multiplatform/issues/10
20180701.1
修正了一个在有些机器上程序崩溃的问题。Fixed a problem of program crash on some machine during dev detection.
增加对npcap非兼容模式的支持。 Added support for npcap non-compatible mode.
(20180701.1 fixed a problem which may cause segment fault in 20180701.0, 353cb69)
20180623.0
修正了在windows上退出过于粗暴的问题( https://github.com/wangyu-/udp2raw-multiplatform/issues/1 )。 Exit more gracefully on windows.
mac用户可以继续用上个release中的binary. For Mac users, use the binaries in last release.
20180620.0
mac version:udp2raw_macOS.zip
windows version:udp2raw_windows.zip
bsd版暂时不提供编译好的binary,可以自己编译:https://github.com/wangyu-/udp2raw-multiplatform/wiki/How-to-build
For bsd users plz compile by yourself : https://github.com/wangyu-/udp2raw-multiplatform/wiki/How-to-build