Release Notes: This version fixes Java-b91enc to handle file extensions case insensitively, and introduces a native DOS assembly implementation of the basE91 encoder.


Release Notes: The encoding/decoding routines have been restructured to be thread-safe, and the syntax of the commandline frontend is more similar to base64 from the GNU coreutils now.


Release Notes: The source code has been cleaned to avoid errors and warnings with the latest gcc versions, and the DOS assembly encoder has been rewritten to be faster and compatible down to Intel 8086.


Release Notes: This version fixes Java-b91enc to handle file extensions case insensitively, and introduces a native DOS assembly implementation of the basE91 encoder.


Release Notes: This version breaks backward compatibility because the basE91 alphabet was changed to reduce the occurrence of double quotes when encoding random data (e.g. compressed files). If the ASCII output needs to be enclosed in double quotes (e.g. in C or Java programs), this minimizes the need for escape characters. Before upgrading, users should decode all their basE91 encoded files.


Release Notes: The AWK basE91 decoder no longer depends on GNU extensions.