forked from v2fly/v2ray-core
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Chore: update debian package to v4.39.2 (v2fly#1034)
- Loading branch information
1 parent
fbccd47
commit 3cab4d1
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,21 @@ | ||
v2ray-core (4.39.2-1) unstable; urgency=medium | ||
|
||
* Websocket: support header based Websocket early data & its partial browser forwarder support | ||
* GeoData: add a memory efficient geodata decoder called `memconservative` for memory-limited devices | ||
* HTTP/2 Transport: support to set method and headers for outgoing connections | ||
* TCP Socket Option: support to set keepalive interval on Linux operating system | ||
* Fixed BrowserForwarder panics with empty config | ||
* Fixed FakeDNS prints error with empty config | ||
* Fixed dual stack FakeDNS Close method | ||
* Fixed Observatory starts with empty config & fails to close | ||
* Fixed null check on alternative system dialer | ||
* Fixed the chain proxy support for gRPC and HTTP/2 transport | ||
* Fixed leastping logic | ||
* Fixed v2ctl unable to create geodata loaders | ||
* More details in https://github.com/v2fly/v2ray-core/releases/tag/v4.39.2 | ||
|
||
-- V2Fly <[email protected]> Wed, 26 May 2021 08:00:00 +0800 | ||
|
||
v2ray-core (4.38.3-1) unstable; urgency=medium | ||
|
||
* FakeDNS: add fakedns+others sniffer | ||
|