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.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryan Parsons committed Sep 24, 2018
1 parent f70fb8a commit 2dfc4b7
Show file tree
Hide file tree
Showing 6 changed files with 40 additions and 10 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 "5" )
set( GPSTK_VERSION_PATCH "6" )
set( GPSTK_VERSION "${GPSTK_VERSION_MAJOR}.${GPSTK_VERSION_MINOR}.${GPSTK_VERSION_PATCH}" )

# Test data file source directory
Expand Down
23 changes: 23 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
Version 2.10.6 Monday, September 24, 2018

General modifications
---------------------
- TimeNamedFileStream now creates the directory for the files it outputs
- Updated debian/libgpstk-dev.install to fix debian install error mentioned in issue #353

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

Bryan Parsons (4):
Comments were found that were referencing ICD-GPS-211 instead of IS-GPS-200. These comments were updated.
Merge branch 'comment_fix' into 'master'
Merge branch 'issue_351' into 'master'
Updated debian/libgpstk-dev.install to fix debian install error mentioned in issue #353

Jon C. Little (1):
TimeNamedFileStream now creates the directory for the files it outputs


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


Version 2.10.5 Wednesday, August 22, 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.5
PROJECT_NUMBER = 2.10.6

# 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
------------------------------------------------------------------------------
September 24, 2018 . Release Candidate for Version 2.10.6 is frozen in the
repository

August 22, 2018 . . . Release Candidate for Version 2.10.5 is frozen in the
repository

Expand Down
14 changes: 6 additions & 8 deletions RELNOTES.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,16 @@
GPSTk 2.10.5 Release Notes
GPSTk 2.10.6 Release Notes
========================

Updates since v2.10.4
Updates since v2.10.5
----------------------

**Library Changes*
* Create a simple class for applying 10-bit week rollover corrections, with room to expand for other similar capabilities
* ext/lib/FileHandling/TimeNamedFileStream.hppnow creates directories for the files it outputs. REASON: ext/apps/rfw/rfw.cpp needed handholding to do its job. Now it doesn't.

*New Library Classes*
* core/lib/TimeHandling/TimeCorrection.*

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

Fixes since v2.10.5
----------------------
* Replaced ICD-GPS-211 with IS-GPS-200 in several comments



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.6-1) stable; urgency=medium

* Update to upstream version 2.10.6

-- Bryan Parsons <bparsons@clau.arlut.utexas.edu> Mon, 24 Sep 2018 15:02:46 -0500

gpstk (2.10.5-1) stable; urgency=medium

* Update to upstream version 2.10.5
Expand Down

0 comments on commit 2dfc4b7

Please sign in to comment.