Skip to content

Commit

Permalink
Chore: update debian package to v4.42.2 (#1277)
Browse files Browse the repository at this point in the history
  • Loading branch information
Loyalsoldier authored and xiaokangwang committed Sep 27, 2021
1 parent 0f9db48 commit 4a05604
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 0 deletions.
11 changes: 11 additions & 0 deletions release/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
v2ray-core (4.42.2-1) unstable; urgency=medium

* Support Windows ARM64
* TLS: support client certificate authentication
* GeoIP asset: add trimmed GeoIP file `geoip-only-cn-private.dat` to zip package for ROM/RAM insufficient devices
* Socks: support 4/4a version of the socks protocol
* DNS: add option `disableFallbackIfMatch` for DNS
* More details in https://github.com/v2fly/v2ray-core/releases/tag/v4.42.2

-- V2Fly <dev@v2fly.org> Mon, 20 Sep 2021 11:00:00 +0800

v2ray-core (4.41.1-1) unstable; urgency=medium

* VMess: added two VMess experiments: AuthenticatedLength & NoTerminationSignal
Expand Down
8 changes: 8 additions & 0 deletions release/debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,11 @@ Description: Library platform for building proxies in golang (routing file)
Project V2Ray is a set of network tools that help you to build your
own computer network. It secures your network connections and thus
protects your privacy.

Package: v2ray-geoip-only-cn-private
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Library platform for building proxies in golang (routing file)
Project V2Ray is a set of network tools that help you to build your
own computer network. It secures your network connections and thus
protects your privacy.
4 changes: 4 additions & 0 deletions release/debian/copyright
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ Files: release/config/geoip.dat
Copyright: 2015-2020 V2Fly Community
License: CC-BY-SA-4.0

Files: release/config/geoip-only-cn-private.dat
Copyright: 2015-2020 V2Fly Community
License: CC-BY-SA-4.0

Files: release/debian/*
Copyright: 2020 ymshenyu <ymshenyu@gmail.com>
License: Expat
Expand Down
1 change: 1 addition & 0 deletions release/debian/v2ray-geoip-only-cn-private.install
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
release/config/geoip-only-cn-private.dat usr/share/v2ray

0 comments on commit 4a05604

Please sign in to comment.