Release 0.9.14


TLS support enhancements

As previously announced, we no longer support AxTLS. You need MbedTLS to use TLS. If MbedTLS library is installed in your system, Gauche automatically finds it. Alternatively, you can configure Gauche so that it downloads MbedTLS during build and compiled into libgauche.

format enhancements

Native encoding is always UTF-8

As previously announced, we dropped eucjp, sjis and none internal encoding. You can still use eucjp, sjis or latin-1 in code and data. It's just converted to utf-8 internally. See Utf8Only for the details.

Other additions and improvements

Bug fixes


Last modified : 2024/01/26 06:51:05 UTC