mirror of https://github.com/yandex/gixy
parent
1cbcc2661f
commit
11ebf7dbb4
|
@ -2,4 +2,4 @@
|
||||||
|
|
||||||
from gixy.core import severity
|
from gixy.core import severity
|
||||||
|
|
||||||
version = '0.1.2'
|
version = '0.1.3'
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
Summary: Nginx configuration static analyzer
|
Summary: Nginx configuration static analyzer
|
||||||
Name: gixy
|
Name: gixy
|
||||||
Version: 0.1.2
|
Version: 0.1.3
|
||||||
Release: 0%{?dist}
|
Release: 0%{?dist}
|
||||||
License: MPLv2.0
|
License: MPLv2.0
|
||||||
Group: Development/Utilities
|
Group: Development/Utilities
|
||||||
|
@ -55,6 +55,9 @@ python setup.py install --prefix=%{_prefix} \
|
||||||
########################################################################################
|
########################################################################################
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu May 11 2017 Yandex Team <opensource@yandex-team.ru> - 0.1.3-0
|
||||||
|
- Uses english versions in plugins references
|
||||||
|
|
||||||
* Tue May 02 2017 Yandex Team <opensource@yandex-team.ru> - 0.1.2-0
|
* Tue May 02 2017 Yandex Team <opensource@yandex-team.ru> - 0.1.2-0
|
||||||
- Fixed blank comments parsing
|
- Fixed blank comments parsing
|
||||||
- Added "auth_request_set" directive
|
- Added "auth_request_set" directive
|
||||||
|
|
Loading…
Reference in New Issue