Updated ChangeLog and configure.ac for release 1.82

This commit is contained in:
Takeshi Nakatani 2017-05-13 16:12:46 +00:00
parent 13503c063b
commit af13ae82c1
2 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,9 @@
ChangeLog for S3FS
------------------
Version 1.82 -- May 13, 2017
#597 - Not fallback to HTTP - #596
Version 1.81 -- May 13, 2017
#426 - Updated to correct ChangeLog
#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
#593 - Backward compatible for changing default transport to HTTPS
#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
#213 - Parse ETag from copy multipart correctly

View File

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