Skip to content

Commit

Permalink
WinGup 4.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
donho committed Nov 10, 2021
1 parent 3d14e31 commit 0fbbf6f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
11 changes: 5 additions & 6 deletions src/change.log
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
GUP v4.2 bug-fix & new enhancement:
WinGup v4.3 new feature & bug-fixes:

1. Update cURL from 7.42.1 to 7.56.1
2. Enable CURLSSLOPT_NO_REVOKE option in cURL to fix the problem that updating requires certificate support:
https://github.com/notepad-plus-plus/notepad-plus-plus/issues/1237
3. Fixed unwanted message displaying issue.
4. Add more tanslations.
1. Update cURL from v7.56.1 to v7.79.1
2. Add customizable application icon (for the dialogs & on taskbar).
3. Fix percentage glitch on progress bar.
4. Fix wrong version parameter set.
4 changes: 2 additions & 2 deletions src/resource.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
#ifndef RESOURCE_H
#define RESOURCE_H

#define VERSION_VALUE "4.2\0"
#define VERSION_DIGITALVALUE 4, 2, 0, 0
#define VERSION_VALUE "4.3\0"
#define VERSION_DIGITALVALUE 4, 3, 0, 0

#define IDD_PROGRESS_DLG 1001
#define IDD_PROXY_DLG 1002
Expand Down

0 comments on commit 0fbbf6f

Please sign in to comment.