compile library add -lm
parent
70aa4378ea
commit
10d96d407d
4
HISTORY
4
HISTORY
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
Version 5.07 2015-07-22
|
||||
Version 5.07 2015-08-07
|
||||
* schedule task add the "second" field
|
||||
* make.sh changed, you must upgrade libfastcommon to V1.18 or later
|
||||
* make.sh changed, you must upgrade libfastcommon to V1.20 or later
|
||||
|
||||
Version 5.06 2015-05-12
|
||||
* compile passed in mac OS Darwin
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@
|
|||
int g_fdfs_connect_timeout = DEFAULT_CONNECT_TIMEOUT;
|
||||
int g_fdfs_network_timeout = DEFAULT_NETWORK_TIMEOUT;
|
||||
char g_fdfs_base_path[MAX_PATH_SIZE] = {'/', 't', 'm', 'p', '\0'};
|
||||
Version g_fdfs_version = {5, 6};
|
||||
Version g_fdfs_version = {5, 7};
|
||||
bool g_use_connection_pool = false;
|
||||
ConnectionPool g_connection_pool;
|
||||
int g_connection_pool_max_idle_time = 3600;
|
||||
|
|
|
|||
Loading…
Reference in New Issue