You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@trafficserver.apache.org by Leif Hedstrom <zw...@apache.org> on 2013/11/13 17:09:33 UTC

Re: git commit: Updating changes for TS-2316

On Nov 12, 2013, at 4:09 PM, briang@apache.org wrote:
> 
> ----------------------------------------------------------------------
> CHANGES | 3 +++
> 1 file changed, 3 insertions(+)
> ----------------------------------------------------------------------
> 
> 
> http://git-wip-us.apache.org/repos/asf/trafficserver/blob/81cf29c9/CHANGES
> ----------------------------------------------------------------------
> diff --git a/CHANGES b/CHANGES
> index 98efc8e..b7415b4 100644
> --- a/CHANGES
> +++ b/CHANGES
> @@ -1,5 +1,8 @@
>                                                          -*- coding: utf-8 -*-
> Changes with Apache Traffic Server 4.2.0
> +  *) [TS-2316] header_rewrite: numerous improvements: cookie based conditions,
> +   rule counters, improved documentation.
> +   Author: Alexey Ivanov <ai...@linkedin.com>
> 
>   *) [TS-2338] Remove IPRange.cc and .h, and SocksParser.cc.



Nitpicking, but we should fix this compiler warning which I believe comes from TS-2316:

../../../../plugins/header_rewrite/operators.cc:497:1: warning: unused parameter 'res' [-Wunused-parameter]
 OperatorCounter::exec(const Resources& res) const



Cheers,

- leif