Re: Code freeze

2019-08-29 Thread Gary E. Miller via devel
Yo Achim! On Thu, 29 Aug 2019 07:07:47 +0200 Achim Gratz via devel wrote: > Sanjeev Gupta via devel writes: > > Gary, ALPN string checking. The commit mentioned that it would > > break with previous NTPSec versions. > > But it doesn't, because the returned protocol was not checked. > Otherwi

Re: Code freeze

2019-08-28 Thread Achim Gratz via devel
Sanjeev Gupta via devel writes: > Gary, ALPN string checking. The commit mentioned that it would break > with previous NTPSec versions. But it doesn't, because the returned protocol was not checked. Otherwise it would have never worked in the first place. Regards, Achim. -- +<[Q+ Matrix-12 WAV

Re: Code freeze

2019-08-28 Thread Hal Murray via devel
Sanjeev Gupta said: > Gary, ALPN string checking. The commit mentioned that it would break with > previous NTPSec versions. No. The client didn't check the returned ALPN string. It didn't even look to see if there was a returned ALPN string. I added that checking recently. It doesn't bail

Re: Code freeze

2019-08-28 Thread Sanjeev Gupta via devel
Gary, ALPN string checking. The commit mentioned that it would break with previous NTPSec versions. -- Sanjeev Gupta +65 98551208 http://www.linkedin.com/in/ghane On Thu, Aug 29, 2019 at 8:28 AM Gary E. Miller via devel wrote: > Yo Sanjeev! > > On Thu, 29 Aug 2019 07:15:56 +0800 > Sanjee

Re: Code freeze

2019-08-28 Thread James Browning via devel
On Wed, Aug 28, 2019 at 5:24 PM Eric S. Raymond via devel wrote: > Sanjeev Gupta : > > Eric, there is a incompatibility break, so could we do 1.2.0 , please? > > Mark's call. I beliecew he's considering shipping 1.2.0 shortly after. My impression is that he is waiting for the IETF and IANA to

Re: Code freeze

2019-08-28 Thread Gary E. Miller via devel
Yo Sanjeev! On Thu, 29 Aug 2019 07:15:56 +0800 Sanjeev Gupta via devel wrote: > Eric, there is a incompatibility break, so could we do 1.2.0 , please? What is the break? RGDS GARY --- Gary E. Miller Rellim 109 NW Wilmingto

Re: Code freeze

2019-08-28 Thread Eric S. Raymond via devel
Sanjeev Gupta : > Eric, there is a incompatibility break, so could we do 1.2.0 , please? Mark's call. I beliecew he's considering shipping 1.2.0 shortly after. -- http://www.catb.org/~esr/";>Eric S. Raymond ___ devel mailing list deve

Re: Code freeze

2019-08-28 Thread Sanjeev Gupta via devel
Eric, there is a incompatibility break, so could we do 1.2.0 , please? -- Sanjeev Gupta +65 98551208 http://www.linkedin.com/in/ghane On Thu, Aug 29, 2019 at 1:47 AM Eric S. Raymond via devel wrote: > We're preparing for a minor point release, probably 1.17, on or about > 1 Au

Code freeze

2019-08-28 Thread Eric S. Raymond via devel
We're preparing for a minor point release, probably 1.17, on or about 1 Aug. Code freeze starts now. Bug fixes only, -- http://www.catb.org/~esr/";>Eric S. Raymond "...The Bill of Rights is a literal and absolute document. The First Amendment doesn't

Preliminary report on variable initialization, and when does code freeze happen?

2018-05-27 Thread Ian Bruene via devel
. However I do not know when the pre-1.2 code freeze is happening and do not wish to make any further changes to the C code until after SELF except as necessary. There is also the larger question of do we want variables to be initialized at definition or within an init_foo()? The code is not