File tree Expand file tree Collapse file tree 5 files changed +26
-3
lines changed Expand file tree Collapse file tree 5 files changed +26
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
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 )
4
4
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)
5
20
[ Full Changelog] ( https://github.com/swift-nav/libsbp/compare/v2.1.8...v2.2.0 )
6
21
7
22
** Merged pull requests:**
8
23
24
+ - V2.2.0 branch [ \# 453] ( https://github.com/swift-nav/libsbp/pull/453 )
9
25
- Utc msg fixes [ \# 452] ( https://github.com/swift-nav/libsbp/pull/452 )
10
26
- Update README to specify explicit Haskell Stack resolver [ \# 451] ( https://github.com/swift-nav/libsbp/pull/451 )
11
27
- python: pyserial driver. Add hdw flow control to API [ \# 450] ( https://github.com/swift-nav/libsbp/pull/450 )
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ For a detailed index of changes, please see the
6
6
7
7
Contents
8
8
--------
9
+ * [ v2.2.1] ( #v2.2.1 )
9
10
* [ v2.2.0] ( #v2.2.0 )
10
11
* [ v2.1.8] ( #v2.1.8 )
11
12
* [ v2.1.7] ( #v2.1.7 )
@@ -20,6 +21,12 @@ Contents
20
21
* [ v0.39] ( #v0.39 )
21
22
* [ v0.33] ( #v0.33 )
22
23
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
+
23
30
v2.2.0 <a name =" v2.2.0 " >
24
31
--------------------------
25
32
* Add Network Status Msg
Original file line number Diff line number Diff line change 1
1
name : sbp
2
- version : 2.2.0
2
+ version : 2.2.1
3
3
synopsis : SwiftNav's SBP Library
4
4
homepage : https://github.com/swift-nav/libsbp
5
5
license : LGPL-3
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " libsbp" ,
3
- "version" : " 2.2.0 " ,
3
+ "version" : " 2.2.1 " ,
4
4
"description" : " libsbp bindings for JavaScript. More information here: http://swift-nav.github.io/libsbp/" ,
5
5
"files" : [
6
6
" javascript/*" ,
You can’t perform that action at this time.
0 commit comments