|
From: <fir...@us...> - 2013-07-23 01:11:19
|
Revision: 58405
http://sourceforge.net/p/firebird/code/58405
Author: firebirds
Date: 2013-07-23 01:11:15 +0000 (Tue, 23 Jul 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-07-22 16:34:57 UTC (rev 58404)
+++ firebird/trunk/ChangeLog 2013-07-23 01:11:15 UTC (rev 58405)
@@ -1,3 +1,28 @@
+ 2013-07-22 16:03 dimitr
+ M doc/WhatsNew
+Updated the docs.
+
+ 2013-07-22 15:44 dimitr
+ M doc/WhatsNew
+Updated the docs.
+
+ 2013-07-22 13:35 hvlad
+ M src/common/ThreadStart.cpp
+Avoid deadlock on Windows when DLL's is unloaded and fb_shutdown() was not called by application before FreeLibrary().
+This decision is investigated and could be reworked if necessary.
+
+ 2013-07-22 12:27 alexpeshkoff
+ M src/yvalve/why.cpp
+Make fb_shutdown() automatically invoked in any OS - to be checked by Vlad
+
+ 2013-07-22 09:11 alexpeshkoff
+ M src/jrd/fields.h
+Fixed bugs.core_1076: priorly user first/second/last names were limited to 32 chars, but now the limit is 31 chars. Restored length to 32.
+
+ 2013-07-22 08:29 hvlad
+ M src/jrd/RecordSourceNodes.cpp
+Fixed bug CORE-4144 : Error "context already in use (BLR error)" when preparing a query with UNION
+
2013-07-19 13:51 alexpeshkoff
M src/common/MsgMetadata.cpp
M src/common/MsgMetadata.h
Modified: firebird/trunk/src/jrd/build_no.h
===================================================================
--- firebird/trunk/src/jrd/build_no.h 2013-07-22 16:34:57 UTC (rev 58404)
+++ firebird/trunk/src/jrd/build_no.h 2013-07-23 01:11:15 UTC (rev 58405)
@@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
- FORMAL BUILD NUMBER:30550
+ FORMAL BUILD NUMBER:30556
*/
-#define PRODUCT_VER_STRING "3.0.0.30550"
-#define FILE_VER_STRING "WI-T3.0.0.30550"
-#define LICENSE_VER_STRING "WI-T3.0.0.30550"
-#define FILE_VER_NUMBER 3, 0, 0, 30550
+#define PRODUCT_VER_STRING "3.0.0.30556"
+#define FILE_VER_STRING "WI-T3.0.0.30556"
+#define LICENSE_VER_STRING "WI-T3.0.0.30556"
+#define FILE_VER_NUMBER 3, 0, 0, 30556
#define FB_MAJOR_VER "3"
#define FB_MINOR_VER "0"
#define FB_REV_NO "0"
-#define FB_BUILD_NO "30550"
+#define FB_BUILD_NO "30556"
#define FB_BUILD_TYPE "T"
#define FB_BUILD_SUFFIX "Firebird 3.0 Alpha 1"
Modified: firebird/trunk/src/misc/writeBuildNum.sh
===================================================================
--- firebird/trunk/src/misc/writeBuildNum.sh 2013-07-22 16:34:57 UTC (rev 58404)
+++ firebird/trunk/src/misc/writeBuildNum.sh 2013-07-23 01:11:15 UTC (rev 58405)
@@ -9,7 +9,7 @@
MajorVer=3
MinorVer=0
RevNo=0
-BuildNum=30550
+BuildNum=30556
NowAt=`pwd`
cd `dirname $0`
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|