Commit b88dcb91 authored by acpaquette's avatar acpaquette
Browse files

ISIS 8.0.1 ticks (#5277)

* Updated changelog for release

* Initial ticks and code entry for version 8.0.1
parent 09eec4ac
Loading
Loading
Loading
Loading
+2 −8
Original line number Diff line number Diff line
@@ -35,14 +35,7 @@ release.

## [Unreleased]

### Changed
- Changed cholmod 32 bit calls to 64 bit calls [#5173](https://github.com/DOI-USGS/ISIS3/issues/5173) and [#5176](https://github.com/DOI-USGS/ISIS3/issues/5176)

### Added

### Deprecated

### Removed
## [8.0.1] - 2023-08-23

### Fixed
- Updated History constructor to check for invalid BLOB before copying History BLOB to output cube [#4966](https://github.com/DOI-USGS/ISIS3/issues/4966)
@@ -50,6 +43,7 @@ release.
- Fixed gaussstretch segmentation fault error and refactored gaussstretch files/tests to use gtest [#5240](https://github.com/DOI-USGS/ISIS3/issues/5240)
- Fixed `cubeit` attribute error to allow attribute specification on the output cube filename [#5234](https://github.com/DOI-USGS/ISIS3/issues/5234)
- Fixed `campt` to handle input band selection attribute correctly [#5234](https://github.com/DOI-USGS/ISIS3/issues/5235)
- Fixed problem networks segfaulting in jigsaw by updating cholmod 32 bit calls to 64 bit calls [#5173](https://github.com/DOI-USGS/ISIS3/issues/5173) and [#5176](https://github.com/DOI-USGS/ISIS3/issues/5176)

## [8.0.0] - 2023-04-19

+45 −1
Original line number Diff line number Diff line
@@ -43,6 +43,50 @@
    "date": {
      "metadataLastUpdated": "2023-02-27"
    }
  }, {
    "name": "ISIS3",
    "organization": "U.S. Geological Survey",
    "description": "GitHub code repository for the Integrated Software for Imagers and Spectrometers (ISIS)",
    "version": "8.0.1",
    "status": "Production",

    "permissions": {
      "usageType": "openSource",
      "licenses": [
        {
          "name": "Public Domain, CC0-1.0",
          "URL": "https://code.usgs.gov/DOI-USGS/isis/-/raw/8.0.1/LICENSE.md"
        }
      ]
    },

    "homepageURL": "https://isis.astrogeology.usgs.gov",
    "downloadURL": "https://code.usgs.gov/astrogeology/isis/-/archive/8.0.1/isis-8.0.1.zip",
    "disclaimerURL": "https://code.usgs.gov/astrogeology/isis/-/raw/8.0.1/DISCLAIMER.md",
    "repositoryURL": "https://code.usgs.gov/astrogeology/isis.git",
    "vcs": "git",

    "laborHours": 0,

    "tags": [
      "Planetary",
      "Remote Sensing",
      "Photogrammetry",
      "Data Processing"
    ],

    "languages": [
      "C++"
    ],

    "contact": {
      "name": "Adam Paquette",
      "email": "acpaquette@usgs.gov"
    },

    "date": {
      "metadataLastUpdated": "2023-08-23"
    }
  },{
    "name": "ISIS3",
    "organization": "U.S. Geological Survey",
@@ -85,7 +129,7 @@
    },

    "date": {
      "metadataLastUpdated": "2023-04-19"
      "metadataLastUpdated": "2023-08-23"
    }
  }
]
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@ set(PACKAGE "ISIS")
set(PACKAGE_NAME       "USGS ISIS")

# Version number
set(VERSION            "8.0.0")
set(VERSION            "8.0.1")
string(REPLACE "." ";" VERSION_LIST ${VERSION})
list(GET VERSION_LIST 0 VERSION_MAJOR)
list(GET VERSION_LIST 1 VERSION_MINOR)
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@
#       A Public Release for ISIS3.6.1:                        {% set version = "3.6.1" %}
#       A Release Candidate for ISIS3.6.1:                     {% set version = "3.6.1_RC" %}
#       A custom build of ISIS3.6.1 for the CaSSIS mission:    {% set version = "3.6.1_cassis" %}
{% set version = "8.0.0" %}
{% set version = "8.0.1" %}

# This is the build number for the current version you are building. If this is the first build of
# this version, the build number will be 0. It is incremented by 1 with every consecutive build of