Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,27 @@
# Change Log

## [2.2.0](https://github.com/swift-nav/libsbp/tree/v2.2.0)
## [v2.2.1](https://github.com/swift-nav/libsbp/tree/v2.2.1)

[Full Changelog](https://github.com/swift-nav/libsbp/compare/v2.2.0...v2.2.1)

**Merged pull requests:**

- Add decimal SBP MSG\_ID to doc [\#465](https://github.com/swift-nav/libsbp/pull/465)
- Add description of the RAIM exclusion bit in MSG\_OBS.flags [\#464](https://github.com/swift-nav/libsbp/pull/464)
- Fix ephemeris time to be in seconds [\#463](https://github.com/swift-nav/libsbp/pull/463)
- Pyserial\_driver: except termios\_error in context management [\#462](https://github.com/swift-nav/libsbp/pull/462)
- Update SBP\_MSG\_GROUP\_DELAY [\#460](https://github.com/swift-nav/libsbp/pull/460)
- Update SBP MSG EPHEMERIS\* [\#459](https://github.com/swift-nav/libsbp/pull/459)
- Add SBP\_MSG\_FCNS\_GLO [\#458](https://github.com/swift-nav/libsbp/pull/458)
- Change SBP\_MSG\_EPHEMERIS\_\* [\#457](https://github.com/swift-nav/libsbp/pull/457)
- Change MSG\_GROUP\_DELAY [\#456](https://github.com/swift-nav/libsbp/pull/456)

## [v2.2.0](https://github.com/swift-nav/libsbp/tree/v2.2.0) (2017-03-24)
[Full Changelog](https://github.com/swift-nav/libsbp/compare/v2.1.8...v2.2.0)

**Merged pull requests:**

- V2.2.0 branch [\#453](https://github.com/swift-nav/libsbp/pull/453)
- Utc msg fixes [\#452](https://github.com/swift-nav/libsbp/pull/452)
- Update README to specify explicit Haskell Stack resolver [\#451](https://github.com/swift-nav/libsbp/pull/451)
- python: pyserial driver. Add hdw flow control to API [\#450](https://github.com/swift-nav/libsbp/pull/450)
Expand Down
7 changes: 7 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ For a detailed index of changes, please see the

Contents
--------
* [v2.2.1](#v2.2.1)
* [v2.2.0](#v2.2.0)
* [v2.1.8](#v2.1.8)
* [v2.1.7](#v2.1.7)
Expand All @@ -20,6 +21,12 @@ Contents
* [v0.39](#v0.39)
* [v0.33](#v0.33)

v2.2.1 <a name="v2.2.1">
--------------------------
* Add decimal msg_id to PDF docs
* Fix bug in pyserial driver that could hang and prevent exit
* Fix ephemeris time to be seconds as it exists in all implementation

v2.2.0 <a name="v2.2.0">
--------------------------
* Add Network Status Msg
Expand Down
Binary file modified docs/sbp.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion haskell/sbp.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: sbp
version: 2.2.0
version: 2.2.1
synopsis: SwiftNav's SBP Library
homepage: https://github.com/swift-nav/libsbp
license: LGPL-3
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "libsbp",
"version": "2.2.0",
"version": "2.2.1",
"description": "libsbp bindings for JavaScript. More information here: http://swift-nav.github.io/libsbp/",
"files": [
"javascript/*",
Expand Down