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
+18
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,23 @@
1
1
# Change Log for System Information Unit
2
2
3
+
## v5.31.0 of 01 January 2025
4
+
5
+
+ Updated TPJOSInfo to detect Windows builds and revisions released in October to December 2024:
6
+
+ Added support for detecting Windows Server 2025: added added osWinSvr2025
7
+
to TPJOSInfoProduct enumeration.
8
+
+ Added support for detecting any Windows Server versions later than Windows Server 2025: added osWinSvrLater to TPJOSInfoProduct
9
+
enumeration.
10
+
+ Updated Windows 10 21H2 public release build information.
11
+
+ Updated Windows 10 22H2 public release, release preview & beta channel build information.
12
+
+ Updated Windows 11 21H2 public release build information.
13
+
+ Updated Windows 11 22H2 public release build information.
14
+
+ Updated Windows 11 23H2 public release & release preview channel build information.
15
+
+ Updated Windows 11 24H2 public release, release preview & canary channel build information.
16
+
+ Updated Windows 11 Future component updates in dev & beta channel build information.
17
+
+ Modified code that detects Windows Server 2022.
18
+
+ Fixed uninitialised variable error in a helper function.
19
+
+ Updated the demo projects to display the newly added osWinSvr2025 & osWinSvrLater values of the TPJOSProduct enumeration that identify Windows Server 2005 and later Windows Server OSs.
20
+
3
21
## v5.30.0 of 06 October 2024
4
22
5
23
+ Updated PRODUCT_xxx constant definitions to include all those defined in the Windows 11 24H2 SDK.
0 commit comments