Skip to content

Commit

Permalink
Release 1.80.7
Browse files Browse the repository at this point in the history
  • Loading branch information
huiguangjun committed Dec 13, 2022
1 parent 2f0f948 commit c79b78c
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
ChangeLog for OSSFS
------------------
## v1.80.7 (13/12/2022)

- Add listobjectV2 option.
- Add notsup_compat_dir option.
- Add requester_pays option.
- Refactored the check_object_access function.
- Fixed a bug about overwrite metadata at updating directory stats.
- Flush file before renaming & Fixed a rename bug when enable_noobj_cache.
- Always hold lock when accessing free_disk_space.
- Remove cache file when object time differs.
- Fix deadlock due to fdmanager_lock and fdent_data_lock.
- Remove mirror path when deleting cache.
- Load tail range during overwrite.
- Fixed ref-count when error occurred.
- Increase FdEntity reference count when returning.
- Add disk space reservation.
- Reduce lock contention on file open.
- Fix condition for parallel download.
- Improved use of temporary files.
- Fix intermittent upload failures on macOS.
- Add remove stat file cache dir api.
- Some files partially contain NUL content after uploading.
- Fixed writing sparsed file.
- Cleanup cache directory when running out of disk space.
- Add mirror file logic for removing cache file.

## v1.80.6 (24/05/2019)

- support ECSRole
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
dnl Process this file with autoconf to produce a configure script.

AC_PREREQ(2.59)
AC_INIT(ossfs, 1.80.6)
AC_INIT(ossfs, 1.80.7)
AC_CONFIG_HEADER([config.h])

AC_CANONICAL_SYSTEM
Expand Down

0 comments on commit c79b78c

Please sign in to comment.