-
Notifications
You must be signed in to change notification settings - Fork 145
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
8 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Name: tmt | ||
Version: 1.3.0 | ||
Version: 1.3.1 | ||
Release: 1%{?dist} | ||
|
||
Summary: Test Management Tool | ||
|
@@ -171,7 +171,14 @@ export LANG=en_US.utf-8 | |
|
||
|
||
%changelog | ||
* Thu Feb 25 2021 Petr Šplíchal <[email protected]> - 1.3.1-1 | ||
- Add test for prepare freeze | ||
- Make file descriptors non-blocking | ||
- Update the specification and stories to use link | ||
- Implement the new core attribute 'link' | ||
|
||
* Tue Feb 23 2021 Petr Šplíchal <[email protected]> - 1.3.0-1 | ||
- Set timeout on select calls in utils._run() | ||
- Show the current tmt version in the debug log | ||
- Revert support for the 'el' distro shortcut | ||
- Strip whitespace before relevancy comment | ||
|