Skip to content

v2.2

Latest

Choose a tag to compare

@EdoardoLaGreca EdoardoLaGreca released this 12 May 19:21

Do you know what time is it? It's time for a new release! πŸŽ‰

This is a minor version release. Here's a list of what has changed:

  • The readme file has been shortened:
    • The content of sections which didn't belong in readme have been moved to a new directory "doc", which contains all documentation.
    • The checksums have been moved to their own files, whose name is [the summed file] + ".sum".
    • The license change clarification has been removed.
  • The setup.sh script has been fixed and changed:
    • In the mk9env function, the command that installs the git package has the -U flag now, which avoids an error during the package installation if the packages it depends on aren't up to date.
    • The final messages, which appear when the installation finishes, have been clarified and changed to better fit the 80 character width limit of some terminals.
  • The unsetup.sh script has improved:
    • Now it removes more files and directories, which results in a file system which better resembles the original file system (before the initial installation).
    • The final messages, which appear when the installation finishes, have been clarified.
  • The test.sh script has been fixed: now it terminates when it detects that the user running itself is not a super user, instead of continuing its execution.
  • A new script, gensum.sh, has been added: it helps automating the calculation and storage of updated checksums.
  • All documentation files (including readme) have been folded to 80 characters for better visualization in terminals that have such width.

Commit list since previous release (v2.1).