Re: [VOTE] Release v5.2.0

2015-01-08 Thread Leif Hedstrom
> On Jan 5, 2015, at 4:06 PM, Leif Hedstrom wrote: > > >> On Dec 16, 2014, at 3:52 PM, Leif Hedstrom wrote: >> >> Hi all, >> >> I've prepared a release candidate for v5.2.0, which is primarily a bug fix >> release over v5.1.x, but also adds a few noteworthy features: >> >> * TLS dynamic

Re: trafficserver git commit: TS-3219: Separate WCCP client process

2015-01-08 Thread James Peach
Should this be cmd/traffic_wccp? > On Jan 8, 2015, at 12:00 PM, shinr...@apache.org wrote: > > Repository: trafficserver > Updated Branches: > refs/heads/master aaf5d6bfa -> 5f2fc30d7 > > > TS-3219: Separate WCCP client process > > > Project: http://git-wip-us.apache.org/repos/asf/trafficser

Re: trafficserver git commit: TS-3219: Separate WCCP client process

2015-01-08 Thread Susan Hinrichs
Probably better. I'll go ahead and make that change. On 1/8/2015 2:49 PM, James Peach wrote: Should this be cmd/traffic_wccp? On Jan 8, 2015, at 12:00 PM, shinr...@apache.org wrote: Repository: trafficserver Updated Branches: refs/heads/master aaf5d6bfa -> 5f2fc30d7 TS-3219: Separate WCC

Re: trafficserver git commit: TS-3219: Separate WCCP client process

2015-01-08 Thread Leif Hedstrom
> On Jan 8, 2015, at 1:49 PM, James Peach wrote: > > Should this be cmd/traffic_wccp? +1. Also, a comment on printf() style: Instead of using e.g. “%lu” as you do, we generally prefer that you use an appropriate stdint definition, based on what the type of the argument is. So, quickly glanc