From f5fd81c0dbe561af97672d44260e027570f34517 Mon Sep 17 00:00:00 2001 From: buglloc Date: Sun, 21 May 2017 23:10:32 +0300 Subject: [PATCH] Version bump to 0.1.5 --- gixy/__init__.py | 2 +- rpm/gixy.spec | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/gixy/__init__.py b/gixy/__init__.py index 6ce2802..17f825a 100644 --- a/gixy/__init__.py +++ b/gixy/__init__.py @@ -2,4 +2,4 @@ from gixy.core import severity -version = '0.1.4' +version = '0.1.5' diff --git a/rpm/gixy.spec b/rpm/gixy.spec index 123915e..cd8ec00 100644 --- a/rpm/gixy.spec +++ b/rpm/gixy.spec @@ -2,7 +2,7 @@ Summary: Nginx configuration static analyzer Name: gixy -Version: 0.1.4 +Version: 0.1.5 Release: 0%{?dist} License: MPLv2.0 Group: Development/Utilities @@ -55,6 +55,13 @@ python setup.py install --prefix=%{_prefix} \ ######################################################################################## %changelog +* Sun May 21 2017 Yandex Team - 0.1.5-0 +- Supported Python 2.6 +- Supported multiple config files scanning +- Fixed summary count +- Fixed symlink resolution +- Minor improvements and fixes + * Sun May 14 2017 Yandex Team - 0.1.4-0 - Allow processing stdin, file descriptors - Fixed configuration parser