Skip to content

Commit

Permalink
Publish v2.6.337
Browse files Browse the repository at this point in the history
  • Loading branch information
trudyhood committed Jan 18, 2023
1 parent 125f24f commit 9481354
Show file tree
Hide file tree
Showing 14 changed files with 46 additions and 38 deletions.
15 changes: 10 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
# v2.6.337
### Server
* Fix: It doesn't generate log
* Feature: Add linux-arm64 installation

# v2.6.336
### Client
* Update: Optimizing UDP Processing
* Update: Improving Grabage Colelctor
* Update: Improving Garbage Collector
* Update: Async Disposal
* Update: Windows: Upgrade WinDiver to 2.2.2
* Update: Improve performance

### Server
* Feature: Allow disabling LogAnonymizer in server config
* Feature: Allow disabling LogAnonymizer in the server config
* Feature: NetScanner protector
* Feature: Access ServerConfig overwrite
* Feature: UdpProxyPoolEx
Expand All @@ -16,11 +21,11 @@
* Update: Windows updater write its log
* Update: Improve performance
* Update: Add NetScan to Track log
* Update: Imporve the Tracer Log File format
* Fix: File Access Server throw access voliatile randomly
* Update: Improve the Tracer Log File format
* Fix: File Access Server throw access volatile randomly
* Fix: Disconnecting Idle users after an hour of inactivity of FileAccess Server
* Fix: Linux Auto Installation
* Fix: Too many session recovery after hot restart
* Fix: Too many session recoveries after hot restart

# v2.6.329
### Server
Expand Down
3 changes: 3 additions & 0 deletions Pub/PublishToGitHub.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ gh release create "$versionTag" `
$releaseServerDir/linux-x64/VpnHoodServer-linux-x64.json `
$releaseServerDir/linux-x64/VpnHoodServer-linux-x64.sh `
$releaseServerDir/linux-x64/VpnHoodServer-linux-x64.tar.gz `
$releaseServerDir/linux-x64/VpnHoodServer-linux-arm64.json `
$releaseServerDir/linux-x64/VpnHoodServer-linux-arm64.sh `
$releaseServerDir/linux-x64/VpnHoodServer-linux-arm64.tar.gz `
$releaseServerDir/win-x64/VpnHoodServer-win-x64.json `
$releaseServerDir/win-x64/VpnHoodServer-win-x64.ps1 `
$releaseServerDir/win-x64/VpnHoodServer-win-x64.zip `
Expand Down
4 changes: 2 additions & 2 deletions Pub/Version.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"Major": 2,
"Minor": 6,
"Build": 336,
"BumpTime": "2023-01-18T03:49:03.7437603Z",
"Build": 337,
"BumpTime": "2023-01-18T18:23:03.5889252Z",
"Prerelease": false
}
6 changes: 3 additions & 3 deletions VpnHood.Client.App.UI/VpnHood.Client.App.UI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
<PackageIcon>VpnHood.png</PackageIcon>
<Description>Tiny internal webserver to server your single-page application (SPA). You need this only if you want to create a UI for your VpnHood client by single-page application (SPA).</Description>
<PackageId>VpnHood.Client.App.UI</PackageId>
<Version>2.6.336</Version>
<AssemblyVersion>2.6.336</AssemblyVersion>
<FileVersion>2.6.336</FileVersion>
<Version>2.6.337</Version>
<AssemblyVersion>2.6.337</AssemblyVersion>
<FileVersion>2.6.337</FileVersion>
<Nullable>enable</Nullable>
<LangVersion>latest</LangVersion>
</PropertyGroup>
Expand Down
6 changes: 3 additions & 3 deletions VpnHood.Client.App/VpnHood.Client.App.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
<RepositoryUrl>https://github.com/vpnhood/vpnhood</RepositoryUrl>
<Description>Readymade Vpn App skeleton for VpnHood clients. You just need to create a UI on it.</Description>
<PackageId>VpnHood.Client.App</PackageId>
<Version>2.6.336</Version>
<AssemblyVersion>2.6.336</AssemblyVersion>
<FileVersion>2.6.336</FileVersion>
<Version>2.6.337</Version>
<AssemblyVersion>2.6.337</AssemblyVersion>
<FileVersion>2.6.337</FileVersion>
<Nullable>enable</Nullable>
<LangVersion>latest</LangVersion>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
<RepositoryUrl>https://github.com/vpnhood/vpnhood</RepositoryUrl>
<PackageIcon>VpnHood.png</PackageIcon>
<Description>VpnHood client device provider for Windows using WinDivert.</Description>
<Version>2.6.336</Version>
<Version>2.6.337</Version>
<PackageId>VpnHood.Client.Device.WinDivert</PackageId>
<Version>1.1.226</Version>
<AssemblyVersion>2.6.336</AssemblyVersion>
<FileVersion>2.6.336</FileVersion>
<AssemblyVersion>2.6.337</AssemblyVersion>
<FileVersion>2.6.337</FileVersion>
<Nullable>enable</Nullable>
<LangVersion>latest</LangVersion>
</PropertyGroup>
Expand Down
6 changes: 3 additions & 3 deletions VpnHood.Client.Device/VpnHood.Client.Device.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
<RepositoryType></RepositoryType>
<PackageId>VpnHood.Client.Device</PackageId>
<RootNamespace>VpnHood.Client.Device</RootNamespace>
<Version>2.6.336</Version>
<AssemblyVersion>2.6.336</AssemblyVersion>
<FileVersion>2.6.336</FileVersion>
<Version>2.6.337</Version>
<AssemblyVersion>2.6.337</AssemblyVersion>
<FileVersion>2.6.337</FileVersion>
<Nullable>enable</Nullable>
<LangVersion>latest</LangVersion>
</PropertyGroup>
Expand Down
6 changes: 3 additions & 3 deletions VpnHood.Client/VpnHood.Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
<Copyright>2022 VpnHood</Copyright>
<PackageId>VpnHood.Client</PackageId>
<PackageTags>VPN VpnClient Proxy</PackageTags>
<Version>2.6.336</Version>
<AssemblyVersion>2.6.336</AssemblyVersion>
<FileVersion>2.6.336</FileVersion>
<Version>2.6.337</Version>
<AssemblyVersion>2.6.337</AssemblyVersion>
<FileVersion>2.6.337</FileVersion>
<Nullable>enable</Nullable>
<LangVersion>latest</LangVersion>
</PropertyGroup>
Expand Down
6 changes: 3 additions & 3 deletions VpnHood.Common/VpnHood.Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
<PackageId>VpnHood.Common</PackageId>
<PackageIcon>VpnHood.png</PackageIcon>
<Description>VpnHood Common Library is shared among all other VpnHood modules.</Description>
<Version>2.6.336</Version>
<AssemblyVersion>2.6.336</AssemblyVersion>
<FileVersion>2.6.336</FileVersion>
<Version>2.6.337</Version>
<AssemblyVersion>2.6.337</AssemblyVersion>
<FileVersion>2.6.337</FileVersion>
<Nullable>enable</Nullable>
<LangVersion>latest</LangVersion>
</PropertyGroup>
Expand Down
6 changes: 3 additions & 3 deletions VpnHood.Server.Access/VpnHood.Server.Access.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
<PackageId>VpnHood.Server.Access</PackageId>
<PackageIcon>VpnHood.png</PackageIcon>
<Description>Stores, and retrieves end users' access and usage. Provides required interfaces and classes to use or create an access server and accounting.</Description>
<Version>2.6.336</Version>
<AssemblyVersion>2.6.336</AssemblyVersion>
<FileVersion>2.6.336</FileVersion>
<Version>2.6.337</Version>
<AssemblyVersion>2.6.337</AssemblyVersion>
<FileVersion>2.6.337</FileVersion>
<Nullable>enable</Nullable>
<LangVersion>latest</LangVersion>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion VpnHood.Server.App.Net/NLog.config
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<targets>

<!-- log -->
<target xsi:type="File" name="logfile2" archiveOldFileOnStartup="true"
<target xsi:type="File" name="logfile" archiveOldFileOnStartup="true"
layout="${longdate} | ${level} | ${event-properties:EventName} | ${ndlc:separator= => } ${newline} ${message} ${exception:format=type,message} ${newline}"
fileName="${currentdir}/logs/log.txt" archiveFileName="${currentdir}/logs/log-archive/log.{#}.txt"
archiveNumbering="DateAndSequence"
Expand Down
6 changes: 3 additions & 3 deletions VpnHood.Server.App.Net/VpnHood.Server.App.Net.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
<RepositoryUrl>https://github.com/vpnhood/vpnhood</RepositoryUrl>
<PackageLicenseExpression>LGPL-2.1-only</PackageLicenseExpression>
<PackageIcon>VpnHood.png</PackageIcon>
<Version>2.6.336</Version>
<AssemblyVersion>2.6.336</AssemblyVersion>
<FileVersion>2.6.336</FileVersion>
<Version>2.6.337</Version>
<AssemblyVersion>2.6.337</AssemblyVersion>
<FileVersion>2.6.337</FileVersion>
<Nullable>enable</Nullable>
<LangVersion>latest</LangVersion>
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
Expand Down
6 changes: 3 additions & 3 deletions VpnHood.Server/VpnHood.Server.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
<PackageIcon>VpnHood.png</PackageIcon>
<Description>The core of VpnHood server. It can listen and accept connections from VpnHood clients.</Description>
<PackageId>VpnHood.Server</PackageId>
<Version>2.6.336</Version>
<AssemblyVersion>2.6.336</AssemblyVersion>
<FileVersion>2.6.336</FileVersion>
<Version>2.6.337</Version>
<AssemblyVersion>2.6.337</AssemblyVersion>
<FileVersion>2.6.337</FileVersion>
<Nullable>enable</Nullable>
<LangVersion>latest</LangVersion>
</PropertyGroup>
Expand Down
6 changes: 3 additions & 3 deletions VpnHood.Tunneling/VpnHood.Tunneling.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<PackageIcon>VpnHood.png</PackageIcon>
<Product>VpnHood.Tunneling</Product>
<Description>Provides tunnelling classes and protocols shared between VpnHood.Client and VpnHood.Server.</Description>
<Version>2.6.336</Version>
<AssemblyVersion>2.6.336</AssemblyVersion>
<FileVersion>2.6.336</FileVersion>
<Version>2.6.337</Version>
<AssemblyVersion>2.6.337</AssemblyVersion>
<FileVersion>2.6.337</FileVersion>
<Nullable>enable</Nullable>
<LangVersion>latest</LangVersion>
</PropertyGroup>
Expand Down

0 comments on commit 9481354

Please sign in to comment.