Skip to content

Commit

Permalink
Chore: update debian package (v2fly#975)
Browse files Browse the repository at this point in the history
  • Loading branch information
Loyalsoldier authored May 5, 2021
1 parent 8ce32e0 commit 736379d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deb.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Build debian packages

on:
workflow_dispatch:
push:
branches:
- master
Expand Down Expand Up @@ -60,7 +61,7 @@ jobs:
path: ./*.deb

- name: Setup Repository
if: github.event_name == 'release'
if: ${{ github.event_name == 'release' || github.event_name == 'workflow_dispatch' }}
run: |
git clone https://github.com/v2fly/debian.git archive
echo ${{ secrets.DEBIAN_GPG_PRIVATE }} | base64 -d > private.key
Expand Down
14 changes: 14 additions & 0 deletions release/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
v2ray-core (4.38.3-1) unstable; urgency=medium

* FakeDNS: add fakedns+others sniffer
* FakeDNS: support dual stack IP pool by default
* Observatory: A component that measures the connectivity of selected outbounds
* Multi-JSON support for Observatory & BrowserForwarder
* Routing: add leastPing balancing strategy
* Fix: FakeDNS crash
* Fix: FakeDNS return ErrEmptyResponse when no FakeIP found
* Fix: UDP DNS connection crash
* More details in https://github.com/v2fly/v2ray-core/releases/tag/v4.38.3

-- V2Fly <[email protected]> Wed, 5 May 2021 10:00:00 +0800

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

* DNS: hosts support multiple addresses (#884 #886 #888)
Expand Down

0 comments on commit 736379d

Please sign in to comment.