|
From: <fir...@us...> - 2016-01-30 00:08:49
|
Revision: 62879
http://sourceforge.net/p/firebird/code/62879
Author: firebirds
Date: 2016-01-30 00:08:47 +0000 (Sat, 30 Jan 2016)
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 2016-01-29 15:46:06 UTC (rev 62878)
+++ firebird/trunk/ChangeLog 2016-01-30 00:08:47 UTC (rev 62879)
@@ -1,3 +1,17 @@
+ 2016-01-29 15:46 alexpeshkoff
+ M src/jrd/CryptoManager.cpp
+ M src/jrd/CryptoManager.h
+Simplified code - thanks to Vlad
+
+ 2016-01-29 14:51 asfernandes
+ M src/isql/extract.epp
+Fixed CORE-5089 - Metadata extration (ISQL -X): "CREATE PROCEDURE/FUNCTION" statement contains reference to column of table(s) that not yet exists if this procedure had parameter of such type when it was created.
+
+ 2016-01-29 14:12 alexpeshkoff
+ M src/jrd/CryptoManager.cpp
+ M src/jrd/CryptoManager.h
+Fixed regression in CryptoManager added after RC1 - avoid reading incorrect header when database is locked by nbackup
+
2016-01-28 17:00 alexpeshkoff
M src/yvalve/MasterImplementation.cpp
Fixed CORE-5088: Segfault when 'gstat -h' is closing
Modified: firebird/trunk/src/jrd/build_no.h
===================================================================
--- firebird/trunk/src/jrd/build_no.h 2016-01-29 15:46:06 UTC (rev 62878)
+++ firebird/trunk/src/jrd/build_no.h 2016-01-30 00:08:47 UTC (rev 62879)
@@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
- FORMAL BUILD NUMBER:32297
+ FORMAL BUILD NUMBER:32300
*/
-#define PRODUCT_VER_STRING "3.0.0.32297"
-#define FILE_VER_STRING "WI-V3.0.0.32297"
-#define LICENSE_VER_STRING "WI-V3.0.0.32297"
-#define FILE_VER_NUMBER 3, 0, 0, 32297
+#define PRODUCT_VER_STRING "3.0.0.32300"
+#define FILE_VER_STRING "WI-V3.0.0.32300"
+#define LICENSE_VER_STRING "WI-V3.0.0.32300"
+#define FILE_VER_NUMBER 3, 0, 0, 32300
#define FB_MAJOR_VER "3"
#define FB_MINOR_VER "0"
#define FB_REV_NO "0"
-#define FB_BUILD_NO "32297"
+#define FB_BUILD_NO "32300"
#define FB_BUILD_TYPE "V"
#define FB_BUILD_SUFFIX "Firebird 3.0 Release Candidate 2"
Modified: firebird/trunk/src/misc/writeBuildNum.sh
===================================================================
--- firebird/trunk/src/misc/writeBuildNum.sh 2016-01-29 15:46:06 UTC (rev 62878)
+++ firebird/trunk/src/misc/writeBuildNum.sh 2016-01-30 00:08:47 UTC (rev 62879)
@@ -9,7 +9,7 @@
MajorVer=3
MinorVer=0
RevNo=0
-BuildNum=32297
+BuildNum=32300
NowAt=`pwd`
cd `dirname $0`
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|