File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed
Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 1+ WinGup (for Notepad++) v5.4 new featurs:
2+
3+ 1. Security enhancement: Add option to verify integrity & authenticity of server-returned XML (XMLDsig).
4+ 2. Security enhancement: Remove 2 curl options CURLSSLOPT_ALLOW_BEAST & CURLSSLOPT_NO_REVOKE to make more secured.
5+ 3. Security enhancement: Integrate libcurl statically into GUP.exe to remove dependency on libcurl.dll.
6+ 4. Make security error log more explicite.
7+ 5. Limit -clean & -unzip of Notepad++ plugin management usage.
8+
9+
110WinGup (for Notepad++) v5.3.9 new featurs:
211
3121. Security enhancement: Log security errors automatically in "%LOCALUSERDATA%\WinGUp\log\securityError.log".
Original file line number Diff line number Diff line change 11/*
2- Copyright 2024 Don HO <don.h@free.fr>
2+ Copyright 2026 Don HO <don.h@free.fr>
33
44 This file is part of GUP.
55
1919
2020#pragma once
2121
22- #define VERSION_VALUE L"5.39 \0"
23- #define VERSION_DIGITALVALUE 5, 3, 9 , 0
22+ #define VERSION_VALUE L"5.4 \0"
23+ #define VERSION_DIGITALVALUE 5, 4, 0 , 0
2424
2525#define IDD_PROGRESS_DLG 1001
2626#define IDD_PROXY_DLG 1002
You can’t perform that action at this time.
0 commit comments