From bae69f1d91216e009b503134dbde6a2242bfd135 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 23 Aug 2019 09:04:05 +0200 Subject: v1.10.0 --- unit.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/unit.spec b/unit.spec index 7b018d6..496d3a1 100644 --- a/unit.spec +++ b/unit.spec @@ -9,7 +9,7 @@ %global gh_owner nginx %global project unit -%global gh_commit 204dfec87970bb3d5ca0508e5f4ed740bd35ebe4 +%global gh_commit 19f59b221dec9580ede4912303b437ec655b307b %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.8.0 +Version: 1.10.0 Release: 1%{?dist} License: ASL 2.0 URL: https://unit.nginx.org/ @@ -199,6 +199,12 @@ fi %changelog +* Fri Aug 23 2019 Remi Collet - 1.10.0-1 +- update to 1.10.0 + +* Fri May 31 2019 Remi Collet - 1.9.0-1 +- update to 1.9.0 + * Sat Mar 2 2019 Remi Collet - 1.8.0-1 - update to 1.8.0 -- cgit