aboutsummaryrefslogtreecommitdiff
path: root/FEATURE-REMOVAL-SCHEDULE
AgeCommit message (Collapse)Author
2014-01-23update feature removal scheduleWilliam Hubbs
- Remove the netifrc related items since netifrc is now a separate package. - State that the features we are planning to remove will be removed in version 1.0. - Clarify the last entry; we are refering to start-stop-daemon options.
2011-05-16drop rc_sys funcs from removal scheduleMike Frysinger
The automagic detection isn't really problematic, and we allow people to easily override this when detection isn't possible. On the other hand, if people haven't configured rc_sys in their rc.conf, the lack of auto detection can easily lead to an unbootable system. Further, we're attempting to have a stable shared library ABI, which dropping funcs from is not feasible. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2011-01-18docs: make check does not catch textfile trailing whitespace.Robin H. Johnson
2011-01-18Document all deprecated code for future removal.Robin H. Johnson
2011-01-17Add removal schedule document for code trimming/deprecation.Robin H. Johnson