From: <fir...@us...> - 2015-03-29 00:13:05
|
Revision: 61128 http://sourceforge.net/p/firebird/code/61128 Author: firebirds Date: 2015-03-29 00:13:03 +0000 (Sun, 29 Mar 2015) 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 2015-03-28 22:34:04 UTC (rev 61127) +++ firebird/trunk/ChangeLog 2015-03-29 00:13:03 UTC (rev 61128) @@ -1,3 +1,52 @@ + 2015-03-28 15:02 mapopa + M builds/posix/Makefile.in +Cleanup comments + + 2015-03-28 13:55 mapopa + M builds/posix/Makefile.in.examples +Sync code with firebird 2.5.x tree and libreoffice patch , even if is commented + + 2015-03-28 00:40 asfernandes + M doc/sql.extensions/README.regr_functions.txt +Corrections, thanks to Simonov Denis. + + 2015-03-28 00:36 asfernandes + M src/auth/SecureRemotePassword/Message.h + M src/auth/SecureRemotePassword/server/SrpServer.cpp + M src/auth/SecurityDatabase/LegacyManagement.epp + M src/common/DynamicStrings.cpp + M src/common/SimpleStatusVector.h + M src/common/StatusHolder.h + M src/common/fb_exception.cpp + M src/common/utils.cpp + M src/dsql/dsql.cpp + M src/include/fb_exception.h + M src/jrd/CryptoManager.cpp + M src/jrd/err.cpp + M src/jrd/exe.cpp + M src/jrd/extds/ExtDS.cpp + M src/jrd/extds/IscDS.cpp + M src/jrd/extds/IscDS.h + M src/jrd/idx.cpp + M src/jrd/jrd.cpp + M src/jrd/nbak.cpp + M src/jrd/status.h + M src/jrd/svc.cpp + M src/jrd/trace/TraceConfigStorage.cpp + M src/jrd/val.h + M src/jrd/vio.cpp + M src/remote/client/interface.cpp + M src/remote/inet.cpp + M src/remote/os/win32/wnet.cpp + M src/remote/os/win32/xnet.cpp + M src/remote/server/server.cpp + M src/utilities/nbackup/nbackup.cpp + M src/utilities/ntrace/TracePluginImpl.cpp + M src/yvalve/PluginManager.cpp + M src/yvalve/utl.cpp + M src/yvalve/utl_proto.h +Misc. + 2015-03-27 17:51 alexpeshkoff M src/alice/alice.cpp M src/alice/main/aliceMain.cpp Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2015-03-28 22:34:04 UTC (rev 61127) +++ firebird/trunk/src/jrd/build_no.h 2015-03-29 00:13:03 UTC (rev 61128) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:31745 + FORMAL BUILD NUMBER:31749 */ -#define PRODUCT_VER_STRING "3.0.0.31745" -#define FILE_VER_STRING "WI-T3.0.0.31745" -#define LICENSE_VER_STRING "WI-T3.0.0.31745" -#define FILE_VER_NUMBER 3, 0, 0, 31745 +#define PRODUCT_VER_STRING "3.0.0.31749" +#define FILE_VER_STRING "WI-T3.0.0.31749" +#define LICENSE_VER_STRING "WI-T3.0.0.31749" +#define FILE_VER_NUMBER 3, 0, 0, 31749 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "31745" +#define FB_BUILD_NO "31749" #define FB_BUILD_TYPE "T" #define FB_BUILD_SUFFIX "Firebird 3.0 Beta 2" Modified: firebird/trunk/src/misc/writeBuildNum.sh =================================================================== --- firebird/trunk/src/misc/writeBuildNum.sh 2015-03-28 22:34:04 UTC (rev 61127) +++ firebird/trunk/src/misc/writeBuildNum.sh 2015-03-29 00:13:03 UTC (rev 61128) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=31745 +BuildNum=31749 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |