mirror of
https://github.com/vgough/encfs.git
synced 2024-12-28 01:29:18 +01:00
bump version to 1.4.2, change encfs sub version number
git-svn-id: http://encfs.googlecode.com/svn/trunk@15 db9cf616-1c43-0410-9cb8-a902689de0d6
This commit is contained in:
parent
30ed7062d3
commit
21c7a022d8
@ -1,7 +1,7 @@
|
|||||||
dnl Process this file with autoconf to produce a configure script.
|
dnl Process this file with autoconf to produce a configure script.
|
||||||
|
|
||||||
AC_INIT(encfs/encfs.h) dnl a source file from your sub dir
|
AC_INIT(encfs/encfs.h) dnl a source file from your sub dir
|
||||||
AM_INIT_AUTOMAKE(encfs, 1.4.1.1) dnl searches for some needed programs
|
AM_INIT_AUTOMAKE(encfs, 1.4.2) dnl searches for some needed programs
|
||||||
|
|
||||||
dnl without this order in this file, automake will be confused!
|
dnl without this order in this file, automake will be confused!
|
||||||
dnl
|
dnl
|
||||||
|
@ -62,7 +62,7 @@ using namespace rlog;
|
|||||||
using namespace std;
|
using namespace std;
|
||||||
using namespace gnu;
|
using namespace gnu;
|
||||||
|
|
||||||
static const int DefaultBlockSize = 512;
|
static const int DefaultBlockSize = 1024;
|
||||||
// The maximum length of text passwords. If longer are needed,
|
// The maximum length of text passwords. If longer are needed,
|
||||||
// use the extpass option, as extpass can return arbitrary length binary data.
|
// use the extpass option, as extpass can return arbitrary length binary data.
|
||||||
static const int MaxPassBuf = 512;
|
static const int MaxPassBuf = 512;
|
||||||
@ -76,7 +76,8 @@ static const char ENCFS_ENV_STDERR[] = "encfs_stderr";
|
|||||||
|
|
||||||
//static int V5SubVersion = 20040518;
|
//static int V5SubVersion = 20040518;
|
||||||
//static int V5SubVersion = 20040621; // add external IV chaining
|
//static int V5SubVersion = 20040621; // add external IV chaining
|
||||||
static int V5SubVersion = 20040813; // fix MACFileIO block size issues
|
//static int V5SubVersion = 20040813; // fix MACFileIO block size issues
|
||||||
|
static int V5SubVersion = 20080411; // add zero-block pass-through
|
||||||
static int V5SubVersionDefault = 0;
|
static int V5SubVersionDefault = 0;
|
||||||
|
|
||||||
struct ConfigInfo
|
struct ConfigInfo
|
||||||
|
@ -42,7 +42,7 @@ endif
|
|||||||
# : : 0 => no new interfaces, but breaks old apps
|
# : : 0 => no new interfaces, but breaks old apps
|
||||||
# : +1 : => internal changes, nothing breaks
|
# : +1 : => internal changes, nothing breaks
|
||||||
#
|
#
|
||||||
libencfs_la_LDFLAGS = -version-info 3:1:0
|
libencfs_la_LDFLAGS = -version-info 4:0:0
|
||||||
libencfs_la_LIBADD = -lrlog
|
libencfs_la_LIBADD = -lrlog
|
||||||
|
|
||||||
EXTRASRC = ../intl/autosprintf.cpp
|
EXTRASRC = ../intl/autosprintf.cpp
|
||||||
|
Loading…
Reference in New Issue
Block a user