From: <fir...@us...> - 2011-10-12 03:19:17
|
Revision: 53550 http://firebird.svn.sourceforge.net/firebird/?rev=53550&view=rev Author: firebirds Date: 2011-10-12 03:19:10 +0000 (Wed, 12 Oct 2011) Log Message: ----------- nightly update Modified Paths: -------------- firebird/trunk/ChangeLog firebird/trunk/src/jrd/build_no.h firebird/trunk/src/misc/writeBuildNum.sh Modified: firebird/trunk/ChangeLog =================================================================== --- firebird/trunk/ChangeLog 2011-10-12 02:06:25 UTC (rev 53549) +++ firebird/trunk/ChangeLog 2011-10-12 03:19:10 UTC (rev 53550) @@ -1,3 +1,48 @@ + 2011-10-12 02:06 asfernandes + M src/common/unicode_util.cpp +Avoid thrown exceptions in normal operation when loading non-existent ICU versions. This was a pain in the debugger. + + 2011-10-11 13:42 alexpeshkoff + M builds/posix/make.defaults + M builds/posix/make.rules +Cleanup + + 2011-10-11 11:59 alexpeshkoff + M src/remote/server/os/posix/inet_server.cpp +Fixed CORE-3607: Solaris does not define the RLIMIT_NPROC limit + + 2011-10-11 10:29 alexpeshkoff + M src/common/os/posix/isc_ipc.cpp +Porting - some Debians miss SA_SIGINFO, committed fixing it patch by Samuel Thibault + + 2011-10-11 08:20 alexpeshkoff + M builds/posix/Makefile.in + M src/dbs/metadata.sql +Create metadata.fdb using isql + + 2011-10-11 07:46 alexpeshkoff + D src/dbs/dflt.gdl + D src/dbs/grant.gdl + D src/dbs/isc.gdl + D src/dbs/ods10.gdl + D src/dbs/ods101.gdl + D src/dbs/ods72.gdl + D src/dbs/ods80.gdl + D src/dbs/ods80dif.gdl + D src/dbs/ods81.gdl + D src/dbs/ods91.gdl + D src/dbs/procs2.gdl + D src/dbs/scrty_unix.gdl + D src/dbs/scrty_vms.gdl + D src/dbs/security.gdl + D src/dbs/stored_proc.gdl + D src/dbs/v2_triggers.gdl +Cleanup: remove all GDEF files - we anyway have no tool to run them + + 2011-10-11 06:46 alexpeshkoff + M src/common/unicode_util.cpp +Fixed CORE-3576: Make ICU built with U_DISABLE_RENAMING load correctly - thanks to Treeve Jelbert + 2011-10-10 17:15 alexpeshkoff M src/auth/AuthDbg.cpp misc Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2011-10-12 02:06:25 UTC (rev 53549) +++ firebird/trunk/src/jrd/build_no.h 2011-10-12 03:19:10 UTC (rev 53550) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:29573 + FORMAL BUILD NUMBER:29580 */ -#define PRODUCT_VER_STRING "3.0.0.29573" -#define FILE_VER_STRING "WI-T3.0.0.29573" -#define LICENSE_VER_STRING "WI-T3.0.0.29573" -#define FILE_VER_NUMBER 3, 0, 0, 29573 +#define PRODUCT_VER_STRING "3.0.0.29580" +#define FILE_VER_STRING "WI-T3.0.0.29580" +#define LICENSE_VER_STRING "WI-T3.0.0.29580" +#define FILE_VER_NUMBER 3, 0, 0, 29580 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "29573" +#define FB_BUILD_NO "29580" #define FB_BUILD_TYPE "T" #define FB_BUILD_SUFFIX "Firebird 3.0 Unstable" Modified: firebird/trunk/src/misc/writeBuildNum.sh =================================================================== --- firebird/trunk/src/misc/writeBuildNum.sh 2011-10-12 02:06:25 UTC (rev 53549) +++ firebird/trunk/src/misc/writeBuildNum.sh 2011-10-12 03:19:10 UTC (rev 53550) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=29573 +BuildNum=29580 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |