From 0568150d8bbe0f1f60998796ae79860652c92f38 Mon Sep 17 00:00:00 2001 From: Ingvar Hagelund Date: Wed, 10 Oct 2012 00:47:19 +0200 Subject: [PATCH] 3.0.3-3, Upped the minimum number of threads from 1 to 5, closes #861493 --- varnish.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/varnish.spec b/varnish.spec index 30e49c3..950dc13 100644 --- a/varnish.spec +++ b/varnish.spec @@ -1,7 +1,7 @@ Summary: High-performance HTTP accelerator Name: varnish Version: 3.0.3 -Release: 2%{?dist} +Release: 3%{?dist} License: BSD Group: System Environment/Daemons URL: http://www.varnish-cache.org/ @@ -307,6 +307,9 @@ fi %endif %changelog +* Tue Oct 09 2012 Ingvar Hagelund - 3.0.3-3 +- Upped the minimum number of threads from 1 to 5, closes #861493 + * Tue Sep 18 2012 Ingvar Hagelund - 3.0.3-2 - Added a patch from phk, fixing upstream ppc64 bug #1194