From 0ba9b217d8d11101830600e0eca71119edf9838c Mon Sep 17 00:00:00 2001 From: Andrew Krasichkov Date: Tue, 2 May 2017 12:08:16 +0300 Subject: [PATCH] Version up to 0.1.2 --- gixy/__init__.py | 2 +- rpm/gixy.spec | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/gixy/__init__.py b/gixy/__init__.py index 4e2161e..5f1c968 100644 --- a/gixy/__init__.py +++ b/gixy/__init__.py @@ -2,4 +2,4 @@ from gixy.core import severity -version = '0.1.1' +version = '0.1.2' diff --git a/rpm/gixy.spec b/rpm/gixy.spec index cb47332..4272508 100644 --- a/rpm/gixy.spec +++ b/rpm/gixy.spec @@ -2,7 +2,7 @@ Summary: Nginx configuration static analyzer Name: gixy -Version: 0.1.1 +Version: 0.1.2 Release: 0%{?dist} License: MPLv2.0 Group: Development/Utilities @@ -55,6 +55,10 @@ python setup.py install --prefix=%{_prefix} \ ######################################################################################## %changelog +* Tue May 02 2017 Yandex Team - 0.1.2-0 +- Fixed blank comments parsing +- Added "auth_request_set" directive + * Sat Apr 29 2017 Yandex Team - 0.1.1-0 - Initial build