diff options
-rw-r--r-- | unit.spec | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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 <remi@remirepo.net> - 1.11.0-1 +- update to 1.11.0 + * Fri Aug 23 2019 Remi Collet <remi@remirepo.net> - 1.10.0-1 - update to 1.10.0 |