Skip to content

Commit

Permalink
Update changelog with more backported fixes for 3.3.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
hardbyte committed Apr 20, 2020
1 parent 5180591 commit 390ff1c
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,18 @@ Version 3.3.3

Backported fixes from Python 3 only 4.x development.

* Exclude test packages from distribution. #740
* RTR crash fix in canutils log reader parsing RTR frames. #713
* Skip J1939 messages in ASC Reader. #701
* Exposes a configuration option to allow the CAN message player to send error frames
(and sets the default to not send error frames). #690
* Fixes the semantics provided by periodic tasks in SocketCAN interface. #638
* Avoid padding CAN_FD_MESSAGE_64 objects to 4 bytes. #628
* Fixes the broken CANalyst-II interface. #617
* Socketcan BCM status fix. #605
* #798 Backport caching msg.data value in neovi interface
* #796 Fix Vector CANlib treatment of empty app name
* #771 Handle empty CSV file
* #740 Exclude test packages from distribution.
* #713 RTR crash fix in canutils log reader parsing RTR frames.
* #701 Skip J1939 messages in ASC Reader.
* #690 Exposes a configuration option to allow the CAN message player to send error frames
(and sets the default to not send error frames).
* #638 Fixes the semantics provided by periodic tasks in SocketCAN interface.
* #628 Avoid padding CAN_FD_MESSAGE_64 objects to 4 bytes.
* #617 Fixes the broken CANalyst-II interface.
* #605 Socketcan BCM status fix.


Version 3.3.2
Expand Down

0 comments on commit 390ff1c

Please sign in to comment.