1.6.1
diff --git a/debian/changelog b/debian/changelog index f33cc56..3834c2c 100644 --- a/debian/changelog +++ b/debian/changelog
@@ -1,3 +1,10 @@ +nginx (1.6.1-1) unstable; urgency=low + + * 1.6.1 + * init-script now returns 0 on stop command if nginx is not running + + -- Sergey Budnevitch <sb@nginx.com> Tue, 05 Aug 2014 13:37:00 +0400 + nginx (1.6.0-1) unstable; urgency=low * 1.6.0
diff --git a/rpm/SPECS/nginx.spec b/rpm/SPECS/nginx.spec index 3a9a512..9324daf 100644 --- a/rpm/SPECS/nginx.spec +++ b/rpm/SPECS/nginx.spec
@@ -45,8 +45,8 @@ Summary: High performance web server Name: nginx -Version: 1.6.0 -Release: 2%{?dist}.ngx +Version: 1.6.1 +Release: 1%{?dist}.ngx Vendor: nginx inc. URL: http://nginx.org/ @@ -326,6 +326,9 @@ fi %changelog +* Thu Aug 5 2014 Sergey Budnevitch <sb@nginx.com> +- 1.6.1 + * Thu Jul 12 2014 Sergey Budnevitch <sb@nginx.com> - incorrect sysconfig filename finding in the initscript fixed