In message: <[EMAIL PROTECTED]>
John Baldwin <[EMAIL PROTECTED]> writes:
: On Sunday 27 November 2005 06:38 pm, M. Warner Losh wrote:
: > How does this look to you?
:
: What is the point of the minor version number then if it is never checked? I
: think we just should not do bumps for changes to config that allow old files
: to still work. IOW, the most recent bump should simply be reverted. In
: practice I don't think many folks other than developers ever end up with a
: config that is out of date with the kernel sources.
The minor numbers are checked.
The idea is that if the kernel says you need X.Y to build it, then the
config binary must be version X.Z, where Z >= Y. That's what my patch
implements.
Upon sober reflection, to answer Ruslan's issue, I think that the
100's thing might be a bad idea after all. I'll update my patch.
Warner
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"