-
Notifications
You must be signed in to change notification settings - Fork 180
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
15 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,9 +6,10 @@ written by Hubert Denkmair <[email protected]> | |
## changelog | ||
|
||
|
||
### v0.1.3 unreleased | ||
### v0.1.3 released 2016-01-16 | ||
* new can interface configuration GUI (missing a suid binary to actually set the config) | ||
* use libnl-route-3 for socketcan device config | ||
* use libnl-route-3 for socketcan device config read | ||
* query socketcan interfaces for supported config options | ||
* new logging subsystem, do not use QDebug any more | ||
* some performance improvements when receiving lots of messages | ||
* bugfix with time-delta view: timestamps not shown when no previous message avail | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,14 @@ | ||
cangaroo (0.1.3-1) experimental; urgency=low | ||
* new can interface configuration GUI (missing a suid binary to actually set the config) | ||
* use libnl-route-3 for socketcan device config read | ||
* query socketcan interfaces for supported config options | ||
* new logging subsystem, do not use QDebug any more | ||
* some performance improvements when receiving lots of messages | ||
* bugfixs with time-delta view | ||
|
||
-- Hubert Denkmair <[email protected]> Tue, 12 Jan 2016 21:35:00 +0200 | ||
|
||
|
||
cangaroo (0.1.2-1) experimental; urgency=low | ||
* fix device re-scan ("could not bind" console message) | ||
* fix some dbc parsing issues (signed signals, ...) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters