|
From: <fir...@us...> - 2012-12-27 04:05:55
|
Revision: 57553
http://sourceforge.net/p/firebird/code/57553
Author: firebirds
Date: 2012-12-27 04:05:51 +0000 (Thu, 27 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-26 10:27:30 UTC (rev 57552)
+++ firebird/branches/B2_5_Release/ChangeLog 2012-12-27 04:05:51 UTC (rev 57553)
@@ -1,3 +1,11 @@
+ 2012-12-26 10:27 dimitr
+ M src/jrd/exe.cpp
+Easy fix for the crash reported by Alex privately. More generic solution is desirable.
+
+ 2012-12-26 08:02 alexpeshkoff
+ M builds/make.new/config/install-sh
+Script update from new autotools version
+
2012-12-24 14:26 dimitr
M src/common/classes/PublicHandle.cpp
M src/common/classes/PublicHandle.h
Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h
===================================================================
--- firebird/branches/B2_5_Release/src/jrd/build_no.h 2012-12-26 10:27:30 UTC (rev 57552)
+++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2012-12-27 04:05:51 UTC (rev 57553)
@@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
- FORMAL BUILD NUMBER:26594
+ FORMAL BUILD NUMBER:26596
*/
-#define PRODUCT_VER_STRING "2.5.3.26594"
-#define FILE_VER_STRING "WI-V2.5.3.26594"
-#define LICENSE_VER_STRING "WI-V2.5.3.26594"
-#define FILE_VER_NUMBER 2, 5, 3, 26594
+#define PRODUCT_VER_STRING "2.5.3.26596"
+#define FILE_VER_STRING "WI-V2.5.3.26596"
+#define LICENSE_VER_STRING "WI-V2.5.3.26596"
+#define FILE_VER_NUMBER 2, 5, 3, 26596
#define FB_MAJOR_VER "2"
#define FB_MINOR_VER "5"
#define FB_REV_NO "3"
-#define FB_BUILD_NO "26594"
+#define FB_BUILD_NO "26596"
#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-26 10:27:30 UTC (rev 57552)
+++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2012-12-27 04:05:51 UTC (rev 57553)
@@ -9,7 +9,7 @@
MajorVer=2
MinorVer=5
RevNo=3
-BuildNum=26594
+BuildNum=26596
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.
|