|
From: <fir...@us...> - 2014-04-11 00:47:05
|
Revision: 59423
http://sourceforge.net/p/firebird/code/59423
Author: firebirds
Date: 2014-04-11 00:46:58 +0000 (Fri, 11 Apr 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-04-10 19:52:50 UTC (rev 59422)
+++ firebird/trunk/ChangeLog 2014-04-11 00:46:58 UTC (rev 59423)
@@ -1,3 +1,19 @@
+ 2014-04-10 16:43 alexpeshkoff
+ M src/isql/show.epp
+ M src/jrd/Mapping.cpp
+ M src/jrd/Mapping.h
+ M src/jrd/jrd.cpp
+ M src/jrd/svc.cpp
+Fixed mapping errors reported by Claudio & Treeve
+
+ 2014-04-10 01:39 robocop
+ M src/jrd/vio.cpp
+Experimental way of stopping gbak impersonation in sys tables. Gbak only needs to write to sys tables when it's restoring and only in the first attachment. Second and third attachment are for bringing the DB online and setting the R/O flag. Please test.
+
+ 2014-04-10 01:36 robocop
+ M src/isql/show.epp
+Let's see if this time I got the formatting well done.
+
2014-04-09 13:29 alexpeshkoff
M src/jrd/Mapping.cpp
Restored original error code when database file not found
Modified: firebird/trunk/src/jrd/build_no.h
===================================================================
--- firebird/trunk/src/jrd/build_no.h 2014-04-10 19:52:50 UTC (rev 59422)
+++ firebird/trunk/src/jrd/build_no.h 2014-04-11 00:46:58 UTC (rev 59423)
@@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
- FORMAL BUILD NUMBER:31044
+ FORMAL BUILD NUMBER:31047
*/
-#define PRODUCT_VER_STRING "3.0.0.31044"
-#define FILE_VER_STRING "WI-T3.0.0.31044"
-#define LICENSE_VER_STRING "WI-T3.0.0.31044"
-#define FILE_VER_NUMBER 3, 0, 0, 31044
+#define PRODUCT_VER_STRING "3.0.0.31047"
+#define FILE_VER_STRING "WI-T3.0.0.31047"
+#define LICENSE_VER_STRING "WI-T3.0.0.31047"
+#define FILE_VER_NUMBER 3, 0, 0, 31047
#define FB_MAJOR_VER "3"
#define FB_MINOR_VER "0"
#define FB_REV_NO "0"
-#define FB_BUILD_NO "31044"
+#define FB_BUILD_NO "31047"
#define FB_BUILD_TYPE "T"
#define FB_BUILD_SUFFIX "Firebird 3.0 Alpha 2"
Modified: firebird/trunk/src/misc/writeBuildNum.sh
===================================================================
--- firebird/trunk/src/misc/writeBuildNum.sh 2014-04-10 19:52:50 UTC (rev 59422)
+++ firebird/trunk/src/misc/writeBuildNum.sh 2014-04-11 00:46:58 UTC (rev 59423)
@@ -9,7 +9,7 @@
MajorVer=3
MinorVer=0
RevNo=0
-BuildNum=31044
+BuildNum=31047
NowAt=`pwd`
cd `dirname $0`
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|