Skip to content

Commit

Permalink
v2.4.6 generated files, pdf, and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
denniszollo committed Jan 2, 2019
1 parent 2a1445c commit 0a5ac1e
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 7 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,25 @@
# Change Log

## [v2.4.5](https://github.com/swift-nav/libsbp/tree/v2.4.5)
## [v2.4.6](https://github.com/swift-nav/libsbp/tree/v2.4.6)

[Full Changelog](https://github.com/swift-nav/libsbp/compare/v2.4.5...v2.4.6)

**Closed issues:**

- link to Piksi settings in sbp.settings module doc is really outdated [\#626](https://github.com/swift-nav/libsbp/issues/626)
- Publish v2.3.15 as a release [\#573](https://github.com/swift-nav/libsbp/issues/573)

**Merged pull requests:**

- Use OpenJDK 8 so we aren't chasing Oracle \[ESD-940\] [\#625](https://github.com/swift-nav/libsbp/pull/625)
- Attempt to resolve JavaScript security warnings [\#624](https://github.com/swift-nav/libsbp/pull/624)

## [v2.4.5](https://github.com/swift-nav/libsbp/tree/v2.4.5) (2018-11-28)
[Full Changelog](https://github.com/swift-nav/libsbp/compare/v2.4.4...v2.4.5)

**Merged pull requests:**

- v2.4.5 files [\#623](https://github.com/swift-nav/libsbp/pull/623)
- Msg Timing Telem [\#622](https://github.com/swift-nav/libsbp/pull/622)

## [v2.4.4](https://github.com/swift-nav/libsbp/tree/v2.4.4) (2018-11-20)
Expand Down
2 changes: 1 addition & 1 deletion c/include/libsbp/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
/** Protocol minor version. */
#define SBP_MINOR_VERSION 4
/** Protocol patch version. */
#define SBP_PATCH_VERSION 5
#define SBP_PATCH_VERSION 6

/** \} */

Expand Down
Binary file modified docs/sbp.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion haskell/sbp.cabal.m4
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: sbp
version: 2.4.5
version: 2.4.6
synopsis: SwiftNav's SBP Library
homepage: https://github.com/swift-nav/libsbp
license: LGPL-3
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sbp",
"version": "2.4.5",
"version": "2.4.6",
"description": "libsbp bindings for JavaScript. More information here: http://swift-nav.github.io/libsbp/",
"files": [
"javascript/*",
Expand Down

0 comments on commit 0a5ac1e

Please sign in to comment.