|
From: <fir...@us...> - 2011-05-31 03:17:49
|
Revision: 53044
http://firebird.svn.sourceforge.net/firebird/?rev=53044&view=rev
Author: firebirds
Date: 2011-05-31 03:17:42 +0000 (Tue, 31 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-31 01:00:31 UTC (rev 53043)
+++ firebird/trunk/ChangeLog 2011-05-31 03:17:42 UTC (rev 53044)
@@ -1,3 +1,31 @@
+ 2011-05-31 01:00 asfernandes
+ M src/jrd/RecordSourceNodes.cpp
+Frontport fix for CORE-3489 - Blob transliteration may not happen inside the union.
+
+ 2011-05-30 15:51 alexpeshkoff
+ M builds/install/arch-specific/linux/misc/tarMainInstall.sh.in
+ M builds/install/arch-specific/linux/misc/tarMainUninstall.sh.in
+ M builds/install/misc/posixLibrary.sh.in
+Frontported CORE-3467: provide a silent install switch
+
+ 2011-05-30 14:26 hvlad
+ M src/jrd/Relation.h
+ M src/jrd/dfw.epp
+ M src/jrd/met.epp
+Fixed related bugs
+CORE-3502 : DROP VIEW ignores the existing non-column dependencies, and
+CORE-3503 : ALTER VIEW crashes the server if the new version has an artificial (aggregate or union) stream at the position of a regular context in the older version.
+// Name REL_view is already used in DSQL so i introduced ugly REL_jrd_view flag
+
+ 2011-05-30 14:05 alexpeshkoff
+ M src/jrd/flu.cpp
+ M src/jrd/flu.h
+Frontported CORE-3443: Races in UDF library lookup
+
+ 2011-05-30 09:59 dimitr
+ M src/remote/inet.cpp
+Fixed CORE-3387: Client library could hang infinitely waiting for a reply packet on a forcibly disconnected server socket.
+
2011-05-28 02:05 asfernandes
M src/common/classes/ImplementHelper.h
M src/jrd/DatabaseSnapshot.cpp
Modified: firebird/trunk/src/jrd/build_no.h
===================================================================
--- firebird/trunk/src/jrd/build_no.h 2011-05-31 01:00:31 UTC (rev 53043)
+++ firebird/trunk/src/jrd/build_no.h 2011-05-31 03:17:42 UTC (rev 53044)
@@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
- FORMAL BUILD NUMBER:29402
+ FORMAL BUILD NUMBER:29407
*/
-#define PRODUCT_VER_STRING "3.0.0.29402"
-#define FILE_VER_STRING "WI-T3.0.0.29402"
-#define LICENSE_VER_STRING "WI-T3.0.0.29402"
-#define FILE_VER_NUMBER 3, 0, 0, 29402
+#define PRODUCT_VER_STRING "3.0.0.29407"
+#define FILE_VER_STRING "WI-T3.0.0.29407"
+#define LICENSE_VER_STRING "WI-T3.0.0.29407"
+#define FILE_VER_NUMBER 3, 0, 0, 29407
#define FB_MAJOR_VER "3"
#define FB_MINOR_VER "0"
#define FB_REV_NO "0"
-#define FB_BUILD_NO "29402"
+#define FB_BUILD_NO "29407"
#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-31 01:00:31 UTC (rev 53043)
+++ firebird/trunk/src/misc/writeBuildNum.sh 2011-05-31 03:17:42 UTC (rev 53044)
@@ -9,7 +9,7 @@
MajorVer=3
MinorVer=0
RevNo=0
-BuildNum=29402
+BuildNum=29407
NowAt=`pwd`
cd `dirname $0`
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|