On Mon, Jan 18, 2021 at 08:47:43AM +0100, William Lallemand wrote:
> Hello Bertrand,
> 
> On Sun, Jan 17, 2021 at 06:58:46PM +0000, Bertrand Jacquin wrote:
> > This is a pretty lame commit in a attempt to use a common wording of
> > HAProxy used 1319 times compared to HAproxy used 10 times
> > index e36e020c5ce7..92449a04f6e2 100644
> > 
> > [...]
> >
> > --- a/src/haproxy.c
> > +++ b/src/haproxy.c
> > @@ -537,7 +537,7 @@ static void display_version()
> >  {
> >     struct utsname utsname;
> >  
> > -   printf("HA-Proxy version %s %s - https://haproxy.org/\n";
> > +   printf("HAProxy version %s %s - https://haproxy.org/\n";
> >            PRODUCT_STATUS "\n", haproxy_version, haproxy_date);
> >  
> >     if (strlen(PRODUCT_URL_BUGS) > 0) {
> > 
> 
> I wanted to do this a long time ago, and at this time we decided to keep
> it as it was to not break existing scripts. I think we'll let Willy
> decide if that's a good idea now :-)

I'm totally fine with changing this ugly one that I usually spot right
after the release :-)

However, this one and the other only real user-visible one affecting the
mailers subject should be changed as a separate patch because we won't
backport them. Ideally the doc and code comments should be in separate
patches so that the doc ones can be backported and we keep the cleanups
apart. But at quick glance there aren't that many comments so I think
they'll easily be backported without causing trouble. Just something to
keep in mind for next time.

If you could provide me with updated patches that separate the two visible
changes mentioned above that would be great, given that I'm too busy to
spend time splitting patches at the moment. Don't scratch your head too
long, just place both of them (mailers and version) into a single patch,
that's OK.

Thanks!
Willy

Reply via email to