Samba 4.2?

Ira Cooper ira at samba.org
Tue Jul 8 06:01:23 MDT 2014


On Tue, Jul 8, 2014 at 7:47 AM, Michael Adam <obnox at samba.org> wrote:

> On 2014-07-08 at 07:42 -0400, Ira Cooper wrote:
> > > I think other features should be deferred to 4.3 e.g. leases,
> > > multi-channel, witness...
> > > If they are ready soon we can think about doing 4.3 a bit earlier so
> that
> > > the time between 4.1 and 4.3 is 2*9 month (or a bit less)
> >
> > If we're waiting 512 months, I think we need to re-evaluate our release
> > plans.
>
> Hey, there is a subtle but important difference between
> 2*9 and 2**9 aka 2^9. ;-)
>

Nah.. it's just context sensitive...

In C:

2^9 == 11
2*9 == 18 /* what I suspect he wanted. */
2^^9 ==  #error Won't compile

In mailing list:

2^9 = 512
2*9 = 18 /* I still suspect he wanted this. */
2^^9 = 512

I don't usually expect people to use xor in that statement, but I know I'm
not everyone.

-Ira


More information about the samba-technical mailing list