From owner-cvs-all@FreeBSD.ORG Mon Jul 19 20:52:03 2010 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A948E106564A; Mon, 19 Jul 2010 20:52:03 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9A9818FC14; Mon, 19 Jul 2010 20:52:03 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o6JKq3BI013574; Mon, 19 Jul 2010 20:52:03 GMT (envelope-from osa@repoman.freebsd.org) Received: (from osa@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o6JKq3Zo013573; Mon, 19 Jul 2010 20:52:03 GMT (envelope-from osa) Message-Id: <201007192052.o6JKq3Zo013573@repoman.freebsd.org> From: "Sergey A. Osokin" Date: Mon, 19 Jul 2010 20:52:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/nginx-devel Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2010 20:52:03 -0000 osa 2010-07-19 20:52:03 UTC FreeBSD ports repository Modified files: www/nginx-devel Makefile distinfo Log: Update from 0.8.45 to 0.8.46. Feature safe: yes *) Change: now the "proxy_no_cache", "fastcgi_no_cache", "uwsgi_no_cache", and "sÓgi_no_cache" directives affect on a cached response saving only. *) Feature: the "proxy_cache_bypass", "fastcgi_cache_bypass", "uwsgi_cache_bypass", and "sÓgi_cache_bypass" directives. *) Bugfix: nginx did not free memory in cache keys zones if there was an error during working with backend: the memory was freed only after inactivity time or on memory low condition. Revision Changes Path 1.333 +1 -1 ports/www/nginx-devel/Makefile 1.291 +3 -3 ports/www/nginx-devel/distinfo