mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 20:43:02 +01:00
nightly update
This commit is contained in:
parent
e2e901939c
commit
5d654929f6
350
ChangeLog
350
ChangeLog
@ -1,3 +1,353 @@
|
||||
2014-07-17 21:17 skidder
|
||||
M src/common/classes/alloc.cpp
|
||||
M src/common/common.h
|
||||
M src/common/isc_sync.cpp
|
||||
M src/jrd/cch.cpp
|
||||
M src/jrd/event.cpp
|
||||
M src/jrd/msg.h
|
||||
M src/jrd/ods.cpp
|
||||
M src/jrd/ods.h
|
||||
M src/jrd/pag.cpp
|
||||
M src/jrd/recsrc/SingularStream.cpp
|
||||
M src/jrd/sort.cpp
|
||||
M src/jrd/validation.cpp
|
||||
M src/jrd/vio.cpp
|
||||
M src/lock/lock.cpp
|
||||
M src/lock/print.cpp
|
||||
M src/msgs/build_file.epp
|
||||
M src/remote/server/server.cpp
|
||||
M src/utilities/print_event.cpp
|
||||
M src/utilities/rebuild/rebuild.cpp
|
||||
Fix GCC warnings
|
||||
|
||||
2014-07-17 20:35 skidder
|
||||
M builds/win32/make_boot.bat
|
||||
Vanilla mkdir program does not recognize -p switch on Windows. It is the default, so remove it
|
||||
|
||||
2014-07-17 19:17 skidder
|
||||
M src/common/classes/array.h
|
||||
M src/common/classes/objects_array.h
|
||||
M src/include/firebird/UdrEngine.h
|
||||
Fix GCC build broken with last commit
|
||||
|
||||
2014-07-17 18:48 skidder
|
||||
M builds/win32/defs/intl.def
|
||||
M builds/win32/make_all.bat
|
||||
M builds/win32/make_boot.bat
|
||||
M builds/win32/msvc10/alice.vcxproj
|
||||
M builds/win32/msvc10/burp.vcxproj
|
||||
M builds/win32/msvc10/common.vcxproj
|
||||
M builds/win32/msvc10/engine.vcxproj
|
||||
M builds/win32/msvc10/fb2control.vcxproj
|
||||
M builds/win32/msvc10/fb_lock_print.vcxproj
|
||||
M builds/win32/msvc10/fbguard.vcxproj
|
||||
M builds/win32/msvc10/fbrmclib.vcxproj
|
||||
M builds/win32/msvc10/fbserver.vcxproj
|
||||
M builds/win32/msvc10/fbsvcmgr.vcxproj
|
||||
M builds/win32/msvc10/fbtrace.vcxproj
|
||||
M builds/win32/msvc10/fbtracemgr.vcxproj
|
||||
M builds/win32/msvc10/fbudf.vcxproj
|
||||
M builds/win32/msvc10/gbak.vcxproj
|
||||
M builds/win32/msvc10/gfix.vcxproj
|
||||
M builds/win32/msvc10/gpre.vcxproj
|
||||
M builds/win32/msvc10/gpre_common.vcxproj
|
||||
M builds/win32/msvc10/gsec.vcxproj
|
||||
M builds/win32/msvc10/gsplit.vcxproj
|
||||
M builds/win32/msvc10/gstat.vcxproj
|
||||
M builds/win32/msvc10/ib_udf.vcxproj
|
||||
M builds/win32/msvc10/ib_util.vcxproj
|
||||
M builds/win32/msvc10/instclient.vcxproj
|
||||
M builds/win32/msvc10/instreg.vcxproj
|
||||
M builds/win32/msvc10/instsvc.vcxproj
|
||||
M builds/win32/msvc10/intl.vcxproj
|
||||
M builds/win32/msvc10/isql.vcxproj
|
||||
M builds/win32/msvc10/legacy_auth.vcxproj
|
||||
M builds/win32/msvc10/legacy_usermanager.vcxproj
|
||||
M builds/win32/msvc10/nbackup.vcxproj
|
||||
M builds/win32/msvc10/qli.vcxproj
|
||||
M builds/win32/msvc10/remote.vcxproj
|
||||
M builds/win32/msvc10/srp.vcxproj
|
||||
M builds/win32/msvc10/udr_engine.vcxproj
|
||||
M builds/win32/msvc10/yvalve.vcxproj
|
||||
M builds/win32/msvc8/common.vcproj
|
||||
M builds/win32/msvc9/common.vcproj
|
||||
M builds/win32/set_build_target.bat
|
||||
M src/alice/alice_meta.epp
|
||||
M src/alice/exe.cpp
|
||||
M src/alice/tdr.cpp
|
||||
M src/auth/SecureRemotePassword/Message.h
|
||||
M src/auth/SecureRemotePassword/manage/SrpManagement.cpp
|
||||
M src/auth/SecureRemotePassword/server/SrpServer.cpp
|
||||
M src/auth/SecurityDatabase/LegacyClient.cpp
|
||||
M src/auth/SecurityDatabase/LegacyManagement.epp
|
||||
M src/auth/SecurityDatabase/LegacyServer.cpp
|
||||
M src/auth/trusted/AuthSspi.cpp
|
||||
M src/burp/backup.epp
|
||||
M src/burp/burp.cpp
|
||||
M src/burp/canonical.cpp
|
||||
M src/burp/restore.epp
|
||||
M src/burp/split/spit.cpp
|
||||
M src/common/IntlUtil.cpp
|
||||
M src/common/UtilSvc.cpp
|
||||
M src/common/UtilSvc.h
|
||||
M src/common/call_service.cpp
|
||||
M src/common/classes/AlignedBuffer.h
|
||||
M src/common/classes/BaseStream.cpp
|
||||
M src/common/classes/BlrWriter.h
|
||||
M src/common/classes/ByteChunk.h
|
||||
M src/common/classes/ClumpletReader.cpp
|
||||
M src/common/classes/ClumpletReader.h
|
||||
M src/common/classes/ClumpletWriter.cpp
|
||||
M src/common/classes/ClumpletWriter.h
|
||||
M src/common/classes/File.h
|
||||
M src/common/classes/Hash.h
|
||||
M src/common/classes/MetaName.cpp
|
||||
M src/common/classes/MetaName.h
|
||||
M src/common/classes/MsgPrint.cpp
|
||||
M src/common/classes/SafeArg.cpp
|
||||
M src/common/classes/SafeArg.h
|
||||
M src/common/classes/Switches.cpp
|
||||
M src/common/classes/Switches.h
|
||||
M src/common/classes/TempFile.cpp
|
||||
M src/common/classes/TempFile.h
|
||||
M src/common/classes/UserBlob.cpp
|
||||
M src/common/classes/UserBlob.h
|
||||
M src/common/classes/VaryStr.h
|
||||
M src/common/classes/alloc.cpp
|
||||
M src/common/classes/array.h
|
||||
M src/common/classes/fb_string.cpp
|
||||
M src/common/classes/fb_string.h
|
||||
M src/common/classes/misc/class_test.cpp
|
||||
M src/common/classes/objects_array.h
|
||||
M src/common/classes/semaphore.cpp
|
||||
M src/common/classes/semaphore.h
|
||||
M src/common/classes/stack.h
|
||||
M src/common/classes/tree.h
|
||||
M src/common/classes/vector.h
|
||||
M src/common/common.h
|
||||
M src/common/config/config_file.cpp
|
||||
M src/common/config/dir_list.cpp
|
||||
M src/common/config/dir_list.h
|
||||
M src/common/config/os/config_root.h
|
||||
M src/common/cvt.cpp
|
||||
M src/common/db_alias.cpp
|
||||
M src/common/isc_f_proto.h
|
||||
M src/common/isc_file.cpp
|
||||
M src/common/isc_sync.cpp
|
||||
M src/common/os/guid.h
|
||||
M src/common/os/posix/guid.cpp
|
||||
M src/common/os/win32/guid.cpp
|
||||
M src/common/os/win32/os_utils.cpp
|
||||
M src/common/security.h
|
||||
M src/common/stuff.h
|
||||
M src/common/unicode_util.cpp
|
||||
M src/common/utils.cpp
|
||||
M src/common/utils_proto.h
|
||||
M src/common/xdr.cpp
|
||||
M src/dsql/BlrDebugWriter.cpp
|
||||
M src/dsql/BoolNodes.cpp
|
||||
M src/dsql/DdlNodes.epp
|
||||
M src/dsql/DsqlCompilerScratch.cpp
|
||||
M src/dsql/ExprNodes.cpp
|
||||
M src/dsql/Nodes.h
|
||||
M src/dsql/PackageNodes.epp
|
||||
M src/dsql/Parser.cpp
|
||||
M src/dsql/StmtNodes.cpp
|
||||
M src/dsql/dsql.cpp
|
||||
M src/dsql/errd.cpp
|
||||
M src/dsql/gen.cpp
|
||||
M src/dsql/make.cpp
|
||||
M src/dsql/metd.epp
|
||||
M src/dsql/parse.y
|
||||
M src/dsql/pass1.cpp
|
||||
M src/extlib/fbudf/fbudf.cpp
|
||||
M src/extlib/ib_udf.cpp
|
||||
M src/extlib/ib_util.cpp
|
||||
M src/gpre/boot/gpre_meta_boot.cpp
|
||||
M src/gpre/c_cxx.cpp
|
||||
M src/gpre/cmd.cpp
|
||||
M src/gpre/cme.cpp
|
||||
M src/gpre/cmp.cpp
|
||||
M src/gpre/exp.cpp
|
||||
M src/gpre/gpre.cpp
|
||||
M src/gpre/gpre.h
|
||||
M src/gpre/languages/ada.cpp
|
||||
M src/gpre/languages/cob.cpp
|
||||
M src/gpre/languages/fbrmclib.cpp
|
||||
M src/gpre/languages/ftn.cpp
|
||||
M src/gpre/languages/pas.cpp
|
||||
M src/gpre/languages/rmc.cpp
|
||||
M src/gpre/msc.cpp
|
||||
M src/gpre/obj_cxx.cpp
|
||||
M src/gpre/par.cpp
|
||||
M src/gpre/sqe.cpp
|
||||
M src/gpre/sql.cpp
|
||||
M src/gpre/std/gpre_meta.epp
|
||||
M src/include/firebird/UdrEngine.h
|
||||
M src/include/types_pub.h
|
||||
M src/intl/cv_big5.cpp
|
||||
M src/intl/cv_gb2312.cpp
|
||||
M src/intl/cv_icu.cpp
|
||||
M src/intl/cv_jis.cpp
|
||||
M src/intl/cv_ksc.cpp
|
||||
M src/intl/cv_narrow.cpp
|
||||
M src/intl/cv_unicode_fss.cpp
|
||||
M src/iscguard/iscguard.cpp
|
||||
M src/isql/extract.epp
|
||||
M src/isql/isql.epp
|
||||
M src/isql/show.epp
|
||||
M src/jrd/Attachment.cpp
|
||||
M src/jrd/Attachment.h
|
||||
M src/jrd/Collation.cpp
|
||||
M src/jrd/CryptoManager.cpp
|
||||
M src/jrd/DataTypeUtil.cpp
|
||||
M src/jrd/Database.cpp
|
||||
M src/jrd/Database.h
|
||||
M src/jrd/DatabaseSnapshot.cpp
|
||||
M src/jrd/DatabaseSnapshot.h
|
||||
M src/jrd/ExtEngineManager.cpp
|
||||
M src/jrd/GarbageCollector.cpp
|
||||
M src/jrd/GlobalRWLock.cpp
|
||||
M src/jrd/GlobalRWLock.h
|
||||
M src/jrd/IntlManager.cpp
|
||||
M src/jrd/JrdStatement.cpp
|
||||
M src/jrd/Mapping.cpp
|
||||
M src/jrd/Optimizer.cpp
|
||||
M src/jrd/Optimizer.h
|
||||
M src/jrd/PreparedStatement.cpp
|
||||
M src/jrd/PreparedStatement.h
|
||||
M src/jrd/RandomGenerator.cpp
|
||||
M src/jrd/RandomGenerator.h
|
||||
M src/jrd/RecordSourceNodes.cpp
|
||||
M src/jrd/RecordSourceNodes.h
|
||||
M src/jrd/Relation.cpp
|
||||
M src/jrd/Relation.h
|
||||
M src/jrd/RuntimeStatistics.cpp
|
||||
M src/jrd/RuntimeStatistics.h
|
||||
M src/jrd/SimilarToMatcher.h
|
||||
M src/jrd/SysFunction.cpp
|
||||
M src/jrd/TempSpace.cpp
|
||||
M src/jrd/TempSpace.h
|
||||
M src/jrd/UserManagement.cpp
|
||||
M src/jrd/blb.cpp
|
||||
M src/jrd/blb.h
|
||||
M src/jrd/btr.cpp
|
||||
M src/jrd/cch.cpp
|
||||
M src/jrd/cmp.cpp
|
||||
M src/jrd/constants.h
|
||||
M src/jrd/cvt2.cpp
|
||||
M src/jrd/dfw.epp
|
||||
M src/jrd/dpm.epp
|
||||
M src/jrd/dyn_util.epp
|
||||
M src/jrd/err.cpp
|
||||
M src/jrd/event.cpp
|
||||
M src/jrd/evl_string.h
|
||||
M src/jrd/exe.cpp
|
||||
M src/jrd/exe.h
|
||||
M src/jrd/extds/ExtDS.cpp
|
||||
M src/jrd/extds/IscDS.cpp
|
||||
M src/jrd/filters.cpp
|
||||
M src/jrd/flu.cpp
|
||||
M src/jrd/fun.epp
|
||||
M src/jrd/grant.epp
|
||||
M src/jrd/idx.cpp
|
||||
M src/jrd/inf.cpp
|
||||
M src/jrd/ini.epp
|
||||
M src/jrd/intl.cpp
|
||||
M src/jrd/intl_builtin.cpp
|
||||
M src/jrd/jrd.cpp
|
||||
M src/jrd/jrd.h
|
||||
M src/jrd/met.epp
|
||||
M src/jrd/nbak.cpp
|
||||
M src/jrd/ntrace.h
|
||||
M src/jrd/ods.cpp
|
||||
M src/jrd/ods_proto.h
|
||||
M src/jrd/opt.cpp
|
||||
M src/jrd/os/pio_proto.h
|
||||
M src/jrd/os/posix/unix.cpp
|
||||
M src/jrd/os/win32/winnt.cpp
|
||||
M src/jrd/pag.cpp
|
||||
M src/jrd/par.cpp
|
||||
M src/jrd/par_proto.h
|
||||
M src/jrd/recsrc/BufferedStream.cpp
|
||||
M src/jrd/recsrc/HashJoin.cpp
|
||||
M src/jrd/recsrc/IndexTableScan.cpp
|
||||
M src/jrd/recsrc/MergeJoin.cpp
|
||||
M src/jrd/recsrc/NestedLoopJoin.cpp
|
||||
M src/jrd/recsrc/RecordSource.h
|
||||
M src/jrd/recsrc/RecursiveStream.cpp
|
||||
M src/jrd/recsrc/SingularStream.cpp
|
||||
M src/jrd/recsrc/Union.cpp
|
||||
M src/jrd/rpb_chain.cpp
|
||||
M src/jrd/scl.epp
|
||||
M src/jrd/sdw.cpp
|
||||
M src/jrd/sort.cpp
|
||||
M src/jrd/sort.h
|
||||
M src/jrd/sqz.cpp
|
||||
M src/jrd/sqz.h
|
||||
M src/jrd/status.cpp
|
||||
M src/jrd/status.h
|
||||
M src/jrd/svc.cpp
|
||||
M src/jrd/svc.h
|
||||
M src/jrd/tpc.cpp
|
||||
M src/jrd/tra.cpp
|
||||
M src/jrd/trace/TraceConfigStorage.cpp
|
||||
M src/jrd/trace/TraceDSQLHelpers.h
|
||||
M src/jrd/trace/TraceLog.cpp
|
||||
M src/jrd/trace/TraceLog.h
|
||||
M src/jrd/trace/TraceManager.cpp
|
||||
M src/jrd/trace/TraceObjects.cpp
|
||||
M src/jrd/trace/TraceObjects.h
|
||||
M src/jrd/trace/TraceService.cpp
|
||||
M src/jrd/validation.cpp
|
||||
M src/jrd/vio.cpp
|
||||
M src/lock/print.cpp
|
||||
M src/plugins/udr_engine/UdrEngine.cpp
|
||||
M src/qli/all.cpp
|
||||
M src/qli/dtr.cpp
|
||||
M src/qli/err.cpp
|
||||
M src/qli/err_proto.h
|
||||
M src/qli/exe.cpp
|
||||
M src/qli/expand.cpp
|
||||
M src/qli/format.cpp
|
||||
M src/qli/gener.cpp
|
||||
M src/qli/help.epp
|
||||
M src/qli/hsh.cpp
|
||||
M src/qli/lex.cpp
|
||||
M src/qli/meta.epp
|
||||
M src/qli/mov.cpp
|
||||
M src/qli/picstr.cpp
|
||||
M src/qli/show.epp
|
||||
M src/remote/client/interface.cpp
|
||||
M src/remote/inet.cpp
|
||||
M src/remote/merge.cpp
|
||||
M src/remote/remote.cpp
|
||||
M src/remote/remote.h
|
||||
M src/remote/server/server.cpp
|
||||
M src/utilities/fbcpl/fbcontrol.def
|
||||
M src/utilities/fbsvcmgr/fbsvcmgr.cpp
|
||||
M src/utilities/gsec/gsec.cpp
|
||||
M src/utilities/gstat/dba.epp
|
||||
M src/utilities/install/services.cpp
|
||||
M src/utilities/nbackup/nbackup.cpp
|
||||
M src/utilities/ntrace/PluginLogWriter.cpp
|
||||
M src/utilities/ntrace/PluginLogWriter.h
|
||||
M src/utilities/ntrace/TraceConfiguration.cpp
|
||||
M src/utilities/ntrace/TracePluginConfig.h
|
||||
M src/utilities/ntrace/TracePluginImpl.cpp
|
||||
M src/utilities/ntrace/traceplugin.cpp
|
||||
M src/yvalve/DistributedTransaction.cpp
|
||||
M src/yvalve/MasterImplementation.cpp
|
||||
M src/yvalve/PluginManager.cpp
|
||||
M src/yvalve/YObjects.h
|
||||
M src/yvalve/alt.cpp
|
||||
M src/yvalve/array.epp
|
||||
M src/yvalve/gds.cpp
|
||||
M src/yvalve/preparse.cpp
|
||||
M src/yvalve/utl.cpp
|
||||
M src/yvalve/why.cpp
|
||||
Fix build warnings
|
||||
|
||||
2014-07-16 12:51 dimitr
|
||||
M src/jrd/recsrc/BitmapTableScan.cpp
|
||||
M src/jrd/recsrc/IndexTableScan.cpp
|
||||
|
@ -3,16 +3,16 @@
|
||||
*** DO NOT EDIT ***
|
||||
TO CHANGE ANY INFORMATION IN HERE PLEASE
|
||||
EDIT src/misc/writeBuildNum.sh
|
||||
FORMAL BUILD NUMBER:31230
|
||||
FORMAL BUILD NUMBER:31234
|
||||
*/
|
||||
|
||||
#define PRODUCT_VER_STRING "3.0.0.31230"
|
||||
#define FILE_VER_STRING "WI-T3.0.0.31230"
|
||||
#define LICENSE_VER_STRING "WI-T3.0.0.31230"
|
||||
#define FILE_VER_NUMBER 3, 0, 0, 31230
|
||||
#define PRODUCT_VER_STRING "3.0.0.31234"
|
||||
#define FILE_VER_STRING "WI-T3.0.0.31234"
|
||||
#define LICENSE_VER_STRING "WI-T3.0.0.31234"
|
||||
#define FILE_VER_NUMBER 3, 0, 0, 31234
|
||||
#define FB_MAJOR_VER "3"
|
||||
#define FB_MINOR_VER "0"
|
||||
#define FB_REV_NO "0"
|
||||
#define FB_BUILD_NO "31230"
|
||||
#define FB_BUILD_NO "31234"
|
||||
#define FB_BUILD_TYPE "T"
|
||||
#define FB_BUILD_SUFFIX "Firebird 3.0 Alpha 2"
|
||||
|
@ -9,7 +9,7 @@ BuildType=T
|
||||
MajorVer=3
|
||||
MinorVer=0
|
||||
RevNo=0
|
||||
BuildNum=31230
|
||||
BuildNum=31234
|
||||
|
||||
NowAt=`pwd`
|
||||
cd `dirname $0`
|
||||
|
Loading…
Reference in New Issue
Block a user