Skip to content

Commit a75000b

Browse files
committed
Merge branch 'master' into macosx
2 parents 8dcafeb + 484f893 commit a75000b

File tree

12 files changed

+1295
-311
lines changed

12 files changed

+1295
-311
lines changed

AUTHORS

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ Tyler Bell <tyler.bell@hp.com>
2222
Xie XiuQi <xiexiuqi@huawei.com>
2323
Petr Oros <poros@redhat.com>
2424
Ryan Armstrong <ryan@cavaliercoder.com>
25+
Prabhakar Pujeri <prabhakar.pujeri@dell.com>
26+
Erwan Velu <e.velu@criteo.com>
27+
Jerry Hoemann <jerry.hoemann@hpe.com>
2528

2629
MANY THANKS TO (IN CHRONOLOGICAL ORDER)
2730
Werner Heuser
@@ -91,3 +94,6 @@ Andrey Matveyev
9194
Stefan Tauner
9295
Naga Chumbalkar
9396
Jens Rosenboom
97+
Lianbo Jiang
98+
Tianjia Zhang
99+
Ivan Tkachenko

NEWS

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,36 @@
1+
Version 3.5 (Tue Mar 14 2023)
2+
- Decode HPE OEM records 216, 224, 230, 238 and 242.
3+
- Fortify entry point length checks.
4+
- Add a --no-quirks option.
5+
- Drop the CPUID exception list.
6+
- Do not let --dump-bin overwrite an existing file.
7+
- Ensure /dev/mem is a character device file.
8+
- Bug fixes:
9+
Fix segmentation fault in HPE OEM record 240
10+
- Minor improvements:
11+
Typo fixes
12+
Write the whole dump file at once
13+
Fix a build warning when USE_MMAP isn't set
14+
15+
Version 3.4 (Mon Jun 27 2022)
16+
- Support for SMBIOS 3.4.0. This includes new memory device types, new
17+
processor upgrades, new slot types and characteristics, decoding of memory
18+
module extended speed, new system slot types, new processor characteristics
19+
and new format of Processor ID.
20+
- Support for SMBIOS 3.5.0. This includes new processor upgrades, BIOS
21+
characteristics, new slot characteristics, new on-board device types, new
22+
pointing device interface types, and a new record type (type 45 -
23+
Firmware Inventory Information).
24+
- Decode HPE OEM records 194, 199, 203, 236, 237, 238 and 240.
25+
- Bug fixes:
26+
Fix OEM vendor name matching
27+
Fix ASCII filtering of strings
28+
Fix crash with option -u
29+
- Minor improvements:
30+
Skip details of uninstalled memory modules
31+
Don't display the raw CPU ID in quiet mode
32+
Improve the formatting of the manual pages
33+
134
Version 3.3 (Wed Oct 14 2020)
235
- [BUILD] Allow overriding build settings from the environment.
336
- [COMPATIBILITY] Document how the UUID fields are interpreted.

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
macosx branch:
22
- cloned from https://github.com/cavaliercoder/dmidecode-osx.git
3-
- upstream v3.1 merged
3+
- upstream v3.5 merged
44

55
** INTRODUCTION **
66

0 commit comments

Comments
 (0)