From 2361c83f69bb0ee09547980e449702c6d1069ab0 Mon Sep 17 00:00:00 2001 From: "ggtakec@gmail.com" Date: Sat, 10 Aug 2013 15:37:44 +0000 Subject: [PATCH] Summary of Changes(1.71 -> 1.72) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ========================== List of Changes ========================== 1) Fixes bugs and changes codes - r448, r451, r452, r453, r454,                      r455, r460, r461 - Fixed umask option which works correctly.( Issue 346 ) - Added new S3fsCurl class for lapping curl functions. - Deleted YIKES macro which is not used. - Used memcpy instead of copying each bytes while downloading. - Fixed a bug, s3fs did not use servicepath when renaming. - Fixed and changed "use_sse"/"use_rrs" options( Issue 352 ) - Fixed a memory leak in curl_slist_sort_insert() function. - Fixed a memory leak when multipart uploading with error. - Supported mknod function.( Issue 355 ) - Changed debugging macros for simple. 2) Changes codes for performance and adds "multireq_max" - r449 Changed the order for checking directory objects. Added "multireq_max" option is maximum number of parallel request for listing objects. 3) Performance tuning - r456, r457, r458, r459 - Changed for large object uploading/downloading by parallel requests. - Added "parallel_count"/"fd_page_size" option. - Not make temporary file when uploading large object by multipart uploading. - Changed about temporary file and local cache file. And added cache's status file for local cache file. - Use "Range" header for block downloading. git-svn-id: http://s3fs.googlecode.com/svn/trunk@462 df820570-a93a-0410-bd06-b72b767a4274 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index cd694b6..e4626ce 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.71) +AC_INIT(s3fs, 1.72) AC_CANONICAL_SYSTEM