Skip to content

Commit

Permalink
Version bump 1.1.1
Browse files Browse the repository at this point in the history
Version 1.1.1
  • Loading branch information
jonasstein committed Apr 24, 2022
1 parent 226c5bc commit 708932b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion stenc.spec
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

Expand Down

0 comments on commit 708932b

Please sign in to comment.