Skip to content

Commit e6342dc

Browse files
committed
Update Changelog.md
1 parent 1e38870 commit e6342dc

File tree

2 files changed

+15
-37
lines changed

2 files changed

+15
-37
lines changed

WinNUT_V2/Setup/Setup.vdproj

Lines changed: 5 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -297,18 +297,6 @@
297297
}
298298
"Entry"
299299
{
300-
"MsmKey" = "8:_5D9F4510FB2E1DB827C759849D2C05EF"
301-
"OwnerKey" = "8:_314CE5030A4040E69371869B1C94AA16"
302-
"MsmSig" = "8:_UNDEFINED"
303-
}
304-
"Entry"
305-
{
306-
"MsmKey" = "8:_5D9F4510FB2E1DB827C759849D2C05EF"
307-
"OwnerKey" = "8:_99295A60B760C5A7B2A217EF6A2482C4"
308-
"MsmSig" = "8:_UNDEFINED"
309-
}
310-
"Entry"
311-
{
312300
"MsmKey" = "8:_5DFBB58F1460C9FB8F9C0FD754DCC774"
313301
"OwnerKey" = "8:_70DBA11C2BF449198BA594449914C1BC"
314302
"MsmSig" = "8:_UNDEFINED"
@@ -2997,26 +2985,6 @@
29972985
"IsDependency" = "11:TRUE"
29982986
"IsolateTo" = "8:"
29992987
}
3000-
"{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_5D9F4510FB2E1DB827C759849D2C05EF"
3001-
{
3002-
"SourcePath" = "8:AGauge.tlb"
3003-
"TargetName" = "8:AGauge.tlb"
3004-
"Tag" = "8:"
3005-
"Folder" = "8:_7A1917372AF14D75845D775AAEB7CD48"
3006-
"Condition" = "8:"
3007-
"Transitive" = "11:FALSE"
3008-
"Vital" = "11:TRUE"
3009-
"ReadOnly" = "11:FALSE"
3010-
"Hidden" = "11:TRUE"
3011-
"System" = "11:FALSE"
3012-
"Permanent" = "11:FALSE"
3013-
"SharedLegacy" = "11:FALSE"
3014-
"PackageAs" = "3:1"
3015-
"Register" = "3:2"
3016-
"Exclude" = "11:TRUE"
3017-
"IsDependency" = "11:TRUE"
3018-
"IsolateTo" = "8:"
3019-
}
30202988
"{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_5DFBB58F1460C9FB8F9C0FD754DCC774"
30212989
{
30222990
"AssemblyRegister" = "3:1"
@@ -5624,22 +5592,22 @@
56245592
{
56255593
"Name" = "8:Microsoft Visual Studio"
56265594
"ProductName" = "8:WinNUT"
5627-
"ProductCode" = "8:{1203E947-5DE0-4661-BA8E-DA6343971CEC}"
5628-
"PackageCode" = "8:{0124FE58-3E2A-401F-9B72-613A60953E58}"
5595+
"ProductCode" = "8:{27BA937E-88CF-46BD-9BDA-2426BDE4BA49}"
5596+
"PackageCode" = "8:{8553B0E9-8C88-4369-9388-88953E889692}"
56295597
"UpgradeCode" = "8:{7EA17151-76E7-4E29-8F6A-621C1B4144C2}"
56305598
"AspNetVersion" = "8:2.0.50727.0"
56315599
"RestartWWWService" = "11:FALSE"
56325600
"RemovePreviousVersions" = "11:TRUE"
56335601
"DetectNewerInstalledVersion" = "11:FALSE"
56345602
"InstallAllUsers" = "11:FALSE"
5635-
"ProductVersion" = "8:2.0.7721"
5603+
"ProductVersion" = "8:2.0.7722"
56365604
"Manufacturer" = "8:Gawindx"
56375605
"ARPHELPTELEPHONE" = "8:"
56385606
"ARPHELPLINK" = "8:https://github.com/gawindx/WinNUT-Client/issues"
56395607
"Title" = "8:WinNUT-Setup"
5640-
"Subject" = "8:WinNUT-Client v2.0.7721"
5608+
"Subject" = "8:WinNUT-Client v2.0.7722"
56415609
"ARPCONTACT" = "8:Gawindx"
5642-
"Keywords" = "8:WinNUT v2.0.7721"
5610+
"Keywords" = "8:WinNUT v2.0.7722.30975"
56435611
"ARPCOMMENTS" = "8:Windows NUT Client"
56445612
"ARPURLINFOABOUT" = "8:"
56455613
"ARPPRODUCTICON" = "8:_33BCB1EF059B4E9B87FA7435A8F2499C"

changelog.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
## History:
22

3+
### Version 2.0.7721
4+
#### Fix :
5+
- Fix an error when checking for an update to the latest version.
6+
This error causes the detection of an update that does not exist. (issue #70)
7+
- Also fixes incorrect version number detection (build version number was truncated)
8+
9+
#### Changed :
10+
- Improvements to the code managing the "ups.status" variable to take into account all possible values
11+
12+
313
### Version 2.0.7721
414
#### Fix :
515
- Fixed an error preventing WinNUT from starting on a new installation (crash in the encryption function due to a string = Nothing)

0 commit comments

Comments
 (0)