Skip to content
This repository has been archived by the owner on Feb 19, 2025. It is now read-only.

Commit

Permalink
1.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
henrypp committed Apr 29, 2017
1 parent 9aaad50 commit 29c32ce
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 8 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
v1.5.4 (30 April 2017)
- trim executable version string
- fixed filters uninstallation
- fixed duplicate update checking
- fixed bugs

v1.5.3 (27 April 2017)
- fixed restoring windows firewall state
- fixed incorrect size restoring sometimes
- fixed incorrect window size at startup sometimes

v1.5.2 (27 April 2017)
- fixed dropped packets log spinlock cannot be unlocked (critical)
Expand Down
8 changes: 7 additions & 1 deletion bin/History.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
v1.5.4 (30 April 2017)
- trim executable version string
- fixed filters uninstallation
- fixed duplicate update checking
- fixed bugs

v1.5.3 (27 April 2017)
- fixed restoring windows firewall state
- fixed incorrect size restoring sometimes
- fixed incorrect window size at startup sometimes

v1.5.2 (27 April 2017)
- fixed dropped packets log spinlock cannot be unlocked (critical)
Expand Down
14 changes: 8 additions & 6 deletions simplewall.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
</EnableCOMDATFolding>
<LargeAddressAware>true</LargeAddressAware>
<SubSystem>Windows</SubSystem>
<MinimumRequiredVersion>5.1</MinimumRequiredVersion>
<MinimumRequiredVersion>6.0</MinimumRequiredVersion>
<TurnOffAssemblyGeneration>
</TurnOffAssemblyGeneration>
<ImageHasSafeExceptionHandlers>
Expand Down Expand Up @@ -187,7 +187,7 @@
<ImageHasSafeExceptionHandlers>
</ImageHasSafeExceptionHandlers>
<AdditionalOptions>/OPT:NOLBR %(AdditionalOptions)</AdditionalOptions>
<MinimumRequiredVersion>5.2</MinimumRequiredVersion>
<MinimumRequiredVersion>6.0</MinimumRequiredVersion>
</Link>
<ResourceCompile>
<PreprocessorDefinitions>_UNICODE;UNICODE;_WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Expand All @@ -196,7 +196,7 @@
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<ClCompile>
<WarningLevel>Level4</WarningLevel>
<Optimization>Full</Optimization>
<Optimization>MinSpace</Optimization>
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>false</IntrinsicFunctions>
<SDLCheck>
Expand All @@ -217,6 +217,7 @@
<BufferSecurityCheck>false</BufferSecurityCheck>
<TreatWarningAsError>true</TreatWarningAsError>
<WholeProgramOptimization>true</WholeProgramOptimization>
<BasicRuntimeChecks>Default</BasicRuntimeChecks>
</ClCompile>
<Link>
<GenerateDebugInformation>No</GenerateDebugInformation>
Expand All @@ -228,7 +229,7 @@
<LinkTimeCodeGeneration>UseFastLinkTimeCodeGeneration</LinkTimeCodeGeneration>
<LargeAddressAware>true</LargeAddressAware>
<SubSystem>Windows</SubSystem>
<MinimumRequiredVersion>5.1</MinimumRequiredVersion>
<MinimumRequiredVersion>6.0</MinimumRequiredVersion>
<TurnOffAssemblyGeneration>
</TurnOffAssemblyGeneration>
<ImageHasSafeExceptionHandlers>
Expand All @@ -239,7 +240,7 @@
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<ClCompile>
<WarningLevel>Level4</WarningLevel>
<Optimization>Full</Optimization>
<Optimization>MinSpace</Optimization>
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>false</IntrinsicFunctions>
<SDLCheck>
Expand All @@ -260,6 +261,7 @@
<BufferSecurityCheck>false</BufferSecurityCheck>
<TreatWarningAsError>true</TreatWarningAsError>
<WholeProgramOptimization>true</WholeProgramOptimization>
<BasicRuntimeChecks>Default</BasicRuntimeChecks>
</ClCompile>
<Link>
<GenerateDebugInformation>No</GenerateDebugInformation>
Expand All @@ -276,7 +278,7 @@
<ImageHasSafeExceptionHandlers>
</ImageHasSafeExceptionHandlers>
<AdditionalOptions>/OPT:NOLBR %(AdditionalOptions)</AdditionalOptions>
<MinimumRequiredVersion>5.2</MinimumRequiredVersion>
<MinimumRequiredVersion>6.0</MinimumRequiredVersion>
</Link>
<ResourceCompile>
<PreprocessorDefinitions>_UNICODE;UNICODE;_WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Expand Down
Binary file modified src/main.cpp
Binary file not shown.
Binary file modified src/main.h
Binary file not shown.

0 comments on commit 29c32ce

Please sign in to comment.