summaryrefslogtreecommitdiff
path: root/docs/markdown/Release-notes-for-0.58.0.md
AgeCommit message (Collapse)Author
2022-11-24Fix various spelling errorsDavid Robillard
Found with codespell.
2022-03-02Rename JDK system dep to JNITristan Partin
JNI is a more apt name because it currently only supports the JNI. I also believe that CMake uses the terminology JNI here as well. JNI is currently the only way to interact with the JVM through native code, but there is a project called "Project Panama" which aims to be another way for native code to interact with the JVM.
2021-10-30Typo fixes (CustomTaget -> CustomTarget)rusty-snake
2021-10-10Fix typos discovered by codespellChristian Clauss
2021-08-15editorconfig: add setting to trim trailing whitespaceEli Schwartz
and clean up all outstanding issues Skip 'test cases/common/141 special characters/meson.build' since it intentionally uses trailing newlines.
2021-05-02Release 0.58.0.Jussi Pakkanen