From 275b0cc8d2074104ab3f15c85a2f70f31169a106 Mon Sep 17 00:00:00 2001 From: Hyo-Kyung Lee Date: Mon, 18 Mar 2024 20:15:31 -0500 Subject: [PATCH] Capitalize linux for consistency --- release_docs/RELEASE.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index dd568f3eb70..30a715fbf4f 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -1257,6 +1257,8 @@ Bug Fixes since HDF5-1.14.0 release Tools ----- + - Fixed h5dump to support subfiling VFD via command line options + - Renamed h5fuse.sh to h5fuse Addresses Discussion #3791 @@ -1583,7 +1585,7 @@ Known Problems CMake vs. Autotools installations ================================= While both build systems produce similar results, there are differences. -Each system produces the same set of folders on linux (only CMake works +Each system produces the same set of folders on Linux (only CMake works on standard Windows); bin, include, lib and share. Autotools places the COPYING and RELEASE.txt file in the root folder, CMake places them in the share folder.