From cac306db9a302c99e36daf6f03e24ef7d00d56e3 Mon Sep 17 00:00:00 2001 From: Jean Delvare Date: Fri, 30 Nov 2018 15:09:52 +0100 Subject: [PATCH] CHANGES: Add missing entries since v4.0 --- CHANGES | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGES b/CHANGES index b9d0ab9..9aa2968 100644 --- a/CHANGES +++ b/CHANGES @@ -2,7 +2,9 @@ i2c-tools CHANGES ----------------- master + Makefile: Make STRIP, DESTDIR and PREFIX overridable tools: Fix potential buffer overflows in i2cbusses + Fix build race Allow usage of reserved addresses with the '-a' flag decode-dimms: Add preliminary DDR4 support Decode size and timings of DDR4 @@ -12,6 +14,12 @@ master Verify the CRC of DDR4 data block 1 Update manufacturer IDs (JEP106AX) eeprog: Fix ambiguous parentheses + Fix build race + i2ctransfer: Rename option '-f' to '-a' for consistency + i2c-dev.h: Delete + library: Fix build race + Allow disabling the dynamic flavor + Mention the correct license in source files py-smbus: Fix i2c_smbus_* error propagation 4.0 (2017-10-30)