|
From: <fir...@us...> - 2011-03-10 03:30:29
|
Revision: 52534
http://firebird.svn.sourceforge.net/firebird/?rev=52534&view=rev
Author: firebirds
Date: 2011-03-10 03:30:19 +0000 (Thu, 10 Mar 2011)
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 2011-03-09 11:59:31 UTC (rev 52533)
+++ firebird/branches/B2_5_Release/ChangeLog 2011-03-10 03:30:19 UTC (rev 52534)
@@ -1,3 +1,15 @@
+ 2011-03-09 11:59 alexpeshkoff
+ M builds/posix/Makefile.in.client.util
+ M builds/posix/Makefile.in.codes
+ M builds/posix/Makefile.in.embed.util
+ M builds/posix/Makefile.in.examples
+ M builds/posix/Makefile.in.firebird
+ M builds/posix/Makefile.in.msgs
+ M builds/posix/Makefile.in.refDatabases
+ A builds/posix/Makefile.in.static.createdb
+ M configure.in
+Fixed CORE-3377: During firebird build records about missing fbintl.conf are attempted to be placed in firebird.log in destination (not build) directory
+
2011-03-07 14:30 hvlad
M src/jrd/why.cpp
M src/remote/interface.cpp
Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h
===================================================================
--- firebird/branches/B2_5_Release/src/jrd/build_no.h 2011-03-09 11:59:31 UTC (rev 52533)
+++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2011-03-10 03:30:19 UTC (rev 52534)
@@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
- FORMAL BUILD NUMBER:26236
+ FORMAL BUILD NUMBER:26237
*/
-#define PRODUCT_VER_STRING "2.5.1.26236"
-#define FILE_VER_STRING "WI-V2.5.1.26236"
-#define LICENSE_VER_STRING "WI-V2.5.1.26236"
-#define FILE_VER_NUMBER 2, 5, 1, 26236
+#define PRODUCT_VER_STRING "2.5.1.26237"
+#define FILE_VER_STRING "WI-V2.5.1.26237"
+#define LICENSE_VER_STRING "WI-V2.5.1.26237"
+#define FILE_VER_NUMBER 2, 5, 1, 26237
#define FB_MAJOR_VER "2"
#define FB_MINOR_VER "5"
#define FB_REV_NO "1"
-#define FB_BUILD_NO "26236"
+#define FB_BUILD_NO "26237"
#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 2011-03-09 11:59:31 UTC (rev 52533)
+++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2011-03-10 03:30:19 UTC (rev 52534)
@@ -9,7 +9,7 @@
MajorVer=2
MinorVer=5
RevNo=1
-BuildNum=26236
+BuildNum=26237
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.
|