Skip to content

kcptun-libev v2.3.1

Choose a tag to compare

@hexian000 hexian000 released this 07 Oct 04:04
· 110 commits to master since this release
0b7495e

Changes since v2.3:

  1. [app] Support specifying group name in -u user:group.
  2. [restapi] Fix packet stats error in POSIX builds.
  3. [build] Make systemd support optional.
  4. [build] Build position-independent executables for x86_64 and aarch64.
  5. [build] Link -gnu builds against glibc-2.31 (instead of glibc-2.36).

Build variants:

  • -openwrt, .x86_64-linux-gnu: runtime dependencies should be installed.
  • -static: does not require the system to support dynamic linking.
  • other: requires only the dynamic libraries provided by the system.

Full Changelog: v2.3...v2.3.1