Skip to content

Commit

Permalink
make a release
Browse files Browse the repository at this point in the history
  • Loading branch information
HubertD committed Jan 16, 2016
1 parent eda6a1a commit 0968050
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
11 changes: 11 additions & 0 deletions debian/changelog
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, ...)
Expand Down
2 changes: 1 addition & 1 deletion src/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ void MainWindow::showAboutDialog()
"cangaroo\n"
"open source can bus analyzer\n"
"\n"
"version 0.1.2\n"
"version 0.1.3\n"
"\n"
"(c)2015-2016 Hubert Denkmair"
);
Expand Down

0 comments on commit 0968050

Please sign in to comment.