File tree 2 files changed +17
-1
lines changed 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change
1
+ Version 3.3.3
2
+ ====
3
+
4
+ Backported fixes from Python 3 only 4.x development.
5
+
6
+ * Exclude test packages from distribution. #740
7
+ * RTR crash fix in canutils log reader parsing RTR frames. #713
8
+ * Skip J1939 messages in ASC Reader. #701
9
+ * Exposes a configuration option to allow the CAN message player to send error frames
10
+ (and sets the default to not send error frames). #690
11
+ * Fixes the semantics provided by periodic tasks in SocketCAN interface. #638
12
+ * Avoid padding CAN_FD_MESSAGE_64 objects to 4 bytes. #628
13
+ * Fixes the broken CANalyst-II interface. #617
14
+ * Socketcan BCM status fix. #605
15
+
16
+
1
17
Version 3.3.2
2
18
====
3
19
Original file line number Diff line number Diff line change 8
8
9
9
import logging
10
10
11
- __version__ = "3.3.3"
11
+ __version__ = "3.3.3-alpha.0 "
12
12
13
13
log = logging .getLogger ('can' )
14
14
You can’t perform that action at this time.
0 commit comments