Skip to content
This repository has been archived by the owner on May 29, 2022. It is now read-only.

Commit

Permalink
GPSTk v2.10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryan Parsons committed Aug 22, 2018
1 parent 811261e commit ae6abe0
Show file tree
Hide file tree
Showing 6 changed files with 41 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ cmake_minimum_required( VERSION 2.8.5 )
project( GPSTK )
set( GPSTK_VERSION_MAJOR "2" )
set( GPSTK_VERSION_MINOR "10" )
set( GPSTK_VERSION_PATCH "4" )
set( GPSTK_VERSION_PATCH "5" )
set( GPSTK_VERSION "${GPSTK_VERSION_MAJOR}.${GPSTK_VERSION_MINOR}.${GPSTK_VERSION_PATCH}" )

# Test data file source directory
Expand Down
21 changes: 21 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
Version 2.10.5 Wednesday, August 22, 2018

General modifications
---------------------
- Add function for correcting issues with 10-bit week rollover
fix a typo

Modifications by Author
---------------------

Bryan Parsons (1):
Merge branch '350-implement-a-utility-class-for-time-offset-corrections' into 'master'

johnk (2):
Add function for correcting issues with 10-bit week rollover
fix a typo



#################################################

Version 2.10.4 Wednesday, August 1, 2018

General modifications
Expand Down
2 changes: 1 addition & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ PROJECT_NAME = "GPS ToolKit Software Library"
# This could be handy for archiving the generated documentation or
# if some version control system is used.

PROJECT_NUMBER = 2.10.4
PROJECT_NUMBER = 2.10.5

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer
Expand Down
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ NEWS

GPS Toolkit News
------------------------------------------------------------------------------
August 22, 2018 . . . Release Candidate for Version 2.10.5 is frozen in the
repository

August 1, 2018 . . . . Release Candidate for Version 2.10.4 is frozen in the
repository

Expand Down
15 changes: 9 additions & 6 deletions RELNOTES.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
GPSTk 2.10.4 Release Notes
GPSTk 2.10.5 Release Notes
========================

Updates since v2.10.3
Updates since v2.10.4
----------------------

**Build System & Packaging Changes**
* Updated Debian configuration files for complete debian package building capability
**Library Changes*
* Create a simple class for applying 10-bit week rollover corrections, with room to expand for other similar capabilities

*New Truth Data*
* data/test_output_rinex3_clock_TestR3HeaderOutput.exp
*New Library Classes*
* core/lib/TimeHandling/TimeCorrection.*

*New Tests*
* core/tests/TimeHandling/TimeCorrection_T.cpp



Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
gpstk (2.10.5-1) stable; urgency=medium

* Update to upstream version 2.10.5

-- Bryan Parsons <bparsons@clau.arlut.utexas.edu> Wed, 22 Aug 2018 10:14:23 -0500

gpstk (2.10.4-1) stable; urgency=medium

* Update to upstream version 2.10.4
Expand Down

0 comments on commit ae6abe0

Please sign in to comment.