-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
3 changed files
with
9 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
2022-04-25 Jonas Stein <[email protected]> | ||
* Version upgraded to 1.1.1 | ||
* Testframework Catch added | ||
* Fixed bug (mixed HEX macro and std::hex) | ||
* More constants marked with const | ||
|
||
2022-04-22 Jonas Stein <[email protected]> | ||
* Version upgraded to 1.1.0 | ||
* Code cleanup | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ Get the source code and compile | |
git clone [email protected]:scsitape/stenc.git | ||
cd stenc/ | ||
autoreconf --install | ||
autogen.sh && ./configure | ||
./autogen.sh && ./configure | ||
make check # optionally run the catch testing framework | ||
make | ||
``` | ||
|
@@ -38,7 +38,7 @@ Linux Packages | |
|
||
License | ||
------- | ||
Program copyright 2012-2018 contributing authors. | ||
Program copyright 2012-2022 contributing authors. | ||
|
||
This program is free software; you can redistribute it and/or modify | ||
it under the terms of the GNU General Public License as published by | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Name: stenc | ||
Version: 1.1.0 | ||
Version: 1.1.1 | ||
Release: 3%{?dist} | ||
Summary: SCSI Tape Encryption Manager | ||
|
||
|