Skip to content

Commit fb67f2d

Browse files
authored
Merge pull request #549 from denniszollo/v2.3.10_branch
Push v2.3.10 release updates
2 parents c954986 + 812b27c commit fb67f2d

File tree

6 files changed

+112
-5
lines changed

6 files changed

+112
-5
lines changed

CHANGELOG.md

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

3-
## [v2.3.4](https://github.com/swift-nav/libsbp/tree/v2.3.4)
3+
## [v2.3.10](https://github.com/swift-nav/libsbp/tree/v2.3.10) (2018-03-09)
44

5+
[Full Changelog](https://github.com/swift-nav/libsbp/compare/v2.3.9...2.3.10)
6+
7+
**Merged pull requests:**
8+
9+
- Settings doc clarity \(WIP\) [\#544](https://github.com/swift-nav/libsbp/pull/544)
10+
11+
## [v2.3.9](https://github.com/swift-nav/libsbp/tree/v2.3.9) (2018-03-06)
12+
[Full Changelog](https://github.com/swift-nav/libsbp/compare/v2.3.8...v2.3.9)
13+
14+
**Merged pull requests:**
15+
16+
- \[WIP\] Add NetworkUsage struct and MSG\_NETWORK\_BANDWIDTH\_USAGE [\#547](https://github.com/swift-nav/libsbp/pull/547)
17+
18+
## [v2.3.8](https://github.com/swift-nav/libsbp/tree/v2.3.8) (2018-02-26)
19+
[Full Changelog](https://github.com/swift-nav/libsbp/compare/v2.3.7...v2.3.8)
20+
21+
**Merged pull requests:**
22+
23+
- py: add json bin logger [\#548](https://github.com/swift-nav/libsbp/pull/548)
24+
25+
## [v2.3.7](https://github.com/swift-nav/libsbp/tree/v2.3.7) (2018-02-22)
26+
[Full Changelog](https://github.com/swift-nav/libsbp/compare/v2.3.6...v2.3.7)
27+
28+
**Merged pull requests:**
29+
30+
- upgrade to construct v2.9.33 [\#546](https://github.com/swift-nav/libsbp/pull/546)
31+
- Add file driver that exits when file is complete [\#545](https://github.com/swift-nav/libsbp/pull/545)
32+
- Update sbp doc [\#542](https://github.com/swift-nav/libsbp/pull/542)
33+
34+
## [v2.3.6](https://github.com/swift-nav/libsbp/tree/v2.3.6) (2018-01-26)
35+
[Full Changelog](https://github.com/swift-nav/libsbp/compare/v2.3.5...v2.3.6)
36+
37+
**Merged pull requests:**
38+
39+
- s16 to s8 change for yaw rate [\#541](https://github.com/swift-nav/libsbp/pull/541)
40+
41+
## [v2.3.5](https://github.com/swift-nav/libsbp/tree/v2.3.5) (2018-01-26)
42+
[Full Changelog](https://github.com/swift-nav/libsbp/compare/v2.3.4...v2.3.5)
43+
44+
**Closed issues:**
45+
46+
- \#462 broke pyserial driver on windows [\#467](https://github.com/swift-nav/libsbp/issues/467)
47+
- crc mismatch Host Side Unhandled byte [\#428](https://github.com/swift-nav/libsbp/issues/428)
48+
49+
**Merged pull requests:**
50+
51+
- Update templates around Copyright and POC [\#539](https://github.com/swift-nav/libsbp/pull/539)
52+
- Remove SBP\_MSG\_TRACKING\_STATE\_DETAILED message [\#538](https://github.com/swift-nav/libsbp/pull/538)
53+
- Add MSG\_SBAS\_RAW [\#537](https://github.com/swift-nav/libsbp/pull/537)
54+
- Precise orbit and clock message [\#536](https://github.com/swift-nav/libsbp/pull/536)
55+
- Add a flag that is high when antenna is shorted, according to MAX4829 IC [\#533](https://github.com/swift-nav/libsbp/pull/533)
56+
57+
## [v2.3.4](https://github.com/swift-nav/libsbp/tree/v2.3.4) (2017-12-12)
558
[Full Changelog](https://github.com/swift-nav/libsbp/compare/v2.3.3...v2.3.4)
659

760
**Merged pull requests:**

RELEASE_NOTES.md

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

77
Contents
88
--------
9+
* [v2.3.10](#v2.3.10)
10+
* [v2.3.9](#v2.3.9)
11+
* [v2.3.8](#v2.3.8)
12+
* [v2.3.7](#v2.3.7)
13+
* [v2.3.6](#v2.3.6)
14+
* [v2.3.5](#v2.3.5)
15+
* [v2.3.4](#v2.3.4)
16+
* [v2.3.3](#v2.3.3)
17+
* [v2.3.2](#v2.3.2)
18+
* [v2.3.1](#v2.3.1)
919
* [v2.2.15](#v2.2.15)
1020
* [v2.2.14](#v2.2.14)
1121
* [v2.2.13](#v2.2.13)
@@ -31,6 +41,50 @@ Contents
3141
* [v0.39](#v0.39)
3242
* [v0.33](#v0.33)
3343

44+
v2.3.10 <a name="v2.3.10">
45+
--------------------------
46+
* Improve documentation of Settings IO in source code, pdf, and autogen'ed docs
47+
48+
v2.3.9 <a name="v2.3.9">
49+
--------------------------
50+
* Add NetworkUsage message for monitoring data links
51+
52+
v2.3.8 <a name="v2.3.8">
53+
--------------------------
54+
* Python client: Add json bin logger (allow higher perf json logging)
55+
56+
v2.3.7 <a name="v2.3.7">
57+
--------------------------
58+
* Python client improvements and add a file driver
59+
* Update python client construct version for performance
60+
61+
v2.3.6 <a name="v2.3.6">
62+
--------------------------
63+
* Change scaling on SSR yaw rate message
64+
65+
v2.3.5 <a name="v2.3.5">
66+
--------------------------
67+
* Add MSG\_SBAS\_RAW and precise orbit and clock messages
68+
* Deprecate MSG\_TRACKING\_STATE\_DETAILED
69+
* Implement antenna short flags in heartbeat messages
70+
71+
v2.3.4 <a name="v2.3.4">
72+
--------------------------
73+
* Add attitude and inertial messages to SBP
74+
75+
v2.3.3 <a name="v2.3.3">
76+
--------------------------
77+
* Add fftmonitor code to python client as an API for spectrum analyzer messages
78+
* Add a tcp client example to python client
79+
80+
v2.3.2 <a name="v2.3.2">
81+
--------------------------
82+
* Added MSG\_SETTINGS\_WRITE\_RESP as programmatic way to determine status of setting write
83+
84+
v2.3.1 <a name="v2.3.1">
85+
--------------------------
86+
* Added Glonass code-phase bias message
87+
3488
v2.2.15 <a name="v2.2.15">
3589
--------------------------
3690
* Improve c example code (update baudrate for Piksi Multi and more debug info)

docs/sbp.pdf

75 Bytes
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.3.9
2+
version: 2.3.10
33
synopsis: SwiftNav's SBP Library
44
homepage: https://github.com/swift-nav/libsbp
55
license: LGPL-3

haskell/sbp.cabal.m4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: sbp
2-
version: 2.3.9
2+
version: 2.3.10
33
synopsis: SwiftNav's SBP Library
44
homepage: https://github.com/swift-nav/libsbp
55
license: LGPL-3
@@ -121,4 +121,4 @@ test-suite test
121121
, tasty
122122
, tasty-hunit
123123
ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall
124-
default-language: Haskell2010
124+
default-language: Haskell2010

package.json

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

0 commit comments

Comments
 (0)