From cd21f567a1773c21411d13f47c039962e57e1a62 Mon Sep 17 00:00:00 2001 From: "ggtakec@gmail.com" Date: Thu, 16 May 2013 06:46:35 +0000 Subject: [PATCH] Summary of Changes(1.68 -> 1.69) ========================== List of Changes ========================== 1) Fixes a bug - r418, r419 Fixed a bug that s3fs failed to get stats when the max_stat_cache_size option was specified 0. 2) Fixed a bug( Issue 291) - r420 Fixes ( Issue 291 ) "Man file has wrong permissions for passwd file", then changes man page. Checks passwd file permission strictly. Fixes a bug that s3fs continued to run after finding invalid passwd file permission. 3) Added enable_noobj_cache option for no-existing object - r420, r421 Adds enable_noobj_cache option(default disable) for performance. This option is specified, s3fs memorizes in stat cache that the object (file or directory) does not exist. 4) Fixed a bug( Issue 240 ) - r421 Fixes ( Issue 240 ) "Cannot Mount Path in Bucket". Changes man page. 5) Supported s3sync'ed object( Issue 31 ) - r422 Supports HTTP headers which made by s3sync. It means that s3fs supported HTTP headers are x-amz-meta-owner, x-amz-meta-permissions and x-amz-meta-group. 6) Added enable_content_md5 option - r423 Adds enable_content_md5 option(default disable). If "enable_content_md5" option is specified, s3fs puts the object with "Content-MD5" header when s3fs sending small object(under 20MB). 7) Supported uid/gid option - r424 Supports uid/gid mount(fuse) option. git-svn-id: http://s3fs.googlecode.com/svn/trunk@425 df820570-a93a-0410-bd06-b72b767a4274 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 0ceccfd..ebb5606 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT(s3fs, 1.68) +AC_INIT(s3fs, 1.69) AC_CANONICAL_SYSTEM