forked from gup4win/wingup
-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WinGUp (for Notepad++) v5.2.8 release
- Loading branch information
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
WinGup (for Notepad++) v5.2.7 fixed bug: | ||
WinGup (for Notepad++) v5.2.8 fixed bug: | ||
|
||
1. Update to curl 8.4 for fixing vulnerability (CVE-2023-38545). | ||
1. Fix updates fail behind proxies that require NTLM authentication. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
Copyright 2023 Don HO <[email protected]> | ||
Copyright 2024 Don HO <[email protected]> | ||
This file is part of GUP. | ||
|
@@ -19,8 +19,8 @@ | |
|
||
#pragma once | ||
|
||
#define VERSION_VALUE L"5.27\0" | ||
#define VERSION_DIGITALVALUE 5, 2, 7, 0 | ||
#define VERSION_VALUE L"5.28\0" | ||
#define VERSION_DIGITALVALUE 5, 2, 8, 0 | ||
|
||
#define IDD_PROGRESS_DLG 1001 | ||
#define IDD_PROXY_DLG 1002 | ||
|