Skip to content

Commit 819e9e9

Browse files
committed
Bumped version to 3.0.0.5
1 parent b42625c commit 819e9e9

3 files changed

Lines changed: 18 additions & 6 deletions

File tree

Contrib/LockedList3/LockedList.cpp

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
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
@@ -12,6 +12,12 @@
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.

Contrib/LockedList3/LockedList.rc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ END
9595
//
9696

9797
VS_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"

Docs/LockedList/Readme.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -392,6 +392,12 @@
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.

0 commit comments

Comments
 (0)