Skip to content

Commit

Permalink
release note for CHFS version 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
otatebe committed Sep 11, 2023
1 parent 0661002 commit 7e954ea
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions RELNOTE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# Release note for CHFS 2.1.2 (2023/9/11)

## New API
- chfs_initialized() - check whether chfs_init() is called or not

## Updated features
- chfs_init() - display parameters in info level

## Bug fixes
- chfs_open() - return EISDIR when opening a directory

# Release note for CHFS 2.1.1 (2023/7/6)

## Updated features
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.1.1])
AC_INIT([CHFS], [2.1.2])
AM_INIT_AUTOMAKE([-Wall -Werror foreign])
AC_CONFIG_SRCDIR([README.md])
AC_CONFIG_HEADERS([lib/config.h])
Expand Down

0 comments on commit 7e954ea

Please sign in to comment.