Merge pull request #598 from ggtakec/master

Updated ChangeLog and configure.ac for release 1.82
This commit is contained in:
Takeshi Nakatani 2017-05-14 01:25:34 +09:00 committed by GitHub
commit ae4caa96a0
2 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,9 @@
ChangeLog for S3FS ChangeLog for S3FS
------------------ ------------------
Version 1.82 -- May 13, 2017
#597 - Not fallback to HTTP - #596
Version 1.81 -- May 13, 2017 Version 1.81 -- May 13, 2017
#426 - Updated to correct ChangeLog #426 - Updated to correct ChangeLog
#431 - fix typo s/controll/control/ #431 - fix typo s/controll/control/
@ -60,6 +63,7 @@ Version 1.81 -- May 13, 2017
#590 - Updated man page for default_acl option - #567 #590 - Updated man page for default_acl option - #567
#593 - Backward compatible for changing default transport to HTTPS #593 - Backward compatible for changing default transport to HTTPS
#594 - Check bucket at public bucket and add nocopyapi option automatically #594 - Check bucket at public bucket and add nocopyapi option automatically
#595 - Updated ChangeLog and configure.ac for release 1.81
Version 1.80 -- May 29, 2016 Version 1.80 -- May 29, 2016
#213 - Parse ETag from copy multipart correctly #213 - Parse ETag from copy multipart correctly

View File

@ -20,7 +20,7 @@
dnl Process this file with autoconf to produce a configure script. dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59) AC_PREREQ(2.59)
AC_INIT(s3fs, 1.81) AC_INIT(s3fs, 1.82)
AC_CONFIG_HEADER([config.h]) AC_CONFIG_HEADER([config.h])
AC_CANONICAL_SYSTEM AC_CANONICAL_SYSTEM