From 76a945102031679a5bc51f93ccc272441f0ae455 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 20 Sep 2019 09:48:21 +0200 Subject: v1.11.0 --- unit.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'unit.spec') diff --git a/unit.spec b/unit.spec index 496d3a1..012bc5a 100644 --- a/unit.spec +++ b/unit.spec @@ -9,7 +9,7 @@ %global gh_owner nginx %global project unit -%global gh_commit 19f59b221dec9580ede4912303b437ec655b307b +%global gh_commit 7d53cc7029a7fe1b3195c37a13ff8e83640e88ad %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) # distribution specific definitions @@ -18,7 +18,7 @@ Name: unit Summary: NGINX Unit application server -Version: 1.10.0 +Version: 1.11.0 Release: 1%{?dist} License: ASL 2.0 URL: https://unit.nginx.org/ @@ -199,6 +199,9 @@ fi %changelog +* Fri Sep 20 2019 Remi Collet - 1.11.0-1 +- update to 1.11.0 + * Fri Aug 23 2019 Remi Collet - 1.10.0-1 - update to 1.10.0 -- cgit