diff --git a/CHANGELOG b/CHANGELOG index 49a0940..2c82f6f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,13 @@ +v056 + +- Added new checks + - IsNativeVhdBoot #46 + - OS uptime check #45 + +- Added a DNS request trace for each detection #43 +- Disabled check_hook_DeleteFileW_m1 because it causes FP in Win 8 + v055 - Added new checks diff --git a/pafish.exe b/pafish.exe index 975e64e..4ea08c6 100644 Binary files a/pafish.exe and b/pafish.exe differ diff --git a/pafish/Objects/MingW/pafish_private.rc b/pafish/Objects/MingW/pafish_private.rc index fe3330a..3cbad16 100644 --- a/pafish/Objects/MingW/pafish_private.rc +++ b/pafish/Objects/MingW/pafish_private.rc @@ -4,8 +4,8 @@ A ICON MOVEABLE PURE LOADONCALL DISCARDABLE "pafish.ico" 1 VERSIONINFO -FILEVERSION 0,5,5,1 -PRODUCTVERSION 0,5,5,1 +FILEVERSION 0,5,6,1 +PRODUCTVERSION 0,5,6,1 FILETYPE VFT_APP BEGIN BLOCK "StringFileInfo"