-
Notifications
You must be signed in to change notification settings - Fork 394
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
2 changed files
with
6 additions
and
2 deletions.
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 |
---|---|---|
|
@@ -2,4 +2,4 @@ | |
|
||
from gixy.core import severity | ||
|
||
version = '0.1.3' | ||
version = '0.1.4' |
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
Summary: Nginx configuration static analyzer | ||
Name: gixy | ||
Version: 0.1.3 | ||
Version: 0.1.4 | ||
Release: 0%{?dist} | ||
License: MPLv2.0 | ||
Group: Development/Utilities | ||
|
@@ -55,6 +55,10 @@ python setup.py install --prefix=%{_prefix} \ | |
######################################################################################## | ||
|
||
%changelog | ||
* Sun May 14 2017 Yandex Team <[email protected]> - 0.1.4-0 | ||
- Allow processing stdin, file descriptors | ||
- Fixed configuration parser | ||
|
||
* Thu May 11 2017 Yandex Team <[email protected]> - 0.1.3-0 | ||
- Uses english versions in plugins references | ||
|
||
|