diff options
author | Remi Collet <remi@remirepo.net> | 2020-04-17 09:00:49 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-04-17 09:00:49 +0200 |
commit | 7d26d29eb40c3b24a6b6581cf588694d618ebd5b (patch) | |
tree | 8ad3d930bb9c6bdd4472af59d723ec672da9d1b7 /unit.spec | |
parent | b7a098167e588fd21c09e020379f9b6e274ac72a (diff) |
v1.17.0
Diffstat (limited to 'unit.spec')
-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 8f397c8ae5f31c3ae09cbcd74209e63b897be817 +%global gh_commit 4d62989f5c2329bb4a6174e4b7fb4ab6d8d9ec9f %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.16.0 +Version: 1.17.0 Release: 1%{?dist} License: ASL 2.0 URL: https://unit.nginx.org/ @@ -200,6 +200,9 @@ fi %changelog +* Fri Apr 17 2020 Remi Collet <remi@remirepo.net> - 1.17.0-1 +- update to 1.17.0 + * Fri Mar 13 2020 Remi Collet <remi@remirepo.net> - 1.16.0-1 - update to 1.16.0 |