You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,18 @@
1
1
# Change Log for System Information Unit
2
2
3
+
## v5.32.0 of 02 April 2025
4
+
5
+
+ Added new TPJBiosInfo class that provides access to some of the information contained in the host computer's BIOS, providing that the BIOS supports the SMBIOS reference specification v2.0 or later.
6
+
+ Updated both the VCL and FMX demo programs to add a new tab that displays the results of calling each of the methods of TPJBiosInfo.
7
+
+ Removed return values from Exit statements in the PJSysInfo unit to enable compilation with older Delphis.
8
+
+ Fixed bug in TPJOSInfo.ProductName where a format string had an incorrect number of placeholders for version numbers.
9
+
+ Fixed spelling mistake in the VCL demo project's TPJComputerInfo tab.
10
+
+ Changed the descriptive text on the TPJComputerInfo tab of the VCL demo program to refer to the each method's name rather than describing the purpose of the method.
11
+
+ Updated documentation:
12
+
+ Updated `README.md` re the addition of the TPJBiosInfo class.
13
+
+ Updated copyright dates in `README.md` to include 2025.
14
+
+ Acknowleged the author of some C code that formed the basis of some of Pascal code in TPJBiosInfo.
15
+
3
16
## v5.31.0 of 01 January 2025
4
17
5
18
+ Updated TPJOSInfo to detect Windows builds and revisions released in October to December 2024:
Copy file name to clipboardExpand all lines: Docs/Acknowledgements.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,3 +22,5 @@ The project also draws on the work of:
22
22
23
23
*_**Richard MacCutchan**_ for the C++ code on which _TPJOSInfo.DecodedDigitalProductIDWin7AndDown_ is based. The code was posted on
24
24
CodeProject by _enhzflep_ as Solution 4 at to the question ["How to get productId in windows 7 64 bit"](https://tinyurl.com/3n7fbt3h).
25
+
26
+
*_**Strive Sun**_ for the C code presented in his answer to the Stack Overflow post ["Win32 API to get Machine UUID"](https://tinyurl.com/cvbx792t). A Pascal translation of some of this code was used as a basis for the portions of the _TPJBiosInfo_ class.
0 commit comments