Skip to content

Commit 976b4bb

Browse files
authored
Merge pull request #448 from denniszollo/v2.1.8-branch
V2.1.8 branch
2 parents 8458e6c + b654e9d commit 976b4bb

File tree

5 files changed

+52
-3
lines changed

5 files changed

+52
-3
lines changed

CHANGELOG.md

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

3+
## [v2.1.8](https://github.com/swift-nav/libsbp/tree/v2.1.8)
4+
5+
[Full Changelog](https://github.com/swift-nav/libsbp/compare/v2.1.7...v2.1.8)
6+
7+
**Merged pull requests:**
8+
9+
- Split sbp\_process\(\) into two functions. [\#444](https://github.com/swift-nav/libsbp/pull/444)
10+
- Add MsgAlmanacGps and MsgAlmanacGlo [\#441](https://github.com/swift-nav/libsbp/pull/441)
11+
- Pdf publish version fix [\#440](https://github.com/swift-nav/libsbp/pull/440)
12+
13+
## [v2.1.7](https://github.com/swift-nav/libsbp/tree/v2.1.7) (2017-02-08)
14+
[Full Changelog](https://github.com/swift-nav/libsbp/compare/v2.1.6...v2.1.7)
15+
16+
**Merged pull requests:**
17+
18+
- Add src\_sid field into MSG\_NDB\_EVENT [\#439](https://github.com/swift-nav/libsbp/pull/439)
19+
- Rename member variable to avoid name collision [\#438](https://github.com/swift-nav/libsbp/pull/438)
20+
- Add MSG\_NDB\_EVENT [\#436](https://github.com/swift-nav/libsbp/pull/436)
21+
- Remove filename - use filehandles [\#435](https://github.com/swift-nav/libsbp/pull/435)
22+
23+
## [v2.1.6](https://github.com/swift-nav/libsbp/tree/v2.1.6) (2017-01-25)
24+
[Full Changelog](https://github.com/swift-nav/libsbp/compare/v2.1.5...v2.1.6)
25+
26+
**Merged pull requests:**
27+
28+
- Fix UTC flags [\#432](https://github.com/swift-nav/libsbp/pull/432)
29+
- Pass reason with underlying client connection warnings. [\#431](https://github.com/swift-nav/libsbp/pull/431)
30+
- make handler callable threadsafe, Catch pyserial writeTimeoutErrors [\#430](https://github.com/swift-nav/libsbp/pull/430)
31+
- Accuracy fields implemented in SPP [\#429](https://github.com/swift-nav/libsbp/pull/429)
32+
- Change description for msg\_tracking\_state\_detailed\_t.lock [\#427](https://github.com/swift-nav/libsbp/pull/427)
33+
334
## [v2.1.5](https://github.com/swift-nav/libsbp/tree/v2.1.5) (2017-01-04)
435
[Full Changelog](https://github.com/swift-nav/libsbp/compare/v2.1.4...v2.1.5)
536

637
**Merged pull requests:**
738

39+
- V2.1.5 branch [\#426](https://github.com/swift-nav/libsbp/pull/426)
840
- add CDC driver [\#425](https://github.com/swift-nav/libsbp/pull/425)
941

1042
## [v2.1.4](https://github.com/swift-nav/libsbp/tree/v2.1.4) (2016-12-13)
@@ -919,4 +951,4 @@
919951

920952

921953

922-
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
954+
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*

RELEASE_NOTES.md

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

77
Contents
88
--------
9+
* [v2.1.8](#v2.1.8)
10+
* [v2.1.7](#v2.1.7)
11+
* [v2.1.6](#v2.1.6)
912
* [v2.1.5](#v2.1.5)
1013
* [v2.1.0](#v2.1.0)
1114
* [v2.0.0](#v2.0.0)
@@ -16,6 +19,20 @@ Contents
1619
* [v0.39](#v0.39)
1720
* [v0.33](#v0.33)
1821

22+
v2.1.8 <a name="v2.1.8">
23+
--------------------------
24+
* Add MSG_ALMANAC_GPS (0x70)
25+
* Add MSG_ALMANC_GLO (0x71)
26+
27+
v2.1.7 <a name="v2.1.7">
28+
--------------------------
29+
* python client improvments (threadsafe write)
30+
* Python network driver improvements (verbosity in connection issues)
31+
32+
v2.1.6 <a name="v2.1.6">
33+
--------------------------
34+
* Add MSG_NDB_EVENT
35+
1936
v2.1.5 <a name="v2.1.5">
2037
--------------------------
2138
* Add CDC driver for usb CDC AMC devices

docs/sbp.pdf

6.42 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.1.7
2+
version: 2.1.8
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.1.7",
3+
"version": "2.1.8",
44
"description": "libsbp bindings for JavaScript. More information here: http://swift-nav.github.io/libsbp/",
55
"files": [
66
"javascript/*",

0 commit comments

Comments
 (0)