Skip to content

Commit 847cc7b

Browse files
authored
Merge pull request #453 from denniszollo/v2.2.0-branch
V2.2.0 branch
2 parents d827a7d + 73f91a9 commit 847cc7b

File tree

6 files changed

+28
-4
lines changed

6 files changed

+28
-4
lines changed

CHANGELOG.md

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

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

5+
[Full Changelog](https://github.com/swift-nav/libsbp/compare/v2.1.8...v2.2.0)
6+
7+
**Merged pull requests:**
8+
9+
- Utc msg fixes [\#452](https://github.com/swift-nav/libsbp/pull/452)
10+
- Update README to specify explicit Haskell Stack resolver [\#451](https://github.com/swift-nav/libsbp/pull/451)
11+
- python: pyserial driver. Add hdw flow control to API [\#450](https://github.com/swift-nav/libsbp/pull/450)
12+
- Jdiamond/network status [\#449](https://github.com/swift-nav/libsbp/pull/449)
13+
- Increase timeouts for connections and reads [\#443](https://github.com/swift-nav/libsbp/pull/443)
14+
- python forwarder: add context [\#433](https://github.com/swift-nav/libsbp/pull/433)
15+
16+
## [v2.1.8](https://github.com/swift-nav/libsbp/tree/v2.1.8) (2017-03-11)
517
[Full Changelog](https://github.com/swift-nav/libsbp/compare/v2.1.7...v2.1.8)
618

719
**Merged pull requests:**
820

21+
- V2.1.8 branch [\#448](https://github.com/swift-nav/libsbp/pull/448)
922
- Split sbp\_process\(\) into two functions. [\#444](https://github.com/swift-nav/libsbp/pull/444)
1023
- Add MsgAlmanacGps and MsgAlmanacGlo [\#441](https://github.com/swift-nav/libsbp/pull/441)
1124
- Pdf publish version fix [\#440](https://github.com/swift-nav/libsbp/pull/440)

RELEASE_NOTES.md

Lines changed: 11 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.0](#v2.2.0)
910
* [v2.1.8](#v2.1.8)
1011
* [v2.1.7](#v2.1.7)
1112
* [v2.1.6](#v2.1.6)
@@ -19,6 +20,16 @@ Contents
1920
* [v0.39](#v0.39)
2021
* [v0.33](#v0.33)
2122

23+
v2.2.0 <a name="v2.2.0">
24+
--------------------------
25+
* Add Network Status Msg
26+
* Redefine Nanoseconds field of UTC time message as U32 rather than S32
27+
* Redefine Seconds field of UTC message as the floor of the current seconds in minute
28+
* Rename ns field that was a residual to ns_residual
29+
* Add RTCS/CTS option to python serial driver
30+
* Increase Network Driver timeouts for connection and reads
31+
* Add context manager to python client forwarder
32+
2233
v2.1.8 <a name="v2.1.8">
2334
--------------------------
2435
* Add MSG_ALMANAC_GPS (0x70)

c/include/libsbp/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
/** Protocol major version. */
2424
#define SBP_MAJOR_VERSION 2
2525
/** Protocol minor version. */
26-
#define SBP_MINOR_VERSION 1
26+
#define SBP_MINOR_VERSION 2
2727

2828
/** \} */
2929

docs/sbp.pdf

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

0 commit comments

Comments
 (0)