File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33 Title: LockedList plug-in
44 Author: Afrow UK
5- Version: 3.0.0.4
6- Date: 19th April 2015
5+ Version: 3.0.0.5
6+ Date: 26th February 2024
77
88 Description:
99
1212
1313 Changes:
1414
15+ 3.0.0.5 - 26th February 2024
16+ * ANSI build did not include null-termination when converting Unicode
17+ characters from LockedList64.dll to ANSI.
18+ * Fixed endless loop in GetSystemHandleInformation() on some Windows
19+ versions.
20+
1521 3.0.0.4 - 19th April 2014
1622 * ANSI build did not convert Unicode characters from LockedList64.dll
1723 to ANSI.
Original file line number Diff line number Diff line change 9595//
9696
9797VS_VERSION_INFO VERSIONINFO
98- FILEVERSION 3,0,0,4
99- PRODUCTVERSION 3,0,0,4
98+ FILEVERSION 3,0,0,5
99+ PRODUCTVERSION 3,0,0,5
100100 FILEFLAGSMASK 0x17L
101101#ifdef _DEBUG
102102 FILEFLAGS 0x1L
@@ -113,12 +113,12 @@ BEGIN
113113 BEGIN
114114 VALUE "CompanyName", "Afrow Soft Ltd."
115115 VALUE "FileDescription", "LockedList NSIS plug-in"
116- VALUE "FileVersion", "3.0.0.4 "
116+ VALUE "FileVersion", "3.0.0.5 "
117117 VALUE "InternalName", "LockedList"
118118 VALUE "LegalCopyright", "Copyright � Stuart Welch 2014"
119119 VALUE "OriginalFilename", "LockedList.dll"
120120 VALUE "ProductName", "LockedList NSIS plug-in"
121- VALUE "ProductVersion", "3.0.0.4 "
121+ VALUE "ProductVersion", "3.0.0.5 "
122122 END
123123 END
124124 BLOCK "VarFileInfo"
Original file line number Diff line number Diff line change 392392 Change log
393393~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
394394
395+ 3.0.0.5 - 26th February 2024
396+ * ANSI build did not include null-termination when converting Unicode
397+ characters from LockedList64.dll to ANSI.
398+ * Fixed endless loop in GetSystemHandleInformation() on some Windows
399+ versions.
400+
395401 3.0.0.4 - 19th April 2014
396402 * ANSI build did not convert Unicode characters from LockedList64.dll
397403 to ANSI.
You can’t perform that action at this time.
0 commit comments