8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 18:43:03 +01:00

nightly update

This commit is contained in:
firebirds 2011-05-04 03:17:09 +00:00
parent f40d569f3f
commit d5980ee370
3 changed files with 15 additions and 7 deletions

View File

@ -1,3 +1,11 @@
2011-05-03 12:03 hvlad
M src/common/classes/alloc.cpp
Don't use placement new[] as its behavior is inconsistent between compilers
2011-05-03 07:43 alexpeshkoff
M src/yvalve/MasterImplementation.cpp
This should fix deadlock, noticed by Damyan
2011-04-30 18:23 asfernandes 2011-04-30 18:23 asfernandes
M src/common/config/os/config_root.h M src/common/config/os/config_root.h
Invert the functionality of addSlash to fixPath. It was creating paths with double slashes in config files. Invert the functionality of addSlash to fixPath. It was creating paths with double slashes in config files.

View File

@ -3,16 +3,16 @@
*** DO NOT EDIT *** *** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh EDIT src/misc/writeBuildNum.sh
FORMAL BUILD NUMBER:29330 FORMAL BUILD NUMBER:29332
*/ */
#define PRODUCT_VER_STRING "3.0.0.29330" #define PRODUCT_VER_STRING "3.0.0.29332"
#define FILE_VER_STRING "WI-T3.0.0.29330" #define FILE_VER_STRING "WI-T3.0.0.29332"
#define LICENSE_VER_STRING "WI-T3.0.0.29330" #define LICENSE_VER_STRING "WI-T3.0.0.29332"
#define FILE_VER_NUMBER 3, 0, 0, 29330 #define FILE_VER_NUMBER 3, 0, 0, 29332
#define FB_MAJOR_VER "3" #define FB_MAJOR_VER "3"
#define FB_MINOR_VER "0" #define FB_MINOR_VER "0"
#define FB_REV_NO "0" #define FB_REV_NO "0"
#define FB_BUILD_NO "29330" #define FB_BUILD_NO "29332"
#define FB_BUILD_TYPE "T" #define FB_BUILD_TYPE "T"
#define FB_BUILD_SUFFIX "Firebird 3.0 Unstable" #define FB_BUILD_SUFFIX "Firebird 3.0 Unstable"

View File

@ -9,7 +9,7 @@ BuildType=T
MajorVer=3 MajorVer=3
MinorVer=0 MinorVer=0
RevNo=0 RevNo=0
BuildNum=29330 BuildNum=29332
NowAt=`pwd` NowAt=`pwd`
cd `dirname $0` cd `dirname $0`