|
From: <fir...@us...> - 2014-10-17 01:19:42
|
Revision: 60133
http://sourceforge.net/p/firebird/code/60133
Author: firebirds
Date: 2014-10-17 01:19:32 +0000 (Fri, 17 Oct 2014)
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 2014-10-16 16:35:18 UTC (rev 60132)
+++ firebird/trunk/ChangeLog 2014-10-17 01:19:32 UTC (rev 60133)
@@ -1,3 +1,36 @@
+ 2014-10-16 16:35 dimitr
+ M src/dsql/StmtNodes.cpp
+ M src/dsql/StmtNodes.h
+ M src/dsql/parse.y
+ M src/jrd/blr.h
+ M src/yvalve/gds.cpp
+Improvement CORE-3526: Support for WHEN SQLSTATE.
+
+ 2014-10-16 15:16 alexpeshkoff
+ M src/isql/InputDevices.cpp
+ M src/isql/isql.epp
+Fixed CORE-4578: INPUT file not properly closed
+
+ 2014-10-16 12:42 alexpeshkoff
+ M builds/install/arch-specific/linux/makeInstallImage.sh.in
+Resolved packaging issue - added boost files to linux binary package
+
+ 2014-10-16 11:31 alexpeshkoff
+ M src/jrd/cch.cpp
+ M src/jrd/cch_proto.h
+ M src/jrd/jrd.cpp
+Fixed CORE-4582: Within linger period one can not change some database properties
+
+ 2014-10-16 10:36 alexpeshkoff
+ M examples/dbcrypt/CryptApplication.cpp
+ M examples/dbcrypt/CryptKeyHolder.cpp
+ M examples/dbcrypt/DbCrypt.cpp
+Fixed build errors
+
+ 2014-10-16 07:32 dimitr
+ M doc/WhatsNew
+Added missing parts of the docs.
+
2014-10-15 15:45 asfernandes
D src/include/FirebirdApi.h
Really remove the file now :).
Modified: firebird/trunk/src/jrd/build_no.h
===================================================================
--- firebird/trunk/src/jrd/build_no.h 2014-10-16 16:35:18 UTC (rev 60132)
+++ firebird/trunk/src/jrd/build_no.h 2014-10-17 01:19:32 UTC (rev 60133)
@@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
- FORMAL BUILD NUMBER:31378
+ FORMAL BUILD NUMBER:31384
*/
-#define PRODUCT_VER_STRING "3.0.0.31378"
-#define FILE_VER_STRING "WI-T3.0.0.31378"
-#define LICENSE_VER_STRING "WI-T3.0.0.31378"
-#define FILE_VER_NUMBER 3, 0, 0, 31378
+#define PRODUCT_VER_STRING "3.0.0.31384"
+#define FILE_VER_STRING "WI-T3.0.0.31384"
+#define LICENSE_VER_STRING "WI-T3.0.0.31384"
+#define FILE_VER_NUMBER 3, 0, 0, 31384
#define FB_MAJOR_VER "3"
#define FB_MINOR_VER "0"
#define FB_REV_NO "0"
-#define FB_BUILD_NO "31378"
+#define FB_BUILD_NO "31384"
#define FB_BUILD_TYPE "T"
#define FB_BUILD_SUFFIX "Firebird 3.0 Beta 1"
Modified: firebird/trunk/src/misc/writeBuildNum.sh
===================================================================
--- firebird/trunk/src/misc/writeBuildNum.sh 2014-10-16 16:35:18 UTC (rev 60132)
+++ firebird/trunk/src/misc/writeBuildNum.sh 2014-10-17 01:19:32 UTC (rev 60133)
@@ -9,7 +9,7 @@
MajorVer=3
MinorVer=0
RevNo=0
-BuildNum=31378
+BuildNum=31384
NowAt=`pwd`
cd `dirname $0`
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|