Skip to content

Commit

Permalink
release note for CHFS/Cache version 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
otatebe committed Dec 13, 2023
1 parent b12ce3a commit b7b00c4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions RELNOTE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Release note for CHFS/Cache 3.0.1 (2023/12/13)

## Updated features
- configure - --with-fuse option to specify the prefix

# Release note for CHFS/Cache 3.0.0 (2023/9/11)

CHFS/Cache is a parallel caching file system for node-local storages based on CHFS ad hoc parallel file system. It provides a caching mechanism against a backend parallel file system. Files in the backend parallel file system are automatically cached. Output files are automatically flushed.
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.69])
AC_INIT([CHFS], [3.0.0])
AC_INIT([CHFS], [3.0.1])
AM_INIT_AUTOMAKE([-Wall -Werror foreign])
AC_CONFIG_SRCDIR([README.md])
AC_CONFIG_HEADERS([lib/config.h])
Expand Down

0 comments on commit b7b00c4

Please sign in to comment.