Skip to content

transcrypt v2.2.1

Compare
Choose a tag to compare
@jmurty jmurty released this 11 Feb 11:20
· 21 commits to main since this release
v2.2.1

This release fixes a bug introduced in version 2.2.0 that made transcrypt incompatible with the LibreSSL version 3 and later, which particularly affected users on MacOS 13 "Ventura" which shipped with the LibreSSL project's binary version 3.3.6.

Feature summary

Fixed

  • Compatibility fix for LibreSSL versions 3 (and above) especially for MacOS 13 Ventura, to more carefully apply a work-around required for OpenSSL 3+ that isn't required for LibreSSL 3+ (#147 #133)

Steps to Upgrade

To upgrade transcrypt it is not enough to have a newer version on your
system, you must also run the --upgrade command in each repository:

  1. Check the version of transcrypt on your system:

    $ transcrypt --version
  2. Check the version of transcrypt in your Git repository, which may be
    different:

    $ .git/crypt/transcrypt --version
  3. Upgrade the version of transcrypt in your Git repository:

    $ transcrypt --upgrade