|
From: <fir...@us...> - 2010-10-16 03:24:45
|
Revision: 51711
http://firebird.svn.sourceforge.net/firebird/?rev=51711&view=rev
Author: firebirds
Date: 2010-10-16 03:24:37 +0000 (Sat, 16 Oct 2010)
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 2010-10-16 03:15:24 UTC (rev 51710)
+++ firebird/branches/B2_5_Release/ChangeLog 2010-10-16 03:24:37 UTC (rev 51711)
@@ -1,3 +1,21 @@
+ 2010-10-15 15:18 alexpeshkoff
+ M src/common/classes/array.h
+ M src/common/classes/stack.h
+ M src/common/classes/vector.h
+Fixed issues, found by clang
+
+ 2010-10-15 14:54 alexpeshkoff
+ M builds/posix/make.defaults
+Backported CORE-3185: Firebird compilation on a box, already running firebird server
+
+ 2010-10-15 09:07 alexpeshkoff
+ M configure.in
+ M src/jrd/common.h
+ M src/jrd/inf_pub.h
+ M src/jrd/pag.cpp
+ M src/jrd/utl.cpp
+CORE-3184: Committed Damyan's patch - port for linux/hppa and linux/alpha
+
2010-10-14 11:34 alexpeshkoff
M src/gpre/c_cxx.cpp
Ported fix for CORE-3022: gpre C++ compiler warnings with GCC 4.4.1
Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h
===================================================================
--- firebird/branches/B2_5_Release/src/jrd/build_no.h 2010-10-16 03:15:24 UTC (rev 51710)
+++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2010-10-16 03:24:37 UTC (rev 51711)
@@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
- FORMAL BUILD NUMBER:26101
+ FORMAL BUILD NUMBER:26104
*/
-#define PRODUCT_VER_STRING "2.5.0.26101"
-#define FILE_VER_STRING "WI-V2.5.0.26101"
-#define LICENSE_VER_STRING "WI-V2.5.0.26101"
-#define FILE_VER_NUMBER 2, 5, 0, 26101
+#define PRODUCT_VER_STRING "2.5.0.26104"
+#define FILE_VER_STRING "WI-V2.5.0.26104"
+#define LICENSE_VER_STRING "WI-V2.5.0.26104"
+#define FILE_VER_NUMBER 2, 5, 0, 26104
#define FB_MAJOR_VER "2"
#define FB_MINOR_VER "5"
#define FB_REV_NO "0"
-#define FB_BUILD_NO "26101"
+#define FB_BUILD_NO "26104"
#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 2010-10-16 03:15:24 UTC (rev 51710)
+++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2010-10-16 03:24:37 UTC (rev 51711)
@@ -9,7 +9,7 @@
MajorVer=2
MinorVer=5
RevNo=0
-BuildNum=26101
+BuildNum=26104
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.
|