aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorGeorgii Staroselskii <georgii.staroselskii@emlid.com>2018-11-23 09:40:26 +0100
committerJean Delvare <jdelvare@suse.de>2018-11-23 09:40:26 +0100
commit0e384cf3030e0b6d28fc0313a6c80538dd30d0c1 (patch)
treee1f2d187668261cae9fd52ca268ac85a2ba87275 /CHANGES
parent4b2857942f043eed1afade106c08bb74d639dca9 (diff)
downloadi2c-tools-0e384cf3030e0b6d28fc0313a6c80538dd30d0c1.tar.gz
py-smbus: Fix i2c_smbus_* error propagation
The Python bindings haven't been updated after commit 330bba29f3d02432e2dca6f85082763b248887ff ("libi2c: Properly propagate real error codes on read errors"). This led to erronenous behavior every time an error other than -1 is returned by i2c_smbus_* functions. [JD: Edited description.] Signed-off-by: Georgii Staroselskii <georgii.staroselskii@emlid.com> Signed-off-by: Jean Delvare <jdelvare@suse.de>
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 8a39f19..d1b9889 100644
--- a/CHANGES
+++ b/CHANGES
@@ -11,6 +11,7 @@ master
Documentation update for DDR4
Verify the CRC of DDR4 data block 1
eeprog: Fix ambiguous parentheses
+ py-smbus: Fix i2c_smbus_* error propagation
4.0 (2017-10-30)
tools: Fix build with recent compilers (gcc 4.6+)