Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Criterion for version bump in HEAD?



On Sat, 23 Aug 2014, Thomas Mueller wrote:
I notice the numbering scheme for NetBSD-current versions, x.99.x but am curious about what determines when the rightmost component is bumped up, like 6.99.44 to 6.99.45 or 7.99.1 to 7.99.2 .

On HEAD, the teeny version is updated whenever there is a change in the interface provided by the kernel to userland, or the interface provided to kernel modules. Examples include adding a new system call, adding a new ioctl message, adding a new option to an existing call, changing the interface of internal kernel functions. Rarely, the version number may be updated for some other reason.

See the cvs log messages for src/sys/sys/param.h for reasons used in the past.

--apb (Alan Barrett)


Home | Main Index | Thread Index | Old Index