Version bump 1.1.1

Version 1.1.1
This commit is contained in:
Jonas Stein
2022-04-25 01:14:02 +02:00
parent 226c5bcef0
commit 708932b383
3 changed files with 9 additions and 3 deletions

View File

@@ -1,3 +1,9 @@
2022-04-25 Jonas Stein <news@jonasstein.de>
* 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 <news@jonasstein.de>
* Version upgraded to 1.1.0
* Code cleanup

View File

@@ -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

View File

@@ -1,5 +1,5 @@
Name: stenc
Version: 1.1.0
Version: 1.1.1
Release: 3%{?dist}
Summary: SCSI Tape Encryption Manager