Skip to content

Commit

Permalink
v0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
windytan committed Sep 18, 2016
1 parent c65f70b commit 7e9d775
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# redsea changelog

## 0.7.2 (2016-09-18)

* Apply burst error correction to check bits as well
* Fix off-by-one errors in RadioText+ caused by RT characters being converted to UTF-8, thanks flux242
* Fix most cases of RadioText+ fields containing segments from a previous RT message
* Fix bogus {"pi":"0x0000"} printout at EOF
* Don't print empty or incomplete TMC messages
* Use "debug" JSON object instead of C-style comments for debug information
* Warn if TMC data files couldn't be opened

## 0.7.1 (2016-09-17)

* Fixed broken JSON output in 3A groups, thanks flux242

## 0.7.0 (2016-09-16)

* First numbered release!
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AC_PREREQ([2.69])
AC_INIT([redsea], [0.7.1], [oona@kapsi.fi])
AC_INIT([redsea], [0.7.2], [oona@kapsi.fi])
AM_INIT_AUTOMAKE([1.10 -Wall -Werror foreign])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_FILES([
Expand Down
2 changes: 1 addition & 1 deletion src/redsea.cc
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#include "block_sync.h"
#include "groups.h"

const std::string kRedseaVersion("0.7.1");
const std::string kRedseaVersion("0.7.2");

namespace redsea {

Expand Down

0 comments on commit 7e9d775

Please sign in to comment.