Skip to content

Commit

Permalink
Release 1.80.4
Browse files Browse the repository at this point in the history
  • Loading branch information
hangzws committed Apr 11, 2018
1 parent 79194db commit af0e9d5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
ChangeLog for OSSFS
------------------
## v1.80.4 (11/04/2018)

- fix request hang when flush the writing file
- update acl description of user in README
- sleep for awhile when curl_multi_fdset failed

## v1.80.3 (12/10/2017)

- Fix a rename bug
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.3)
AC_INIT(ossfs, 1.80.4)
AC_CONFIG_HEADER([config.h])

AC_CANONICAL_SYSTEM
Expand Down

0 comments on commit af0e9d5

Please sign in to comment.