Skip to content

Commit f0a7637

Browse files
authored
Merge pull request #588 from denniszollo/v2.4.0-branch
V2.4.0 branch
2 parents 62e867f + 029c382 commit f0a7637

File tree

9 files changed

+85
-399
lines changed

9 files changed

+85
-399
lines changed

CHANGELOG.md

Lines changed: 74 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,83 @@
11
# Change Log
22

3-
## [v2.3.10](https://github.com/swift-nav/libsbp/tree/v2.3.10) (2018-03-09)
3+
## [v2.4.0](https://github.com/swift-nav/libsbp/tree/v2.4.0)
4+
5+
[Full Changelog](https://github.com/swift-nav/libsbp/compare/v2.3.17...v2.4.0)
6+
7+
**Merged pull requests:**
8+
9+
- Turn off extra warnings [\#586](https://github.com/swift-nav/libsbp/pull/586)
10+
- Put memory packing outside the COMMON\_INT\_TYPES macro [\#583](https://github.com/swift-nav/libsbp/pull/583)
11+
- CortexA7 rule [\#582](https://github.com/swift-nav/libsbp/pull/582)
12+
- Update Readme.md [\#580](https://github.com/swift-nav/libsbp/pull/580)
13+
- SBP\_MSG\_GNSS\_CAPB added, SBP\_MSG\_SV\_CONFIGURATION\_GPS removed. [\#579](https://github.com/swift-nav/libsbp/pull/579)
14+
- python: pin httpretty to fix tests on travis [\#578](https://github.com/swift-nav/libsbp/pull/578)
15+
- Update mocha away from a security vulnerability in growl [\#575](https://github.com/swift-nav/libsbp/pull/575)
16+
- Windows c again [\#568](https://github.com/swift-nav/libsbp/pull/568)
17+
18+
## [v2.3.17](https://github.com/swift-nav/libsbp/tree/v2.3.17) (2018-06-02)
19+
[Full Changelog](https://github.com/swift-nav/libsbp/compare/v2.3.16...v2.3.17)
20+
21+
**Closed issues:**
22+
23+
- Please publish latest javascript libsbp to NPM [\#562](https://github.com/swift-nav/libsbp/issues/562)
24+
25+
**Merged pull requests:**
26+
27+
- BDS and GAL ephemeris size fix [\#572](https://github.com/swift-nav/libsbp/pull/572)
28+
- Fix node [\#566](https://github.com/swift-nav/libsbp/pull/566)
29+
- New SBP ephemeris messages with floats [\#564](https://github.com/swift-nav/libsbp/pull/564)
30+
- SBP Galileo ephemeris [\#563](https://github.com/swift-nav/libsbp/pull/563)
31+
- Add Beidou ephemeris message [\#561](https://github.com/swift-nav/libsbp/pull/561)
32+
- Add patch version for c source [\#560](https://github.com/swift-nav/libsbp/pull/560)
33+
34+
## [v2.3.16](https://github.com/swift-nav/libsbp/tree/v2.3.16) (2018-04-17)
35+
[Full Changelog](https://github.com/swift-nav/libsbp/compare/v2.3.15...v2.3.16)
36+
37+
**Merged pull requests:**
38+
39+
- Added Measurement Engine basic tracking state message [\#559](https://github.com/swift-nav/libsbp/pull/559)
40+
- Add Z to end of timestamp [\#558](https://github.com/swift-nav/libsbp/pull/558)
41+
42+
## [v2.3.15](https://github.com/swift-nav/libsbp/tree/v2.3.15) (2018-04-11)
43+
[Full Changelog](https://github.com/swift-nav/libsbp/compare/v2.3.14...v2.3.15)
444

5-
[Full Changelog](https://github.com/swift-nav/libsbp/compare/v2.3.9...2.3.10)
45+
**Merged pull requests:**
46+
47+
- json2json [\#557](https://github.com/swift-nav/libsbp/pull/557)
48+
- Libsbp crl [\#540](https://github.com/swift-nav/libsbp/pull/540)
49+
50+
## [v2.3.14](https://github.com/swift-nav/libsbp/tree/v2.3.14) (2018-03-22)
51+
[Full Changelog](https://github.com/swift-nav/libsbp/compare/v2.3.13...v2.3.14)
52+
53+
**Merged pull requests:**
54+
55+
- Cell Modem Status Message [\#556](https://github.com/swift-nav/libsbp/pull/556)
56+
57+
## [v2.3.13](https://github.com/swift-nav/libsbp/tree/v2.3.13) (2018-03-20)
58+
[Full Changelog](https://github.com/swift-nav/libsbp/compare/v2.3.12...v2.3.13)
59+
60+
## [v2.3.12](https://github.com/swift-nav/libsbp/tree/v2.3.12) (2018-03-20)
61+
[Full Changelog](https://github.com/swift-nav/libsbp/compare/v2.3.11...v2.3.12)
62+
63+
**Merged pull requests:**
64+
65+
- Add SBAS position quality [\#553](https://github.com/swift-nav/libsbp/pull/553)
66+
- Protocol buffers for SBP [\#551](https://github.com/swift-nav/libsbp/pull/551)
67+
68+
## [v2.3.11](https://github.com/swift-nav/libsbp/tree/v2.3.11) (2018-03-09)
69+
[Full Changelog](https://github.com/swift-nav/libsbp/compare/v2.3.10...v2.3.11)
70+
71+
**Merged pull requests:**
72+
73+
- TCPDriver ignore interrupted system call exeption [\#550](https://github.com/swift-nav/libsbp/pull/550)
74+
75+
## [v2.3.10](https://github.com/swift-nav/libsbp/tree/v2.3.10) (2018-03-09)
76+
[Full Changelog](https://github.com/swift-nav/libsbp/compare/v2.3.9...v2.3.10)
677

778
**Merged pull requests:**
879

80+
- Push v2.3.10 release updates [\#549](https://github.com/swift-nav/libsbp/pull/549)
981
- Settings doc clarity \(WIP\) [\#544](https://github.com/swift-nav/libsbp/pull/544)
1082

1183
## [v2.3.9](https://github.com/swift-nav/libsbp/tree/v2.3.9) (2018-03-06)

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ Please see
6464
for a full description of the packet structure and the message
6565
types. Developer documentatation for the language-specific sbp
6666
libraries is [here](http://swift-nav.github.io/libsbp/).
67+
Please refer to [the changelog](https://github.com/swift-nav/libsbp/blob/master/CHANGELOG.md)
68+
for more information about the evolution of the library and its messages.
6769

6870
## LICENSE
6971

0 commit comments

Comments
 (0)