Skip to content

v2.1.2 Minor Release

Compare
Choose a tag to compare
@jondegenhardt jondegenhardt released this 11 Oct 02:50
v2.1.2
37bb806

To download and unpack prebuilt binaries:

$ # Linux
$ curl -L https://github.com/eBay/tsv-utils/releases/download/v2.1.2/tsv-utils-v2.1.2_linux-x86_64_ldc2.tar.gz | tar xz

$ # MacOS
$ curl -L https://github.com/eBay/tsv-utils/releases/download/v2.1.2/tsv-utils-v2.1.2_osx-x86_64_ldc2.tar.gz | tar xz

Installation instructions are in the ReleasePackageReadme.txt file in the release package.

To be notified of new releases:

GitHub supports notification of new releases. Click the "Watch" button on the repository page and select "Releases Only".

Release 2.1.2 Changes

  • Small performance improvement in several tools by switching from File.write to File.rawWrite. See PR #316.
  • Stopped using LDC option -disable-fp-elim. This option is no longer available starting with LDC 1.24.0 (next version) and is a required change. See PR #316.

Prebuilt binaries have been built using the latest LDC compiler (ldc-1.23.0).