File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 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+
117Version 3.3.2
218====
319
Original file line number Diff line number Diff line change 88
99import logging
1010
11- __version__ = "3.3.3"
11+ __version__ = "3.3.3-alpha.0 "
1212
1313log = logging .getLogger ('can' )
1414
You can’t perform that action at this time.
0 commit comments