From f1d6bf9dbbd4cc05a43ea9c40c337a0753660daa Mon Sep 17 00:00:00 2001 From: firebirds Date: Fri, 19 Jul 2013 00:26:00 +0000 Subject: [PATCH] nightly update --- ChangeLog | 91 +++++++++++++++++++++++++++++++++++++++ src/jrd/build_no.h | 12 +++--- src/misc/writeBuildNum.sh | 2 +- 3 files changed, 98 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3c8b8819de..a536cce0ab 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,94 @@ + 2013-07-18 16:21 asfernandes + M src/jrd/SimilarToMatcher.h +Fix old "simplification" that broke SIMILAR TO (bugs.core_0769 test case). + + 2013-07-18 10:13 alexpeshkoff + M src/jrd/svc.cpp +Avoid races when accessing svc_flags + + 2013-07-18 10:08 alexpeshkoff + M src/common/utils.cpp +Fixed a bug, related with isc_info_svc_running + + 2013-07-17 13:05 alexpeshkoff + M builds/posix/Makefile.in.examples + M configure.ac +Bring set of examples in posix builds up to date + + 2013-07-17 12:50 alexpeshkoff + M builds/install/arch-specific/linux/misc/makeInstallImage.sh.in +Put OO API include files into linux packages + + 2013-07-17 12:02 alexpeshkoff + M builds/install/arch-specific/linux/misc/linuxLibrary.sh.in + M builds/install/arch-specific/linux/misc/makeInstallImage.sh.in + M builds/install/arch-specific/linux/misc/postinstall.sh.in + M builds/install/arch-specific/linux/misc/preuninstall.sh.in + M builds/install/arch-specific/linux/misc/tarMainUninstall.sh.in + D builds/install/misc/changeMultiConnectMode.sh.in + M builds/install/misc/changeRunUser.sh.in + A builds/install/misc/changeServerMode.sh.in (from /firebird/trunk/builds/install/misc/changeMultiConnectMode.sh.in:58348) + M builds/install/misc/posixLibrary.sh.in + M builds/install/misc/restoreRootRunUser.sh.in + M builds/posix/postfix.darwin + M configure.ac +Fixed posix install and management scripts + + 2013-07-17 11:55 alexpeshkoff + M builds/install/arch-specific/freebsd/freebsdLibrary.sh.in + M builds/install/arch-specific/freebsd/install.sh.in +Front-ported changes from 2.5 + + 2013-07-17 11:43 paulbeach + A builds/install/arch-specific/darwin/embed.Info.plist +Add support for embedded mode on MacOSX as an app bundle as well as the existing framework + + 2013-07-17 11:18 paulbeach + M src/common/os/darwin/mod_loader.cpp +Update mod_loader to use Posix dl functions rather than deprecated NS functions. Add support for embedded mode on MacOSX as an app bundle as well as the existing framework + + 2013-07-17 11:13 paulbeach + M src/common/config/os/darwin/config_root.cpp +Update mod_loader to use Posix dl functions rather than deprecated NS functions. Add support for embedded mode on MacOSX as an app bundle as well as the existing framework + + 2013-07-17 10:25 paulbeach + A builds/install/arch-specific/darwin/embed.darwin +Update mod_loader to use Posix dl functions rather than deprecated NS functions. Add support for embedded mode on MacOSX as an app bundle as well as the existing framework + + 2013-07-16 16:18 asfernandes + M src/dsql/pass1.cpp +Fixed reintrodution of CORE-2660 noted by Dmitry. + + 2013-07-16 10:25 dimitr + M src/dsql/StmtNodes.cpp +Fixed regression appeared in test functional.view.create_07. + + 2013-07-16 08:32 dimitr + M src/common/StatusArg.cpp + M src/common/StatusArg.h + M src/jrd/fun.epp +Fixed regression appeared in test bugs.core_2582. + + 2013-07-16 07:04 dimitr + M src/jrd/par.cpp +Fixed regression appeared in test bugs.core_2042. User PSQL routine requests should not be marked as internal. + + 2013-07-16 06:22 dimitr + M src/jrd/recsrc/BufferedStream.cpp +Misc adjustments. + + 2013-07-16 05:07 dimitr + M src/jrd/RecordSourceNodes.cpp +Fixed regression appeared in test bugs.core_0965. + + 2013-07-16 05:05 dimitr + M src/dsql/StmtNodes.cpp +Misc adjustments. + + 2013-07-16 03:53 dimitr + M src/dsql/DdlNodes.epp +Fixed regression appeared in test bugs.core_1715. + 2013-07-15 16:51 dimitr M src/jrd/opt.cpp Removed incorrect assertion. diff --git a/src/jrd/build_no.h b/src/jrd/build_no.h index 85fe4a856f..b1a81e6fce 100644 --- a/src/jrd/build_no.h +++ b/src/jrd/build_no.h @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:30529 + FORMAL BUILD NUMBER:30548 */ -#define PRODUCT_VER_STRING "3.0.0.30529" -#define FILE_VER_STRING "WI-T3.0.0.30529" -#define LICENSE_VER_STRING "WI-T3.0.0.30529" -#define FILE_VER_NUMBER 3, 0, 0, 30529 +#define PRODUCT_VER_STRING "3.0.0.30548" +#define FILE_VER_STRING "WI-T3.0.0.30548" +#define LICENSE_VER_STRING "WI-T3.0.0.30548" +#define FILE_VER_NUMBER 3, 0, 0, 30548 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "30529" +#define FB_BUILD_NO "30548" #define FB_BUILD_TYPE "T" #define FB_BUILD_SUFFIX "Firebird 3.0 Alpha 1" diff --git a/src/misc/writeBuildNum.sh b/src/misc/writeBuildNum.sh index 9407c46b3a..a07bce592e 100755 --- a/src/misc/writeBuildNum.sh +++ b/src/misc/writeBuildNum.sh @@ -9,7 +9,7 @@ BuildType=T MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=30529 +BuildNum=30548 NowAt=`pwd` cd `dirname $0`