|
From: <fir...@us...> - 2013-07-31 00:30:54
|
Revision: 58437
http://sourceforge.net/p/firebird/code/58437
Author: firebirds
Date: 2013-07-31 00:30:50 +0000 (Wed, 31 Jul 2013)
Log Message:
-----------
nightly update
Modified Paths:
--------------
firebird/trunk/ChangeLog
firebird/trunk/src/jrd/build_no.h
firebird/trunk/src/misc/writeBuildNum.sh
Modified: firebird/trunk/ChangeLog
===================================================================
--- firebird/trunk/ChangeLog 2013-07-30 07:51:28 UTC (rev 58436)
+++ firebird/trunk/ChangeLog 2013-07-31 00:30:50 UTC (rev 58437)
@@ -1,3 +1,35 @@
+ 2013-07-30 06:56 paul_reeves
+ M builds/install/arch-specific/win32/BuildExecutableInstall.bat
+ M builds/install/arch-specific/win32/FirebirdInstallEnvironmentChecks.inc
+ M builds/install/arch-specific/win32/FirebirdInstall_30.iss
+Sync misc changes related to the windows installer for Alpha 1 to trunk
+
+ 2013-07-29 13:00 alexpeshkoff
+ M src/common/IntlUtil.cpp
+ M src/common/unicode_util.cpp
+ M src/common/unicode_util.h
+ M src/utilities/ntrace/TraceUnicodeUtils.cpp
+Make firebird use as default ICU present on the host
+
+ 2013-07-29 08:17 dimitr
+ M src/isql/extract.epp
+ M src/isql/show.epp
+Fixed CORE-4149: New permission types are not displayed by ISQL.
+
+ 2013-07-29 07:23 alexpeshkoff
+ M builds/install/arch-specific/linux/misc/firebird.init.d.debian.in
+ M builds/install/arch-specific/linux/misc/firebird.init.d.suse.in
+Fixed SS startup scripts
+
+ 2013-07-29 06:56 dimitr
+ M src/jrd/Optimizer.cpp
+ M src/jrd/Optimizer.h
+Fixed the optimization improvement accidentally broken by a recent commit.
+
+ 2013-07-29 04:40 dimitr
+ M src/isql/isql.epp
+Follow the alphabetical order of options.
+
2013-07-28 01:10 asfernandes
M src/dsql/dsql.cpp
M src/isql/isql.epp
Modified: firebird/trunk/src/jrd/build_no.h
===================================================================
--- firebird/trunk/src/jrd/build_no.h 2013-07-30 07:51:28 UTC (rev 58436)
+++ firebird/trunk/src/jrd/build_no.h 2013-07-31 00:30:50 UTC (rev 58437)
@@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
- FORMAL BUILD NUMBER:30560
+ FORMAL BUILD NUMBER:30566
*/
-#define PRODUCT_VER_STRING "3.0.0.30560"
-#define FILE_VER_STRING "WI-T3.0.0.30560"
-#define LICENSE_VER_STRING "WI-T3.0.0.30560"
-#define FILE_VER_NUMBER 3, 0, 0, 30560
+#define PRODUCT_VER_STRING "3.0.0.30566"
+#define FILE_VER_STRING "WI-T3.0.0.30566"
+#define LICENSE_VER_STRING "WI-T3.0.0.30566"
+#define FILE_VER_NUMBER 3, 0, 0, 30566
#define FB_MAJOR_VER "3"
#define FB_MINOR_VER "0"
#define FB_REV_NO "0"
-#define FB_BUILD_NO "30560"
+#define FB_BUILD_NO "30566"
#define FB_BUILD_TYPE "T"
#define FB_BUILD_SUFFIX "Firebird 3.0 Alpha 1"
Modified: firebird/trunk/src/misc/writeBuildNum.sh
===================================================================
--- firebird/trunk/src/misc/writeBuildNum.sh 2013-07-30 07:51:28 UTC (rev 58436)
+++ firebird/trunk/src/misc/writeBuildNum.sh 2013-07-31 00:30:50 UTC (rev 58437)
@@ -9,7 +9,7 @@
MajorVer=3
MinorVer=0
RevNo=0
-BuildNum=30560
+BuildNum=30566
NowAt=`pwd`
cd `dirname $0`
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|