|
From: <fir...@us...> - 2012-12-15 04:00:59
|
Revision: 57492
http://firebird.svn.sourceforge.net/firebird/?rev=57492&view=rev
Author: firebirds
Date: 2012-12-15 04:00:52 +0000 (Sat, 15 Dec 2012)
Log Message:
-----------
nightly update
Modified Paths:
--------------
firebird/branches/B2_5_Release/ChangeLog
firebird/branches/B2_5_Release/src/jrd/build_no.h
firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh
Modified: firebird/branches/B2_5_Release/ChangeLog
===================================================================
--- firebird/branches/B2_5_Release/ChangeLog 2012-12-15 03:44:27 UTC (rev 57491)
+++ firebird/branches/B2_5_Release/ChangeLog 2012-12-15 04:00:52 UTC (rev 57492)
@@ -1,3 +1,37 @@
+ 2012-12-14 17:45 alexpeshkoff
+ M builds/posix/make.shared.variables
+ M src/common/classes/PublicHandle.cpp
+ M src/common/classes/PublicHandle.h
+ M src/common/classes/RefMutex.h
+ M src/common/utils.cpp
+ M src/common/utils_proto.h
+ M src/jrd/Database.cpp
+ M src/jrd/Database.h
+ M src/jrd/DatabaseSnapshot.cpp
+ M src/jrd/cch.cpp
+ M src/jrd/event.cpp
+ M src/jrd/isc_sync.cpp
+ M src/jrd/jrd.cpp
+ M src/jrd/jrd.h
+ M src/jrd/trace/TraceConfigStorage.cpp
+ M src/jrd/trace/TraceLog.cpp
+ M src/jrd/vio.cpp
+ M src/jrd/why.cpp
+ M src/lock/lock.cpp
+ M src/remote/interface.cpp
+ M src/remote/remote.cpp
+ M src/remote/remote.h
+ M src/remote/server.cpp
+Fixed CORE-3935 and CORE-3993
+
+ 2012-12-14 17:40 alexpeshkoff
+ M configure.in
+Try to make Darwin port happy
+
+ 2012-12-14 10:08 makowski
+ M builds/install/arch-specific/linux/misc/firebird.init.d.mandrake.in
+Fixed CORE-4011: /etc/init.d/ script for Mageia and RedHat RH #886578
+
2012-12-13 18:00 dimitr
M src/jrd/exe.cpp
1) Encapsulated the remaining external looper calls inside a SEH block. It allows to catch async exceptions coming while result set is being fetched. No performance penalty has been noticed.
Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h
===================================================================
--- firebird/branches/B2_5_Release/src/jrd/build_no.h 2012-12-15 03:44:27 UTC (rev 57491)
+++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2012-12-15 04:00:52 UTC (rev 57492)
@@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
- FORMAL BUILD NUMBER:26581
+ FORMAL BUILD NUMBER:26584
*/
-#define PRODUCT_VER_STRING "2.5.3.26581"
-#define FILE_VER_STRING "WI-V2.5.3.26581"
-#define LICENSE_VER_STRING "WI-V2.5.3.26581"
-#define FILE_VER_NUMBER 2, 5, 3, 26581
+#define PRODUCT_VER_STRING "2.5.3.26584"
+#define FILE_VER_STRING "WI-V2.5.3.26584"
+#define LICENSE_VER_STRING "WI-V2.5.3.26584"
+#define FILE_VER_NUMBER 2, 5, 3, 26584
#define FB_MAJOR_VER "2"
#define FB_MINOR_VER "5"
#define FB_REV_NO "3"
-#define FB_BUILD_NO "26581"
+#define FB_BUILD_NO "26584"
#define FB_BUILD_TYPE "V"
#define FB_BUILD_SUFFIX "Firebird 2.5"
Modified: firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh
===================================================================
--- firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2012-12-15 03:44:27 UTC (rev 57491)
+++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2012-12-15 04:00:52 UTC (rev 57492)
@@ -9,7 +9,7 @@
MajorVer=2
MinorVer=5
RevNo=3
-BuildNum=26581
+BuildNum=26584
if [ "$SPECIAL_BUILD_SUFFIX" = "" ]; then
# Normal builds
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|