Skip to content

Commit 1279144

Browse files
committed
Synced with dmidecode a1a2258f
1 parent dc6827e commit 1279144

12 files changed

Lines changed: 831 additions & 207 deletions

File tree

AUTHORS

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ Roy Franz <roy.franz@linaro.org>
2121
Tyler Bell <tyler.bell@hp.com>
2222
Xie XiuQi <xiexiuqi@huawei.com>
2323
Petr Oros <poros@redhat.com>
24+
Prabhakar Pujeri <prabhakar.pujeri@dell.com>
25+
Erwan Velu <e.velu@criteo.com>
26+
Jerry Hoemann <jerry.hoemann@hpe.com>
2427

2528
MANY THANKS TO (IN CHRONOLOGICAL ORDER)
2629
Werner Heuser
@@ -90,3 +93,6 @@ Andrey Matveyev
9093
Stefan Tauner
9194
Naga Chumbalkar
9295
Jens Rosenboom
96+
Lianbo Jiang
97+
Tianjia Zhang
98+
Ivan Tkachenko

Changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
Acidanthera dmidecode Changelog
22
===============================
33

4+
#### v3.4a
5+
- Synced with dmidecode a1a2258f
6+
47
#### v3.3c
58
- Fixed compatibility for macOS 10.7+
69

NEWS

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
Version 3.4 (Mon Jun 27 2022)
2+
- Support for SMBIOS 3.4.0. This includes new memory device types, new
3+
processor upgrades, new slot types and characteristics, decoding of memory
4+
module extended speed, new system slot types, new processor characteristics
5+
and new format of Processor ID.
6+
- Support for SMBIOS 3.5.0. This includes new processor upgrades, BIOS
7+
characteristics, new slot characteristics, new on-board device types, new
8+
pointing device interface types, and a new record type (type 45 -
9+
Firmware Inventory Information).
10+
- Decode HPE OEM records 194, 199, 203, 236, 237, 238 and 240.
11+
- Bug fixes:
12+
Fix OEM vendor name matching
13+
Fix ASCII filtering of strings
14+
Fix crash with option -u
15+
- Minor improvements:
16+
Skip details of uninstalled memory modules
17+
Don't display the raw CPU ID in quiet mode
18+
Improve the formatting of the manual pages
19+
120
Version 3.3 (Wed Oct 14 2020)
221
- [BUILD] Allow overriding build settings from the environment.
322
- [COMPATIBILITY] Document how the UUID fields are interpreted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dmidecode
77

88
This dmidecode version supports Apple-specific table decoding as well
99
as native macOS SMBIOS reading through I/O Registry. Synced with
10-
[upstream](http://git.savannah.gnu.org/cgit/dmidecode.git) up to 3c111e4f.
10+
[upstream](git://git.savannah.gnu.org/dmidecode.git) up to a1a2258f.
1111

1212
**INTRODUCTION**
1313

0 commit comments

Comments
 (0)