8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 03:23:04 +01:00

nightly update

This commit is contained in:
fsg 2009-11-06 13:54:40 +00:00
parent 4e654f767a
commit 80dae6e94b

127
ChangeLog
View File

@ -1,3 +1,130 @@
2009-11-06 12:36 robocop
* firebird2/src/: burp/burp.h (1.105), include/gen/msgs.h (1.146),
msgs/facilities2.sql (1.82), msgs/history2.sql (1.19),
msgs/messages2.sql (1.105):
Upgrade the backup version to 10 for FB3.
2009-11-06 12:16 robocop
* firebird2/src/jrd/: pag.h (1.25), validation.cpp (1.54):
Misc.
2009-11-06 11:47 robocop
* firebird2/src/burp/: backup.epp (1.129), burp.cpp (1.179),
restore.epp (1.183):
Style.
2009-11-06 11:45 robocop
* firebird2/src/jrd/: ods.h (1.56), pag.h (1.24):
Misc.
2009-11-06 11:43 robocop
* firebird2/builds/win32/msvc9/: btyacc.vcproj (1.3),
build_msg.vcproj (1.2), codes.vcproj (1.2), empbuild.vcproj (1.2),
fb_inet_server.vcproj (1.5), fb_lock_print.vcproj (1.5),
fbguard.vcproj (1.3), fbserver.vcproj (1.5), fbsvcmgr.vcproj (1.2),
fbtracemgr.vcproj (1.2), gbak.vcproj (1.2), gbak_embed.vcproj
(1.2), gdef.vcproj (1.3), gfix.vcproj (1.3), gpre.vcproj (1.2),
gpre_boot.vcproj (1.6), gpre_embed.vcproj (1.2), gsec.vcproj (1.2),
gsplit.vcproj (1.4), gstat.vcproj (1.2), instclient.vcproj (1.2),
instreg.vcproj (1.2), instsvc.vcproj (1.2), intlbuild.vcproj (1.2),
isql.vcproj (1.3), isql_embed.vcproj (1.3), nbackup.vcproj (1.3),
qli.vcproj (1.3), udrcpp_example.vcproj (1.2):
Follow the VC8 settings.
2009-11-06 09:53 robocop
* firebird2/builds/win32/msvc9/: asInvoker.manifest (1.2),
asInvokerManifest.vsprops (1.2), requireAdministrator.manifest
(1.2), requireAdministratorManifest.vsprops (1.2):
Follow the VC8 settings.
2009-11-06 06:58 robocop
* firebird2/src/jrd/extds/IscDS.cpp (1.35):
Misc.
2009-11-06 06:27 robocop
* firebird2/src/: jrd/IntlManager.cpp (1.38), jrd/PluginManager.cpp
(1.6), jrd/fun.epp (1.134), jrd/unicode_util.cpp (1.54),
jrd/os/mod_loader.h (1.9), jrd/os/darwin/mod_loader.cpp (1.17),
jrd/os/posix/mod_loader.cpp (1.14), jrd/os/win32/mod_loader.cpp
(1.25), plugins/udr_engine/UdrEngine.cpp (1.6):
Use correct English.
2009-11-06 06:26 robocop
* firebird2/src/burp/burp.cpp (1.178):
Adriano prefers a constant.
2009-11-06 02:21 asfernandes
* firebird2/: builds/posix/Makefile.in.embed.qli (1.28),
builds/posix/prefix.linux_arm (1.9), src/alice/alice_proto.h
(1.16), src/alice/aliceswi.h (1.30), src/burp/burp.cpp (1.177),
src/burp/restore.epp (1.182), src/burp/spit.cpp (1.48),
src/common/classes/Interlock.h (1.5),
src/common/classes/Switches.cpp (1.2),
src/common/classes/Switches.h (1.2), src/common/classes/alloc.cpp
(1.134), src/jrd/cmp.cpp (1.361), src/jrd/svc.h (1.81),
src/jrd/extds/ExtDS.cpp (1.47):
Misc
2009-11-05 23:42 hvlad
* firebird2/src/: include/consts_pub.h (1.37),
jrd/execute_statement.h (1.15), jrd/jrd.cpp (1.571), jrd/jrd.h
(1.274), jrd/extds/ExtDS.cpp (1.46), jrd/extds/ExtDS.h (1.21),
jrd/extds/InternalDS.cpp (1.32), jrd/extds/IscDS.cpp (1.34):
Fixed bug CORE-2731 : Recursive EXECUTE STATEMENT works wrong
2009-11-05 23:16 hvlad
* firebird2/builds/win32/: msvc8/Firebird2.sln (1.20),
msvc8/common.vcproj (1.15), msvc8/common_classic.vcproj (1.16),
msvc8/common_static.vcproj (1.12), msvc8/gfix.vcproj (1.10),
msvc8/gsplit.vcproj (1.7), msvc8/isql.vcproj (1.10),
msvc8/isql_embed.vcproj (1.8), msvc9/gsplit.vcproj (1.3):
Follow Claudio's changes in MSVC8 build
2009-11-05 18:04 alexpeshkoff
* firebird2/src/jrd/evl.cpp (1.312):
Frontported fix for CORE-2730: Bus error when working with DB_KEY
on RISC machines
2009-11-05 17:23 alexpeshkoff
* firebird2/src/jrd/: DataTypeUtil.cpp (1.28), cmp.cpp (1.360):
Fixed CORE-2578: select rdb$db_key from a view with a more than 1
table joined, results in conversion error
2009-11-05 15:26 verbguy
* firebird2/src/jrd/perf.cpp (1.49):
Sun Studio warning, Converting an "int" into a 64-bit integer
causes sign extension. Explicit cast resolves the issue.
2009-11-05 12:56 alexpeshkoff
* firebird2/src/: common/StatusArg.cpp (1.22), common/StatusArg.h