Skip to content

Commit

Permalink
release note for CHFS version 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
otatebe committed May 11, 2023
1 parent 64ea928 commit d9de1a1
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2021-2022 Osamu Tatebe. All Rights Reserved.
Copyright (c) 2021-2023 Osamu Tatebe. All Rights Reserved.

The authors hereby grant permission to use, copy, modify, and
distribute this software and its documentation for any purpose,
Expand Down
18 changes: 18 additions & 0 deletions RELNOTE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# Release note for CHFS 2.1.0 (2023/5/11)

## New environment variables
- CHFS_LOOKUP_LOCAL - connect to a local chfsd only

## New features
- chfsctl - -x option to export environment variable
- chfsctl - -i option to specify an interval in seconds to execute chfsd

## Updated features
- libchfs - randomize order for RPCs for all servers
- chfsctl - warn if less number of servers running

## Bug fixes
- fix compilation error in gcc 9.4.0
- chfsd - chfsd does not terminate
- chfsd - chfs_symlink may fail

# Release note for CHFS 2.0.0 (2022/10/21)

## New commands
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], [2.0.0])
AC_INIT([CHFS], [2.1.0])
AM_INIT_AUTOMAKE([-Wall -Werror foreign])
AC_CONFIG_SRCDIR([README.md])
AC_CONFIG_HEADERS([lib/config.h])
Expand Down

0 comments on commit d9de1a1

Please sign in to comment.