fix -datadir=./subdir relative path,

autostart off by default except on windows,
fix occasional "vector iterator not dereferencable" assertion with msvc,
fix readlink compile warning on linux build,
use sys/param.h and BSD define instead of __BSD__,
-paytxfee switch
This commit is contained in:
Satoshi Nakamoto
2010-08-13 02:23:46 +00:00
committed by Gavin Andresen
parent 819adfff6f
commit 7f71fd13ae
20 changed files with 132 additions and 39 deletions

View File

@@ -20,7 +20,7 @@ class CDataStream;
class CAutoFile;
static const int VERSION = 308;
static const char* pszSubVer = ".3";
static const char* pszSubVer = ".4";