From: <fir...@us...> - 2011-06-04 03:31:22
|
Revision: 53112 http://firebird.svn.sourceforge.net/firebird/?rev=53112&view=rev Author: firebirds Date: 2011-06-04 03:31:14 +0000 (Sat, 04 Jun 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-06-04 03:17:34 UTC (rev 53111) +++ firebird/branches/B2_5_Release/ChangeLog 2011-06-04 03:31:14 UTC (rev 53112) @@ -1,3 +1,21 @@ + 2011-06-03 16:58 dimitr + M doc/WhatsNew +Updated the docs. + + 2011-06-03 14:10 alexpeshkoff + M src/jrd/trace/TraceLog.cpp +Backported CORE-3512: Server hangs when trace is running + + 2011-06-03 09:52 alexpeshkoff + A builds/install/arch-specific/freebsd/firebird_daemon_startup_script.in + M builds/install/arch-specific/freebsd/freebsdLibrary.sh.in + M builds/install/arch-specific/freebsd/install.sh.in + M builds/install/arch-specific/linux/misc/linuxLibrary.sh.in + M builds/install/misc/changeMultiConnectMode.sh.in + M builds/install/misc/posixLibrary.sh.in + M configure.in +Fixed CORE-2921: 'make install' does not work on freebsd + 2011-06-02 13:48 dimitr M src/jrd/DatabaseSnapshot.cpp Fixed CORE-3508: MON$DATABASE_NAME and MON$ATTACHMENT_NAME fields contain question marks instead of non-ASCII characters regardless of the connection charset. Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h =================================================================== --- firebird/branches/B2_5_Release/src/jrd/build_no.h 2011-06-04 03:17:34 UTC (rev 53111) +++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2011-06-04 03:31:14 UTC (rev 53112) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:26302 + FORMAL BUILD NUMBER:26305 */ -#define PRODUCT_VER_STRING "2.5.1.26302" -#define FILE_VER_STRING "WI-V2.5.1.26302" -#define LICENSE_VER_STRING "WI-V2.5.1.26302" -#define FILE_VER_NUMBER 2, 5, 1, 26302 +#define PRODUCT_VER_STRING "2.5.1.26305" +#define FILE_VER_STRING "WI-V2.5.1.26305" +#define LICENSE_VER_STRING "WI-V2.5.1.26305" +#define FILE_VER_NUMBER 2, 5, 1, 26305 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "5" #define FB_REV_NO "1" -#define FB_BUILD_NO "26302" +#define FB_BUILD_NO "26305" #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-06-04 03:17:34 UTC (rev 53111) +++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2011-06-04 03:31:14 UTC (rev 53112) @@ -9,7 +9,7 @@ MajorVer=2 MinorVer=5 RevNo=1 -BuildNum=26302 +BuildNum=26305 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. |