Skip to content

Releases: wangyu-/udp2raw-multiplatform

20230206.0

07 Feb 13:57
9acc44b
Compare
Choose a tag to compare

Only minor changes, sync with udp2raw linux version.
Add macOS m1/m2 build. (udp2raw_mp_mac_m1)

20210111.0

11 Jan 11:02
9acc44b
Compare
Choose a tag to compare

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

27 Jul 15:31
Compare
Choose a tag to compare

20200715.0

16 Jul 01:05
Compare
Choose a tag to compare

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

07 Apr 10:24
Compare
Choose a tag to compare
20190407.0 Pre-release
Pre-release

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

13 Nov 09:33
Compare
Choose a tag to compare

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

30 Aug 07:08
Compare
Choose a tag to compare

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

30 Jun 18:20
Compare
Choose a tag to compare

修正了一个在有些机器上程序崩溃的问题。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

23 Jun 04:38
Compare
Choose a tag to compare

修正了在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

20 Jun 13:16
f801958
Compare
Choose a tag to compare

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