File tree Expand file tree Collapse file tree 3 files changed +15
-3
lines changed
Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,10 @@ written by Hubert Denkmair <hubert@denkmair.de>
66## changelog
77
88
9- ### v0.1.3 unreleased
9+ ### v0.1.3 released 2016-01-16
1010* new can interface configuration GUI (missing a suid binary to actually set the config)
11- * use libnl-route-3 for socketcan device config
11+ * use libnl-route-3 for socketcan device config read
12+ * query socketcan interfaces for supported config options
1213* new logging subsystem, do not use QDebug any more
1314* some performance improvements when receiving lots of messages
1415* bugfix with time-delta view: timestamps not shown when no previous message avail
Original file line number Diff line number Diff line change 1+ cangaroo (0.1.3-1) experimental; urgency=low
2+ * new can interface configuration GUI (missing a suid binary to actually set the config)
3+ * use libnl-route-3 for socketcan device config read
4+ * query socketcan interfaces for supported config options
5+ * new logging subsystem, do not use QDebug any more
6+ * some performance improvements when receiving lots of messages
7+ * bugfixs with time-delta view
8+
9+ -- Hubert Denkmair <hubert@denkmair.de> Tue, 12 Jan 2016 21:35:00 +0200
10+
11+
112cangaroo (0.1.2-1) experimental; urgency=low
213 * fix device re-scan ("could not bind" console message)
314 * fix some dbc parsing issues (signed signals, ...)
Original file line number Diff line number Diff line change @@ -371,7 +371,7 @@ void MainWindow::showAboutDialog()
371371 " cangaroo\n "
372372 " open source can bus analyzer\n "
373373 " \n "
374- " version 0.1.2 \n "
374+ " version 0.1.3 \n "
375375 " \n "
376376 " (c)2015-2016 Hubert Denkmair"
377377 );
You can’t perform that action at this time.
0 commit comments