1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
|
Changelog for sysv-rc-conf:
Version 0.98 - 2004/10/02
============
- Fixed a bug that could cause scripts in init.d to not show
up in the list if they didn't have links in any of the rc?.d
directories.
Version 0.97 - 2004/06/14
============
- Fixed a bug that crashed the program if there was a service
without a K link in the cache and the S priority was above
90.
- Usage message for CLI
- Documentation fixes.
Version 0.96 - 2004/06/04
============
- Startup time is now much faster. Also submitted a patch
for Curses::UI that will shrink memory consumption by about
10% and speed up start time even more for sysv-rc-conf.
- Can use chkconfig like syntax to do quick CLI modification
- Internal clean up.
Version 0.95 - 2004/05/15
============
- Added support to restore symlinks to original state
before sysv-rc-conf was launched.
- A few internal changes to speed up the program a bit.
Version 0.94 - 2004/04/11
============
- Added help screen.
Version 0.93 - 2004/04/02
============
- Fixed a bug having to do with figuring out the current rl.
Version 0.92 - 2004/03/10
============
- Added the --order option. Now there is more then one way to
order the rows, such as alphabetical (like before), or by
priority number of any of the runlevels.
Version 0.90 - 2004/03/08
============
- Added support to start / stop services.
- Now you can --show only the runlevels you want to see.
- Better algorithm to choose priority in default view.
- Reduced memory consumption by a few megs.
- Code cleanups
- Renamed project to sysv-rc-conf from rc-sysv-conf.
Version 0.80 - 2004/03/01
============
- Initial release. Most stuff is implemented that I want.
Once the main items in TODO are out of the way, we'll move
to 1.00.
|