Skip to content

Commit 1e47cbe

Browse files
committed
make a 0.2.0 release
1 parent 26f2fb3 commit 1e47cbe

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ written by Hubert Denkmair <hubert@denkmair.de>
55

66
## changelog
77

8-
### v0.1.4 unreleased
8+
### v0.2.0 released 2016-01-24
99
* docking windows system instead of MDI interface
1010
* windows build
1111
* windows PCAN-basic driver

debian/changelog

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
cangaroo (0.2.0-1) experimental; urgency=low
2+
* handle muxed signals in backend and trace window
3+
* can status window
4+
* bugfixes in setup dialog
5+
* do not try to extract signals from messages when DLC too short
6+
* fix windows build
7+
* windows PCAN-basic driver
8+
* show timestamps, log level etc. in log window
9+
10+
-- Hubert Denkmair <hubert@denkmair.de> Tue, 12 Jan 2016 21:35:00 +0200
11+
112
cangaroo (0.1.3-1) experimental; urgency=low
213
* new can interface configuration GUI (missing a suid binary to actually set the config)
314
* use libnl-route-3 for socketcan device config read
@@ -8,7 +19,6 @@ cangaroo (0.1.3-1) experimental; urgency=low
819

920
-- Hubert Denkmair <hubert@denkmair.de> Tue, 12 Jan 2016 21:35:00 +0200
1021

11-
1222
cangaroo (0.1.2-1) experimental; urgency=low
1323
* fix device re-scan ("could not bind" console message)
1424
* fix some dbc parsing issues (signed signals, ...)

src/mainwindow.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ void MainWindow::showAboutDialog()
405405
"cangaroo\n"
406406
"open source can bus analyzer\n"
407407
"\n"
408-
"version 0.1.4\n"
408+
"version 0.2.0\n"
409409
"\n"
410410
"(c)2015-2016 Hubert Denkmair"
411411
);

0 commit comments

Comments
 (0)