23 Oct
2009
23 Oct
'09
3:05 a.m.
Alexander Clouter wrote:
So, how long before I can type 'make menuconfig' eh? :)
Much of that is already in the code. Many of the features can be removed at build time: - threads - accounting - proxying - dhcp - vmps
I am personally for a single version but with some ifdef uglyness for experimental bits that is enabled by default. If people want different 'trains' then they could just learn how to use git and be done with it....at least they can then use 'git bisect' too.
The issue is more that major changes to the code can affect production systems. It's safer for the production systems to have limited fixes to a "stable" release, and then to have a "feature" release that adds new features. Alan DeKok.