Fixes a few bugs in 1.11.0, and disables the PRF hash function by default. This does the change the configuration API slightly, but it will not affect most users. If you were using the function janet_init_hash_key
, you will need to add #define JANET_PRF
to janetconf.h (or enable prf in meson). And if you explicitly adding #define JANET_NO_PRF
janetconf.h, or disabling prf in meson, you can unset that configuration option as that behavior is now the default.
- Fix jpm and git with multiple git installs on Windows
- Fix importing a .so file in the current directory
- Allow passing byte sequence types directly to typed-array constructors.
- Fix bug sending files between threads.
- Disable PRF by default.
- Update the soname.