Skip to content

Commit 0968050

Browse files
committed
make a release
1 parent eda6a1a commit 0968050

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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

debian/changelog

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
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+
112
cangaroo (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, ...)

src/mainwindow.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
);

0 commit comments

Comments
 (0)