On Nov 12, 2013, at 4:09 PM, bri...@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 <aiva...@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