Skip to content

Releases: guidanoli/luav

v1.2.1

28 Apr 12:43

Choose a tag to compare

Bugfixes

  • Use HTTPS to download Lua sources

Full Changelog: v1.2.0...v1.2.1

v1.2.0

11 Apr 03:57
9390aca

Choose a tag to compare

  • Update luav to new HTML table layout
  • Require sha256sum for checking data integrity
  • Drop usage of md5sum and sha1sum

v1.1.7

07 Jan 14:21

Choose a tag to compare

  • Rewrote some documentation

v1.1.6

21 Oct 12:20

Choose a tag to compare

  • Allowed for other sudo-like commands in "set" command
  • Fixed echo commands piping stderr to stdout
  • Rewrote some documentation

v1.1.5

17 May 13:09

Choose a tag to compare

  • Add unit tests
  • Add logo
  • Add version command
  • Add test command
  • Refactor documentation
  • Simplify doc
  • Make get lazy (it will not update the index if it does not find a certain version)
  • Make get able to find CFLAGS definition

v1.1.4

24 Apr 04:36

Choose a tag to compare

  • Add luav doc
  • Fix README without tgts

v1.1.3

05 Apr 17:56

Choose a tag to compare

  • Moved complex awk scripts to libexec/awk
  • Simplified update index awk script (only awk!)
  • Simplified help message extractor awk script
  • Added tgts command for extracting targets from Makefiles

v1.1.2

03 Mar 15:28

Choose a tag to compare

  • Removed Makefile

v1.1.1

19 Feb 19:16

Choose a tag to compare

  • Added completions for 'rm' and 'comp' commands

v1.1

09 Feb 15:46

Choose a tag to compare

  • Extracts from www.lua.org/ftp information about all available Lua versions
  • Caches tabular file with all available Lua versions to be processed by awk
  • Checks for MD5 and SHA1 summations of tar.gz files
  • Added "info" command for displaying index
  • Added "update" command for updating index
  • Added "rm" command for removing Lua versions
  • Removed usage of the "readlink" command for portability