Browse Source

Chore: update debian package (#975)

Loyalsoldier 4 years ago
parent
commit
736379d22d
2 changed files with 16 additions and 1 deletions
  1. 2 1
      .github/workflows/deb.yml
  2. 14 0
      release/debian/changelog

+ 2 - 1
.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

+ 14 - 0
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 <dev@v2fly.org>  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)