|
From: <fir...@us...> - 2011-01-22 03:26:43
|
Revision: 52182
http://firebird.svn.sourceforge.net/firebird/?rev=52182&view=rev
Author: firebirds
Date: 2011-01-22 03:26:36 +0000 (Sat, 22 Jan 2011)
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 2011-01-21 17:55:04 UTC (rev 52181)
+++ firebird/trunk/ChangeLog 2011-01-22 03:26:36 UTC (rev 52182)
@@ -1,3 +1,87 @@
+ 2011-01-21 17:55 alexpeshkoff
+ M src/jrd/Database.h
+ M src/jrd/blb.cpp
+ M src/jrd/blb_proto.h
+ M src/jrd/btr.cpp
+ M src/jrd/btr.h
+ M src/jrd/cch.cpp
+ M src/jrd/cch_proto.h
+ M src/jrd/dpm.epp
+ M src/jrd/dpm_proto.h
+ M src/jrd/exe.h
+ M src/jrd/extds/ExtDS.cpp
+ M src/jrd/extds/ExtDS.h
+ M src/jrd/extds/IscDS.cpp
+ M src/jrd/extds/IscDS.h
+ M src/jrd/idx.cpp
+ M src/jrd/jrd.h
+ M src/jrd/lls.h
+ M src/jrd/ods.h
+ M src/jrd/pag.cpp
+ M src/jrd/pag.h
+ M src/jrd/par.cpp
+ M src/jrd/recsrc/FullTableScan.cpp
+ M src/jrd/req.h
+ M src/jrd/tra.cpp
+ M src/jrd/validation.cpp
+ M src/jrd/vio.cpp
+ M src/utilities/gstat/dba.epp
+ M src/utilities/gstat/ppg.cpp
+ M src/utilities/gstat/ppg_proto.h
+Getting ready to use 32 (not 31) page and transaction numbers
+
+ 2011-01-21 17:18 alexpeshkoff
+ M src/common/classes/alloc.cpp
+ M src/common/classes/alloc.h
+Avoid use of negative block size for small blocks
+
+ 2011-01-21 17:16 alexpeshkoff
+ M src/dsql/ExprNodes.cpp
+ M src/dsql/Nodes.h
+ M src/dsql/StmtNodes.cpp
+ M src/dsql/parse.y
+warnings
+
+ 2011-01-21 16:45 alexpeshkoff
+ M src/lock/print.cpp
+warnings
+
+ 2011-01-21 16:43 alexpeshkoff
+ M src/burp/burp.cpp
+ M src/burp/restore.epp
+ M src/common/pretty.cpp
+ M src/gpre/int_cxx.cpp
+ M src/gpre/par.cpp
+ M src/gpre/pat.cpp
+ M src/utilities/gsec/gsec.cpp
+ M src/utilities/nbackup/nbackup.cpp
+warnings
+
+ 2011-01-21 16:38 alexpeshkoff
+ M src/common/cvt.cpp
+Unavoidable casts when working with printf() return value
+
+ 2011-01-21 16:36 alexpeshkoff
+ M src/qli/command.cpp
+ M src/qli/gener.cpp
+ M src/qli/lex.cpp
+warnings
+
+ 2011-01-21 16:35 alexpeshkoff
+ M src/jrd/ext.cpp
+Better logic when working with flags in case of i/o error. Enhanced diagnostics.
+
+ 2011-01-21 15:06 asfernandes
+ M src/jrd/RecordSourceNodes.cpp
+Fix recursive query with ORDER BY.
+It was broken since Aug-2010 with commit "Refactor nod_rse, nod_relation,
+nod_procedure, nod_union, nod_aggregate and nod_window."
+
+ 2011-01-21 10:03 hvlad
+ M src/dsql/StmtNodes.cpp
+ M src/dsql/StmtNodes.h
+Front ported fix for bug CORE-3282 : EXECUTE STATEMENT parses the SQL text using wrong charset
+
2011-01-20 09:18 alexpeshkoff
M src/common/config/config.cpp
fixed bug in my previous commit
Modified: firebird/trunk/src/jrd/build_no.h
===================================================================
--- firebird/trunk/src/jrd/build_no.h 2011-01-21 17:55:04 UTC (rev 52181)
+++ firebird/trunk/src/jrd/build_no.h 2011-01-22 03:26:36 UTC (rev 52182)
@@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
- FORMAL BUILD NUMBER:28986
+ FORMAL BUILD NUMBER:28996
*/
-#define PRODUCT_VER_STRING "3.0.0.28986"
-#define FILE_VER_STRING "WI-T3.0.0.28986"
-#define LICENSE_VER_STRING "WI-T3.0.0.28986"
-#define FILE_VER_NUMBER 3, 0, 0, 28986
+#define PRODUCT_VER_STRING "3.0.0.28996"
+#define FILE_VER_STRING "WI-T3.0.0.28996"
+#define LICENSE_VER_STRING "WI-T3.0.0.28996"
+#define FILE_VER_NUMBER 3, 0, 0, 28996
#define FB_MAJOR_VER "3"
#define FB_MINOR_VER "0"
#define FB_REV_NO "0"
-#define FB_BUILD_NO "28986"
+#define FB_BUILD_NO "28996"
#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 2011-01-21 17:55:04 UTC (rev 52181)
+++ firebird/trunk/src/misc/writeBuildNum.sh 2011-01-22 03:26:36 UTC (rev 52182)
@@ -9,7 +9,7 @@
MajorVer=3
MinorVer=0
RevNo=0
-BuildNum=28986
+BuildNum=28996
NowAt=`pwd`
cd `dirname $0`
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|