Skip to content

Commit 708932b

Browse files
committed
Version bump 1.1.1
Version 1.1.1
1 parent 226c5bc commit 708932b

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

ChangeLog

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2022-04-25 Jonas Stein <[email protected]>
2+
* Version upgraded to 1.1.1
3+
* Testframework Catch added
4+
* Fixed bug (mixed HEX macro and std::hex)
5+
* More constants marked with const
6+
17
2022-04-22 Jonas Stein <[email protected]>
28
* Version upgraded to 1.1.0
39
* Code cleanup

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Get the source code and compile
2626
git clone [email protected]:scsitape/stenc.git
2727
cd stenc/
2828
autoreconf --install
29-
autogen.sh && ./configure
29+
./autogen.sh && ./configure
3030
make check # optionally run the catch testing framework
3131
make
3232
```
@@ -38,7 +38,7 @@ Linux Packages
3838

3939
License
4040
-------
41-
Program copyright 2012-2018 contributing authors.
41+
Program copyright 2012-2022 contributing authors.
4242

4343
This program is free software; you can redistribute it and/or modify
4444
it under the terms of the GNU General Public License as published by

stenc.spec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: stenc
2-
Version: 1.1.0
2+
Version: 1.1.1
33
Release: 3%{?dist}
44
Summary: SCSI Tape Encryption Manager
55

0 commit comments

Comments
 (0)