Skip to content

Commit eb79c7c

Browse files
authored
Merge pull request #466 from denniszollo/v2.2.1-branch
V2.2.1 branch
2 parents 117191b + d5ea04b commit eb79c7c

File tree

5 files changed

+26
-3
lines changed

5 files changed

+26
-3
lines changed

CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,27 @@
11
# Change Log
22

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

5+
[Full Changelog](https://github.com/swift-nav/libsbp/compare/v2.2.0...v2.2.1)
6+
7+
**Merged pull requests:**
8+
9+
- Add decimal SBP MSG\_ID to doc [\#465](https://github.com/swift-nav/libsbp/pull/465)
10+
- Add description of the RAIM exclusion bit in MSG\_OBS.flags [\#464](https://github.com/swift-nav/libsbp/pull/464)
11+
- Fix ephemeris time to be in seconds [\#463](https://github.com/swift-nav/libsbp/pull/463)
12+
- Pyserial\_driver: except termios\_error in context management [\#462](https://github.com/swift-nav/libsbp/pull/462)
13+
- Update SBP\_MSG\_GROUP\_DELAY [\#460](https://github.com/swift-nav/libsbp/pull/460)
14+
- Update SBP MSG EPHEMERIS\* [\#459](https://github.com/swift-nav/libsbp/pull/459)
15+
- Add SBP\_MSG\_FCNS\_GLO [\#458](https://github.com/swift-nav/libsbp/pull/458)
16+
- Change SBP\_MSG\_EPHEMERIS\_\* [\#457](https://github.com/swift-nav/libsbp/pull/457)
17+
- Change MSG\_GROUP\_DELAY [\#456](https://github.com/swift-nav/libsbp/pull/456)
18+
19+
## [v2.2.0](https://github.com/swift-nav/libsbp/tree/v2.2.0) (2017-03-24)
520
[Full Changelog](https://github.com/swift-nav/libsbp/compare/v2.1.8...v2.2.0)
621

722
**Merged pull requests:**
823

24+
- V2.2.0 branch [\#453](https://github.com/swift-nav/libsbp/pull/453)
925
- Utc msg fixes [\#452](https://github.com/swift-nav/libsbp/pull/452)
1026
- Update README to specify explicit Haskell Stack resolver [\#451](https://github.com/swift-nav/libsbp/pull/451)
1127
- python: pyserial driver. Add hdw flow control to API [\#450](https://github.com/swift-nav/libsbp/pull/450)

RELEASE_NOTES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ For a detailed index of changes, please see the
66

77
Contents
88
--------
9+
* [v2.2.1](#v2.2.1)
910
* [v2.2.0](#v2.2.0)
1011
* [v2.1.8](#v2.1.8)
1112
* [v2.1.7](#v2.1.7)
@@ -20,6 +21,12 @@ Contents
2021
* [v0.39](#v0.39)
2122
* [v0.33](#v0.33)
2223

24+
v2.2.1 <a name="v2.2.1">
25+
--------------------------
26+
* Add decimal msg_id to PDF docs
27+
* Fix bug in pyserial driver that could hang and prevent exit
28+
* Fix ephemeris time to be seconds as it exists in all implementation
29+
2330
v2.2.0 <a name="v2.2.0">
2431
--------------------------
2532
* Add Network Status Msg

docs/sbp.pdf

2.26 KB
Binary file not shown.

haskell/sbp.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: sbp
2-
version: 2.2.0
2+
version: 2.2.1
33
synopsis: SwiftNav's SBP Library
44
homepage: https://github.com/swift-nav/libsbp
55
license: LGPL-3

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libsbp",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"description": "libsbp bindings for JavaScript. More information here: http://swift-nav.github.io/libsbp/",
55
"files": [
66
"javascript/*",

0 commit comments

Comments
 (0)