Skip to content

Releases: lfs-book/LSB-Tools

LSB-Tools-0.12

04 Feb 20:29
3ab19e8
Compare
Choose a tag to compare

Emergency release to reinstate symlinks in /usr/sbin

LSB-Tools-0.11

04 Feb 19:10
6715d9f
Compare
Choose a tag to compare

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

21 Jul 09:45
Compare
Choose a tag to compare

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

12 Nov 01:50
Compare
Choose a tag to compare

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

18 Oct 06:26
Compare
Choose a tag to compare

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

18 Aug 05:57
Compare
Choose a tag to compare

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

06 Feb 02:26
Compare
Choose a tag to compare

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

23 Oct 04:36
Compare
Choose a tag to compare

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

08 Sep 20:22
Compare
Choose a tag to compare

Changes in this release:

  • Correct start script detection in runlevel 2
  • Add functions and template for future lsbinstall utility

LSB-Tools-0.3

23 Aug 04:08
Compare
Choose a tag to compare

Changes in this release:

  • Fix system isntallation
  • Add man pages