From 736379d22dea9c64d5fc69155770a7bb6e8d7c22 Mon Sep 17 00:00:00 2001 From: Loyalsoldier <10487845+Loyalsoldier@users.noreply.github.com> Date: Wed, 5 May 2021 10:34:12 +0800 Subject: [PATCH] Chore: update debian package (#975) --- .github/workflows/deb.yml | 3 ++- release/debian/changelog | 14 ++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deb.yml b/.github/workflows/deb.yml index 6e525ea2b..0bb4f53e3 100644 --- a/.github/workflows/deb.yml +++ b/.github/workflows/deb.yml @@ -1,6 +1,7 @@ name: Build debian packages on: + workflow_dispatch: push: branches: - master @@ -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 diff --git a/release/debian/changelog b/release/debian/changelog index a08b26cbd..d9cefd401 100644 --- a/release/debian/changelog +++ b/release/debian/changelog @@ -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 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)