|
From: <fir...@us...> - 2011-05-26 03:18:41
|
Revision: 53012
http://firebird.svn.sourceforge.net/firebird/?rev=53012&view=rev
Author: firebirds
Date: 2011-05-26 03:18:34 +0000 (Thu, 26 May 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-05-25 12:59:41 UTC (rev 53011)
+++ firebird/trunk/ChangeLog 2011-05-26 03:18:34 UTC (rev 53012)
@@ -1,3 +1,21 @@
+ 2011-05-25 12:59 alexpeshkoff
+ M lang_helpers/gds_codes.ftn
+ M lang_helpers/gds_codes.pas
+ M src/include/gen/codetext.h
+ M src/include/gen/iberror.h
+ M src/include/gen/msgs.h
+ M src/include/gen/sql_code.h
+ M src/include/gen/sql_state.h
+ M src/msgs/facilities2.sql
+ M src/msgs/messages2.sql
+ M src/msgs/system_errors2.sql
+ M src/utilities/nbackup/nbackup.cpp
+Frontported fix for CORE-3482: nbackup ctrl-c segfaults and leaves db locked (delta file continues to grow)
+
+ 2011-05-25 10:59 dimitr
+ M src/dsql/ExprNodes.cpp
+Fixed CORE-3493: Adding a value to a timestamp below '16.11.1858 00:00:01' throws 'value exceeds the range for valid timestamp'. v2.1 wasn't really affected although the validation sequence was wrong.
+
2011-05-25 00:54 asfernandes
M src/yvalve/why.cpp
Fix attachment leak due to variable shadow in isc_start_multiple.
Modified: firebird/trunk/src/jrd/build_no.h
===================================================================
--- firebird/trunk/src/jrd/build_no.h 2011-05-25 12:59:41 UTC (rev 53011)
+++ firebird/trunk/src/jrd/build_no.h 2011-05-26 03:18:34 UTC (rev 53012)
@@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
- FORMAL BUILD NUMBER:29391
+ FORMAL BUILD NUMBER:29393
*/
-#define PRODUCT_VER_STRING "3.0.0.29391"
-#define FILE_VER_STRING "WI-T3.0.0.29391"
-#define LICENSE_VER_STRING "WI-T3.0.0.29391"
-#define FILE_VER_NUMBER 3, 0, 0, 29391
+#define PRODUCT_VER_STRING "3.0.0.29393"
+#define FILE_VER_STRING "WI-T3.0.0.29393"
+#define LICENSE_VER_STRING "WI-T3.0.0.29393"
+#define FILE_VER_NUMBER 3, 0, 0, 29393
#define FB_MAJOR_VER "3"
#define FB_MINOR_VER "0"
#define FB_REV_NO "0"
-#define FB_BUILD_NO "29391"
+#define FB_BUILD_NO "29393"
#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-05-25 12:59:41 UTC (rev 53011)
+++ firebird/trunk/src/misc/writeBuildNum.sh 2011-05-26 03:18:34 UTC (rev 53012)
@@ -9,7 +9,7 @@
MajorVer=3
MinorVer=0
RevNo=0
-BuildNum=29391
+BuildNum=29393
NowAt=`pwd`
cd `dirname $0`
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|