diff --git a/ChangeLog b/ChangeLog index 362a51a..b80993b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2022-04-25 Jonas Stein +* 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 * Version upgraded to 1.1.0 * Code cleanup diff --git a/README.md b/README.md index a0c7ce4..411c34d 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Get the source code and compile git clone git@github.com: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 diff --git a/stenc.spec b/stenc.spec index 54ee749..d65c568 100644 --- a/stenc.spec +++ b/stenc.spec @@ -1,5 +1,5 @@ Name: stenc -Version: 1.1.0 +Version: 1.1.1 Release: 3%{?dist} Summary: SCSI Tape Encryption Manager