-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'release/v14.1.0' into stable
- Loading branch information
Showing
18 changed files
with
312 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,22 @@ | ||
# Version 14.1.0 Monday August 14, 2023 | ||
|
||
Modifications by Author | ||
----------------------- | ||
David Barber <[email protected]> (5): | ||
fix deb11 optional pipeline jobs | ||
create debian/ubuntu major version coinstallable package | ||
Apply code review updates from gnsstk coinstall MR | ||
add uninstall script to debian prerm maintainer script | ||
add postinstall script to debian postinst maintainer script | ||
|
||
Sydney Holdampf <[email protected]> (1): | ||
Don't filter out almanac subframes when loading data | ||
|
||
Taben Malik <[email protected]> (1): | ||
Fix expected time offset output | ||
|
||
|
||
|
||
# Version 14.0.0 Thursday December 22, 2022 | ||
|
||
Modifications by Author | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
GNSSTk-APPs 14.0.0 Release Notes | ||
GNSSTk-APPs 14.1.0 Release Notes | ||
======================== | ||
|
||
* This release introduces a major update to the toolkit apps. | ||
* It includes the following: | ||
* Updating cmake package from using a hyphen to using an underscore. | ||
* Adding PRN/SVN mapping support to navdump. | ||
* Adding Ubuntu20.04 (focal) support. | ||
* This release includes the following: | ||
* Fixing WhereSat.cpp to no longer filter out almanac subframes. | ||
* Fixing expected time offset output in gnsstk data submodule repo. | ||
* Co-installation of major versions of debian packages. | ||
|
||
Updates since v13.6.0 | ||
Updates since v14.0.0 | ||
--------------------- | ||
|
||
**Build System and Test Suite** | ||
* Updated the clean build parameter | ||
* Update create debian/ubuntu major version coinstallable package | ||
|
||
**Gitlab CI** | ||
* Add ubuntu 20.04 pipeline jobs | ||
* Fix deb11 optional pipeline jobs | ||
|
||
**Library Changes** | ||
* Update replaced hypen with underscore from cmake package name | ||
* Add PRN/SVN mapping support to navdump | ||
Fixes since v14.0.0 | ||
-------------------- | ||
* Fix expected time offset output. | ||
* Fix WhereSat.cpp to no longer filter out almanac subframes when loading data allowing the use-alm flag to function properly |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,14 @@ | ||
gnsstk-apps (14.1.0-1) focal; urgency=low | ||
|
||
* Updated to version 14.1.0 | ||
* Fix expected time offset output. | ||
* Fix deb11 optional pipeline jobs | ||
* Fix WhereSat.cpp to no longer filter out almanac subframes when | ||
loading data allowing the use-alm flag to function properly | ||
* Update create debian/ubuntu major version coinstallable package | ||
|
||
-- David Barber <[email protected]> Mon, 14 Aug 2023 12:45:12 -0500 | ||
|
||
gnsstk-apps (14.0.0-1) stable; urgency=low | ||
|
||
* Updated to version 14.0.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
Source: gnsstk-apps | ||
Priority: optional | ||
Maintainer: David Barber <[email protected]> | ||
Build-Depends: debhelper (>= 9), cmake, libgnsstk14 | ||
Build-Depends: debhelper (>= 9), cmake, libgnsstk14 (>= 14.2.0) | ||
Standards-Version: 3.9.5 | ||
Section: libs | ||
Homepage: http://www.gnsstk.org/ | ||
Vcs-Git: https://github.com/SGL-UT/GNSSTk.git | ||
Vcs-Browser: https://github.com/SGL-UT/GNSSTk.git | ||
|
||
Package: gnsstk-apps | ||
Package: gnsstk14-apps | ||
Architecture: any | ||
Depends: libgnsstk14, ${misc:Depends}, ${shlibs:Depends} | ||
Depends: libgnsstk14 (>= 14.2.0), ${misc:Depends}, ${shlibs:Depends} | ||
Description: GNSS Toolkit (GNSSTk) - command line tools | ||
The GNSS Toolkit (GNSSTk) is an open-source (LGPL) project sponsored by | ||
the Space and Geophysics Laboratory (SGL), part of the Applied Research | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
Source: gnsstk-apps | ||
Priority: optional | ||
Maintainer: David Barber <[email protected]> | ||
Build-Depends: debhelper (>= 9), cmake, libgnsstk14 (>= 14.2.0) | ||
Standards-Version: 3.9.5 | ||
Section: libs | ||
Homepage: http://www.gnsstk.org/ | ||
Vcs-Git: https://github.com/SGL-UT/GNSSTk.git | ||
Vcs-Browser: https://github.com/SGL-UT/GNSSTk.git | ||
|
||
Package: gnsstk__VER__-apps | ||
Architecture: any | ||
Depends: libgnsstk14 (>= 14.2.0), ${misc:Depends}, ${shlibs:Depends} | ||
Description: GNSS Toolkit (GNSSTk) - command line tools | ||
The GNSS Toolkit (GNSSTk) is an open-source (LGPL) project sponsored by | ||
the Space and Geophysics Laboratory (SGL), part of the Applied Research | ||
Laboratories (ARL) at The University of Texas at Austin. | ||
The primary goals of the GNSSTk project are to: | ||
* provide applications for use by the GNSS and satellite navigation community. | ||
* provide a core library to facilitate the development of GNSS applications. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
export PATH=/usr/share/gnsstk${GNSSTK_APPS_VER}-apps/bin${PATH:+:${PATH}} | ||
export CMAKE_PREFIX_PATH=/usr/share/cmake/GNSSTK${GNSSTK_APPS_VER}_Apps${CMAKE_PREFIX_PATH:+:${CMAKE_PREFIX_PATH}} |
Oops, something went wrong.