Skip to content

Commit 4ebb452

Browse files
committed
WinGUp (for Notepad++) v5.4 release
1 parent b486802 commit 4ebb452

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

src/change.log

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
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+
110
WinGup (for Notepad++) v5.3.9 new featurs:
211

312
1. Security enhancement: Log security errors automatically in "%LOCALUSERDATA%\WinGUp\log\securityError.log".

src/resource.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
@@ -19,8 +19,8 @@
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

0 commit comments

Comments
 (0)