Skip to content

Commit

Permalink
Document update for release 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jfredenburg committed Jan 17, 2024
1 parent 76d606b commit 4897ebe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Security
```

## [Unreleased] - YYYY-MM-DD
## [0.7.0] - 2024-01-17
### Added
- The `KRB5_KTNAME` variable added to create a default keytab file.
### Changed
### Deprecated
- The installation path variable `DESTDIR` must now be specified as an absolute path.
### Fixed
- The `KRB_PRINCIPAL` variable was not updated to `KRB5_PRINCIPAL` in the `krbtools-keytab` script.
- The krbtools-keytab script will now replace existing entries in the keytab file when updating
changine the password instead erroring out and forcing user to delete the file.
### Security
- A computer update caused the prompt to quit updating git branch


## [0.6.0] - 2024-01-15
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ supported configurations include the following:
The user configuration files can installed using the code snippet below.

```bash
curl -sL https://github.com/ic-designer/fnal-asic-compute/archive/refs/tags/0.6.0.tar.gz | tar xz
make -C fnal-asic-compute-0.6.0 install
curl -sL https://github.com/ic-designer/fnal-asic-compute/archive/refs/tags/0.7.0.tar.gz | tar xz
make -C fnal-asic-compute-0.7.0 install
```

The Makefile will use information about the operating system to determine which configuration to
Expand Down

0 comments on commit 4897ebe

Please sign in to comment.