Skip to content

Commit

Permalink
Minimum FUSE version is now 2.8.4 !
Browse files Browse the repository at this point in the history
re-wrote the curl write-to-memory callback function
(this helped eliminate a memory leak)

eliminated another memory leak

more debug messages



git-svn-id: http://s3fs.googlecode.com/svn/trunk@281 df820570-a93a-0410-bd06-b72b767a4274
  • Loading branch information
mooredan@suncup.net committed Dec 17, 2010
1 parent dfd6d6c commit 147dd86
Show file tree
Hide file tree
Showing 2 changed files with 227 additions and 55 deletions.
4 changes: 2 additions & 2 deletions configure.ac
@@ -1,15 +1,15 @@
dnl Process this file with autoconf to produce a configure script.

AC_PREREQ(2.59)
AC_INIT(s3fs, 1.24)
AC_INIT(s3fs, 1.25)


AC_CANONICAL_SYSTEM
AM_INIT_AUTOMAKE()

AC_PROG_CXX

PKG_CHECK_MODULES([DEPS], [fuse >= 2.7 libcurl >= 7.0 libxml-2.0 >= 2.6 libcrypto >= 0.9])
PKG_CHECK_MODULES([DEPS], [fuse >= 2.8.4 libcurl >= 7.0 libxml-2.0 >= 2.6 libcrypto >= 0.9])

This comment has been minimized.

Copy link
@cjermain

cjermain Apr 24, 2014

Package names are outdated for Ubuntu 12.10 and higher.


AC_CONFIG_FILES(Makefile src/Makefile test/Makefile)
AC_OUTPUT
Expand Down

0 comments on commit 147dd86

Please sign in to comment.