Releases: lfs-book/LSB-Tools
Releases · lfs-book/LSB-Tools
LSB-Tools-0.12
Emergency release to reinstate symlinks in /usr/sbin
LSB-Tools-0.11
New in this release:
- Do not use setup.py anymore, because it is deprecated and generates warnings. Issue #13. Fix by Xi Ruoyao
LSB-Tools-0.10
New in this release:
- allow start scripts in runlevel 0 and 6
- fix urls to point to lfs-book
- various typo and bug fixes
LSB-Tools-0.9
Changes in this release:
- lsbtools/install_initd.py: print link targets in debug output.
- lsbtools/install_initd.py: use relative path rather than fixed link depth
LSB-Tools-0.8
Changes in this release:
- lsbtools/install_initd.py: Remove redundant initfile chceck
- lsbtools/install_initd.py: Fix divide by zero error if sysinit is empty
LSB-Tools-0.7
Changes in this release:
- setup.py,lsbtools/{init,lsb_release}.py: correct interpreter on install
- lsbtools/lsbinstall.py: Use correct function for install_service
- lsbtools/* man/*: Update copyright and version strings
- lsbtools/init.py: add stubs for remaining lsbinstall functions
- lsbtools/install_initd.py: Add useful loop detection and error messages
- setup.py: Fix typo "remove_intid" - renodr
LSB-Tools-0.6
Changes in this release:
- setup.py: use distversion and correct data installation directories.
- man/{install,remove}_initd.8 man/lsb_release.1: Update version strings and copyright date
- lsbtools/init.py: Bump version to 0.6.
LSB-Tools-0.5
Changes in this release:
- setup.py: Correct interpreter detection and exit correctly on Python-2
- setup.py, lsbtools/*: Use explicit paths in shebang to allow in-place upgrade of Python-3 using previous interpreter
- lsbtools/lsb_release.py: Use tab stops for long output (regression fix)
LSB-Utils-0.4
Changes in this release:
- Correct start script detection in runlevel 2
- Add functions and template for future lsbinstall utility
LSB-Tools-0.3
Changes in this release:
- Fix system isntallation
- Add man pages