diff --git a/RELNOTES.md b/RELNOTES.md index d988d152b..6742ad0df 100755 --- a/RELNOTES.md +++ b/RELNOTES.md @@ -9,7 +9,7 @@ Updates since v7.0.0 --------------------- **Build System and Test Suite** * Update CI to verify proper copyright and license header. - * Update python 2.7 conda recipe to avoid using preprocessig-selector for enum43. + * Update python 2.7 conda recipe to avoid using preprocessig-selector for enum34. **Gitlab CI** * Add Centos8 build/test/package/deploy jobs to the CI pieline. @@ -28,4 +28,4 @@ Fixes since v7.0.0 -------------------- * Fix SP3EphemerisStore to properly handle correlation data from SP3c files. * Fix EL8 RPM Generation to avoid including build-id files. - * Fix OrbSysGpsL_56 Correct iono parameter units + * Fix OrbSysGpsL_56 Correct iono parameter units \ No newline at end of file diff --git a/debian/changelog b/debian/changelog index fa0fb1593..0425ffe4e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,7 +4,7 @@ gpstk (8.0.0-1) stable; urgency=low * Update Nav reader code to properly assign being/end validity values for non-GPS GNSS data. * Update python 2.7 conda recipe to avoid using preprocessig-selector - for enum43. + for enum34. * Refactor calculate_ord method definition out of header file. * Fix SP3EphemerisStore to properly handle correlation data from SP3c files. diff --git a/rpm_files/SPECS/gpstk.spec b/rpm_files/SPECS/gpstk.spec index b08f7212c..3fe400a95 100644 --- a/rpm_files/SPECS/gpstk.spec +++ b/rpm_files/SPECS/gpstk.spec @@ -67,7 +67,7 @@ rm -rf $RPM_BUILD_ROOT - Update CODEOWNERS file. - Fix SP3EphemerisStore to properly handle correlation data from SP3c files. - Refactor calculate_ord method definition out of header file. -- Update python 2.7 conda recipe to avoid using preprocessig-selector for enum43. +- Update python 2.7 conda recipe to avoid using preprocessig-selector for enum34. - Update Nav reader code to properly assign being/end validity values for non-GPS GNSS data. * Fri Sep 18 2020 Andrew Kuck - Updated for v7.0.0 release