-
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.1' into stable
- Loading branch information
Showing
9 changed files
with
43 additions
and
26 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
Validating CODEOWNERS rules …
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,15 @@ | ||
# Version 14.1.1 Monday December 18, 2023 | ||
|
||
Modifications by Author | ||
----------------------- | ||
Sarah Magliocca <[email protected]> (1): | ||
Replacing Brian Tolman as a CODEOWNER with GNSS Geospatial PO and others | ||
|
||
Taben Malik <[email protected]> (1): | ||
Making gnsstk-apps_enable.sh source commands POSIX compliant. | ||
|
||
|
||
|
||
# Version 14.1.0 Monday August 14, 2023 | ||
|
||
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,13 @@ | ||
GNSSTk-APPs 14.1.0 Release Notes | ||
GNSSTk-APPs 14.1.1 Release Notes | ||
======================== | ||
|
||
* 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. | ||
* This release includes updates to the build system and GitLab CICD. | ||
|
||
Updates since v14.0.0 | ||
Updates since v14.1.0 | ||
--------------------- | ||
|
||
**Build System and Test Suite** | ||
* Update create debian/ubuntu major version coinstallable package | ||
* Update gnsstk-apps_enable.sh source commands to be POSIX compliant. | ||
|
||
**Gitlab CI** | ||
* Fix deb11 optional pipeline jobs | ||
|
||
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 | ||
* Update codeowners file to replace contributors that left |
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 @@ | ||
* Update gnsstk-apps_enable.sh source commands to be POSIX compliant. | ||
* Update codeowners file to replace contributors that left |
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,11 @@ | ||
gnsstk-apps (14.1.1-1) focal; urgency=low | ||
|
||
* Updated to version 14.1.1 | ||
* Update gnsstk-apps_enable.sh source commands to be POSIX compliant. | ||
* Update codeowners file to replace contributors that left | ||
|
||
-- David Barber <[email protected]> Mon, 18 Dec 2023 13:52:48 -0600 | ||
|
||
gnsstk-apps (14.1.0-1) focal; urgency=low | ||
|
||
* Updated to version 14.1.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
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,5 +1,5 @@ | ||
%define name gnsstk-apps | ||
%define version 14.1.0 | ||
%define version 14.1.1 | ||
%define release 1 | ||
|
||
Summary: GNSS Toolkit | ||
|
@@ -53,6 +53,10 @@ rm -rf $RPM_BUILD_ROOT | |
|
||
|
||
%changelog | ||
* Mon Dec 18 2023 David Barber <[email protected]> | ||
- Updated for v14.1.1 release | ||
- Update codeowners file to replace contributors that left | ||
- Update gnsstk-apps_enable.sh source commands to be POSIX compliant. | ||
* Mon Aug 14 2023 David Barber <[email protected]> | ||
- Updated for v14.1.0 release | ||
- Update create debian/ubuntu major version coinstallable package | ||
|