Browse Source

Notepad++ 7.6.6 release

pull/5488/head v7.6.6
Don HO 6 years ago
parent
commit
aaa743ea3f
  1. 5
      PowerEditor/bin/change.log
  2. 4
      PowerEditor/installer/packageAll.bat
  3. 6
      PowerEditor/src/resource.h

5
PowerEditor/bin/change.log

@ -1,3 +1,8 @@
Notepad++ v7.6.6 bug-fix:
1. Fix crash issue inserted by adding an enhancement for retaining read only setting state in session.
Notepad++ v7.6.5 new features and bug-fixes:
0. Security enhancement: GPG Signature is provided for Notepad++ release.

4
PowerEditor/installer/packageAll.bat

@ -34,9 +34,9 @@ If ErrorLevel 1 goto End
signtool.exe sign /f %NPP_CERT% /p %NPP_CERT_PWD% /d "Notepad++" /du https://notepad-plus-plus.org/ /t http://timestamp.digicert.com/ ..\bin\NppShell64_06.dll
If ErrorLevel 1 goto End
signtool.exe sign /f %NPP_CERT% /p %NPP_CERT_PWD% /d "Notepad++" /du https://notepad-plus-plus.org/ /t http://timestamp.digicert.com/ ..\bin\nppPluginList.dll
signtool.exe sign /f %NPP_CERT% /p %NPP_CERT_PWD% /d "Notepad++" /du https://notepad-plus-plus.org/ /t http://timestamp.digicert.com/ ..\bin\plugins\Config\nppPluginList.dll
If ErrorLevel 1 goto End
signtool.exe sign /f %NPP_CERT% /p %NPP_CERT_PWD% /d "Notepad++" /du https://notepad-plus-plus.org/ /t http://timestamp.digicert.com/ ..\bin64\nppPluginList.dll
signtool.exe sign /f %NPP_CERT% /p %NPP_CERT_PWD% /d "Notepad++" /du https://notepad-plus-plus.org/ /t http://timestamp.digicert.com/ ..\bin64\plugins\Config\nppPluginList.dll
If ErrorLevel 1 goto End
signtool.exe sign /f %NPP_CERT% /p %NPP_CERT_PWD% /d "Notepad++" /du https://notepad-plus-plus.org/ /t http://timestamp.digicert.com/ ..\bin\updater\GUP.exe

6
PowerEditor/src/resource.h

@ -27,12 +27,12 @@
#pragma once
#define NOTEPAD_PLUS_VERSION TEXT("Notepad++ v7.6.5")
#define NOTEPAD_PLUS_VERSION TEXT("Notepad++ v7.6.6")
// should be X.Y : ie. if VERSION_DIGITALVALUE == 4, 7, 1, 0 , then X = 4, Y = 71
// ex : #define VERSION_VALUE TEXT("5.63\0")
#define VERSION_VALUE TEXT("7.65\0")
#define VERSION_DIGITALVALUE 7, 6, 5, 0
#define VERSION_VALUE TEXT("7.66\0")
#define VERSION_DIGITALVALUE 7, 6, 6, 0

Loading…
Cancel
Save