Version bump 1.1.1
Version 1.1.1
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
Name: stenc
|
||||
Version: 1.1.0
|
||||
Version: 1.1.1
|
||||
Release: 3%{?dist}
|
||||
Summary: SCSI Tape Encryption Manager
|
||||
|
||||
|
||||
Reference in New Issue
Block a user