From e9ec680f1e8bff692def01f03d6516be85753131 Mon Sep 17 00:00:00 2001 From: "ggtakec@gmail.com" Date: Sat, 15 Jun 2013 17:21:21 +0000 Subject: [PATCH] Summary of Changes(1.70 -> 1.71) ========================== List of Changes ========================== 1) Adds use_sse option(Issue 226) - r438, r439 Supports SSE(Server-Side Encryption) and adds "use_sse" option.(Issue 226) 2) Fixes a bug(Issue 342) - r440 Fixed a bug "Segmentation fault on connect on ppc64". The third parameter of curl_easy_getinfo() is wrong. 3) Fixes a bug(Issue 343, 235, 257, 265) - r441 Fixed a bug "SSL connect error). r434 could not fix it completely(mistook fixing). 4) Fixes bugs and changes codes - r442, r444 - Fixes a bug which is forgot removing temporary files at error. - Fixes curl_share function prototype. - Changes one code for "-d" option. - Changes head_data struct menacers. - Fixes calling position for curl_global_init and curl_share_init function. - Fixes uninitializing struct tm. - Fixes accessing freed variable. - Changes using cur_slist directly to auto_curl_slist class. git-svn-id: http://s3fs.googlecode.com/svn/trunk@445 df820570-a93a-0410-bd06-b72b767a4274 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 7c04c8c..cd694b6 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.70) +AC_INIT(s3fs, 1.71) AC_CANONICAL_SYSTEM