|
From: <fir...@us...> - 2013-05-16 00:25:28
|
Revision: 58078
http://sourceforge.net/p/firebird/code/58078
Author: firebirds
Date: 2013-05-16 00:25:26 +0000 (Thu, 16 May 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-05-15 15:39:40 UTC (rev 58077)
+++ firebird/trunk/ChangeLog 2013-05-16 00:25:26 UTC (rev 58078)
@@ -1,3 +1,29 @@
+ 2013-05-15 15:39 asfernandes
+ M src/include/firebird/Message.h
+Misc.
+
+ 2013-05-15 14:28 hvlad
+ M src/jrd/tra.cpp
+Fixed bug CORE-4100 : Automatic sweep could be run when there is no need for it
+
+ 2013-05-14 15:44 asfernandes
+ M doc/WhatsNew
+ M doc/sql.extensions/README.ddl.txt
+Document CORE-3018 - RECREATE, ALTER and CREATE OR ALTER SEQUENCE/GENERATOR statements.
+
+ 2013-05-14 15:43 asfernandes
+ M src/dsql/parse.y
+Added ALTER GENERATOR (as ALTER SEQUENCE) for consistency with the others SEQUENCE/GENERATOR commands.
+
+ 2013-05-14 14:53 asfernandes
+ M doc/WhatsNew
+ M doc/sql.extensions/README.ddl.txt
+Document CORE-1209 - CONTINUE statement.
+
+ 2013-05-14 01:06 asfernandes
+ M src/dsql/parse.y
+Fixed problem with LEAVE and CONTINUE syntaxes.
+
2013-05-13 15:56 asfernandes
M doc/WhatsNew
A doc/sql.extensions/README.subroutines.txt
Modified: firebird/trunk/src/jrd/build_no.h
===================================================================
--- firebird/trunk/src/jrd/build_no.h 2013-05-15 15:39:40 UTC (rev 58077)
+++ firebird/trunk/src/jrd/build_no.h 2013-05-16 00:25:26 UTC (rev 58078)
@@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
- FORMAL BUILD NUMBER:30410
+ FORMAL BUILD NUMBER:30416
*/
-#define PRODUCT_VER_STRING "3.0.0.30410"
-#define FILE_VER_STRING "WI-T3.0.0.30410"
-#define LICENSE_VER_STRING "WI-T3.0.0.30410"
-#define FILE_VER_NUMBER 3, 0, 0, 30410
+#define PRODUCT_VER_STRING "3.0.0.30416"
+#define FILE_VER_STRING "WI-T3.0.0.30416"
+#define LICENSE_VER_STRING "WI-T3.0.0.30416"
+#define FILE_VER_NUMBER 3, 0, 0, 30416
#define FB_MAJOR_VER "3"
#define FB_MINOR_VER "0"
#define FB_REV_NO "0"
-#define FB_BUILD_NO "30410"
+#define FB_BUILD_NO "30416"
#define FB_BUILD_TYPE "T"
#define FB_BUILD_SUFFIX "Firebird 3.0 Unstable"
Modified: firebird/trunk/src/misc/writeBuildNum.sh
===================================================================
--- firebird/trunk/src/misc/writeBuildNum.sh 2013-05-15 15:39:40 UTC (rev 58077)
+++ firebird/trunk/src/misc/writeBuildNum.sh 2013-05-16 00:25:26 UTC (rev 58078)
@@ -9,7 +9,7 @@
MajorVer=3
MinorVer=0
RevNo=0
-BuildNum=30410
+BuildNum=30416
NowAt=`pwd`
cd `dirname $0`
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|