aboutsummaryrefslogtreecommitdiff
path: root/FEATURE-REMOVAL-SCHEDULE
AgeCommit message (Collapse)Author
2015-04-22Convert feature removal schedule to markdownWilliam Hubbs
2014-08-17mtab: add verbose level deprecation warningsWilliam Hubbs
2014-08-16adjust deprecation schedule for mtabWilliam Hubbs
- Quiet the deprecation messages forr now - update the feature removal schedule to reflect that it will be removed in 2.0.
2014-08-14Deprecate the mtab service scriptWilliam Hubbs
The mtab service script is no longer needed on modern Linux systems, so we can remove it in 1.0. However, we need to set a deprecation notice first.
2014-07-10FEATURE_REMOVAL_SCHEDULE: add entry for local_start/stopWilliam Hubbs
2014-07-01Schedule removal of the opts variable from service scriptsWilliam Hubbs
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