mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 18:03:03 +01:00
Manual update: changelog + buildno.
This commit is contained in:
parent
dc14d2cfed
commit
4a98252c13
207
ChangeLog
207
ChangeLog
@ -1,3 +1,210 @@
|
||||
2015-07-28 12:40 egorpugin
|
||||
M CMakeLists.txt
|
||||
M builds/cmake/Configure.cmake
|
||||
[build][cmake] Fix OS X build with brew.
|
||||
|
||||
2015-07-28 11:56 asfernandes
|
||||
M src/dsql/PackageNodes.epp
|
||||
M src/dsql/PackageNodes.h
|
||||
Fixed CORE-4887 - AFTER CREATE/ALTER PACKAGE DDL triggers runs in incorrectly moment.
|
||||
|
||||
2015-07-28 11:56 asfernandes
|
||||
M src/dsql/PackageNodes.epp
|
||||
Fixed weird indentation.
|
||||
|
||||
2015-07-28 07:26 hvlad
|
||||
M src/burp/backup.epp
|
||||
M src/burp/burp.cpp
|
||||
M src/burp/restore.epp
|
||||
Make gbak output a bit more consistent look (see also CORE-1999)
|
||||
|
||||
2015-07-26 21:06 asfernandes
|
||||
M lang_helpers/gds_codes.ftn
|
||||
M lang_helpers/gds_codes.pas
|
||||
M src/dsql/ExprNodes.cpp
|
||||
M src/dsql/Parser.cpp
|
||||
M src/dsql/gen.cpp
|
||||
M src/include/gen/codetext.h
|
||||
M src/include/gen/iberror.h
|
||||
M src/include/gen/msgs.h
|
||||
M src/include/gen/sql_code.h
|
||||
M src/include/gen/sql_state.h
|
||||
M src/jrd/DataTypeUtil.cpp
|
||||
M src/jrd/SysFunction.cpp
|
||||
M src/jrd/blb.cpp
|
||||
M src/jrd/constants.h
|
||||
M src/msgs/messages2.sql
|
||||
M src/msgs/system_errors2.sql
|
||||
M src/yvalve/gds.cpp
|
||||
Fixed CORE-4881 - Increase maximum string literal length to 64K (bytes) while setting a lower limit (of characters) for multibyte charsets based on their max char. length (UTF-8 literals will be limited to 16383 characters).
|
||||
|
||||
2015-07-26 21:06 asfernandes
|
||||
M src/isql/isql.epp
|
||||
Fixed CORE-4882 - ISQL input command (or -i option) reads large (> 64K) lines incorrectly.
|
||||
|
||||
2015-07-26 17:03 hvlad
|
||||
M src/msgs/facilities2.sql
|
||||
Reserve facility code 26 (name "JAYBIRD") for JayBird needs
|
||||
|
||||
2015-07-26 16:49 hvlad
|
||||
M src/burp/backup.epp
|
||||
M src/burp/burp.cpp
|
||||
M src/burp/burp.h
|
||||
M src/burp/burpswi.h
|
||||
M src/burp/restore.epp
|
||||
M src/common/classes/ClumpletReader.cpp
|
||||
M src/include/consts_pub.h
|
||||
M src/jrd/svc.cpp
|
||||
M src/jrd/svc.h
|
||||
M src/msgs/facilities2.sql
|
||||
M src/msgs/messages2.sql
|
||||
M src/utilities/fbsvcmgr/fbsvcmgr.cpp
|
||||
Implement improvement CORE-1999 : TimeStamp in the every line output gbak.exe utility
|
||||
Minor fixes in service manager.
|
||||
Thanks to Alex for help.
|
||||
Documentation will follow.
|
||||
|
||||
2015-07-26 15:58 hvlad
|
||||
M src/common/classes/SyncObject.cpp
|
||||
Restore fair locking in SyncObject (it was disabled until validation code changed to avoid recursive latches).
|
||||
|
||||
2015-07-26 15:56 hvlad
|
||||
M src/jrd/validation.cpp
|
||||
M src/jrd/validation.h
|
||||
Change validation code to avoid recursive latches (as it is not supported in fb3 cch).
|
||||
|
||||
2015-07-26 14:25 alexpeshkoff
|
||||
M src/include/firebird/FirebirdInterface.idl
|
||||
M src/include/firebird/IdlFbInterfaces.h
|
||||
M src/yvalve/YObjects.h
|
||||
M src/yvalve/utl.cpp
|
||||
Added getClientVersion() method to Util interface and XpbBuilder interface to work with DPB/SPB/etc formats
|
||||
|
||||
2015-07-26 14:23 alexpeshkoff
|
||||
M src/common/classes/ClumpletReader.cpp
|
||||
M src/common/classes/ClumpletReader.h
|
||||
M src/jrd/Mapping.cpp
|
||||
Fixed an issue with missing auth source info when using trusted auth
|
||||
|
||||
2015-07-26 14:22 alexpeshkoff
|
||||
M src/jrd/license.h
|
||||
Minor enhancement - show that build is DEV in "show version"
|
||||
|
||||
2015-07-26 14:13 alexpeshkoff
|
||||
M src/jrd/svc.cpp
|
||||
M src/jrd/svc.h
|
||||
Fixed CORE-4879: Minor inconvenience in user management via services API - fixed order of parameters in SPB required
|
||||
|
||||
2015-07-26 14:09 alexpeshkoff
|
||||
M src/remote/server/os/posix/inet_server.cpp
|
||||
Better statrtup error diags
|
||||
|
||||
2015-07-26 14:07 alexpeshkoff
|
||||
M src/auth/SecureRemotePassword/manage/SrpManagement.cpp
|
||||
Minor optimization - use on-stack allocation instead new/delete
|
||||
|
||||
2015-07-26 14:06 alexpeshkoff
|
||||
M doc/README.trusted_authentication
|
||||
Fixed old text to make it match v.3 reality
|
||||
|
||||
2015-07-26 14:04 alexpeshkoff
|
||||
M builds/install/posix-common/changeServerMode.sh.in
|
||||
Use new ServerMode parameter in the script
|
||||
|
||||
2015-07-26 14:03 alexpeshkoff
|
||||
M builds/install/arch-specific/linux/firebird.init.d.gentoo.in
|
||||
Bring gentoo installation up-to-date
|
||||
|
||||
2015-07-26 14:02 alexpeshkoff
|
||||
M builds/install/arch-specific/linux/linuxLibrary.sh.in
|
||||
This should fix issues with different systemd location in FS
|
||||
|
||||
2015-07-26 11:38 asfernandes
|
||||
M src/isql/isql.epp
|
||||
On behalf of alexpeshkoff after sourceforge crash - Postfix for CORE-4811: Avoid use of monitoring tables in ISQL's frontend as suggested by Dmitry
|
||||
|
||||
2015-07-26 11:38 asfernandes
|
||||
M src/isql/isql.epp
|
||||
On behalf of alexpeshkoff after sourceforge crash - Postfix for CORE-4811: display in ISQL database, user and role as server sees them
|
||||
|
||||
2015-07-26 11:38 asfernandes
|
||||
M src/common/utils.cpp
|
||||
On behalf of alexpeshkoff after sourceforge crash - Postfix for CORE-4811: strip single quotes, not making them keep case of ascii string, when used in DPB (connect/create database)
|
||||
|
||||
2015-07-26 11:37 asfernandes
|
||||
M src/gpre/gpre.h
|
||||
On behalf of mapopa after sourceforge crash - remove unused DBB_ flags from comments
|
||||
|
||||
2015-07-26 11:37 asfernandes
|
||||
M src/gpre/gpre.h
|
||||
On behalf of mapopa after sourceforge crash - DBB_v3 was removed , remove from comments http://sourceforge.net/p/firebird/mailman/message/16823672/
|
||||
|
||||
2015-07-26 11:37 asfernandes
|
||||
M src/gpre/cmd.cpp
|
||||
On behalf of mapopa after sourceforge crash - FLINT_CACHE was never used , dead leftover from ib 4.0 product years http://sourceforge.net/p/firebird/mailman/message/30668961/
|
||||
|
||||
2015-07-26 11:37 asfernandes
|
||||
M src/qli/show.epp
|
||||
On behalf of mapopa after sourceforge crash - remove comment MET_exact_name() is no more replaced with fb_utils::exact_name
|
||||
|
||||
2015-07-26 11:37 asfernandes
|
||||
M src/isql/iutils.cpp
|
||||
M src/yvalve/array.epp
|
||||
M src/yvalve/blob.epp
|
||||
On behalf of mapopa after sourceforge crash - MET_exact_name , DYN_terminate are no more
|
||||
|
||||
2015-07-26 11:36 asfernandes
|
||||
M src/isql/iutils.cpp
|
||||
M src/isql/iutils_proto.h
|
||||
On behalf of mapopa after sourceforge crash - IUTILS_blankterm2 replaced with fb_utils::exact_name (NOT_USED_OR_REPLACED)
|
||||
|
||||
2015-07-26 11:36 asfernandes
|
||||
M src/gpre/gpre.h
|
||||
M src/gpre/par.cpp
|
||||
On behalf of mapopa after sourceforge crash - unused enum member lang_epascal
|
||||
|
||||
2015-07-26 11:36 asfernandes
|
||||
M src/gpre/gpre.cpp
|
||||
M src/gpre/gpre_proto.h
|
||||
On behalf of mapopa after sourceforge crash - Remove gpre BASIC function (NOT_USED_OR_REPLACED)
|
||||
|
||||
2015-07-26 11:36 asfernandes
|
||||
M src/common/StatusHolder.h
|
||||
M src/jrd/status.h
|
||||
On behalf of robocop after sourceforge crash - Misc.
|
||||
|
||||
2015-07-26 11:35 asfernandes
|
||||
M src/jrd/jrd.cpp
|
||||
On behalf of alexpeshkoff after sourceforge crash - Postfix for CORE-4811: fix handling case for OS names
|
||||
|
||||
2015-07-26 03:50 dimitr
|
||||
M src/common/isc_file.cpp
|
||||
Fixed hostless INET/WNET connections on Linux.
|
||||
|
||||
2015-07-15 10:14 hvlad
|
||||
M src/utilities/fbsvcmgr/fbsvcmgr.cpp
|
||||
Fixed bug CORE-4876
|
||||
fbsvcmgr shows wrong options for some Trace API services in help screen
|
||||
|
||||
2015-07-15 08:07 dimitr
|
||||
M src/remote/client/BlrFromMessage.cpp
|
||||
M src/remote/client/BlrFromMessage.h
|
||||
M src/remote/client/interface.cpp
|
||||
This should fix CORE-4872: v3 fbclient cannot work with servers older than v2.5 via the remote protocol.
|
||||
|
||||
2015-07-15 07:10 hvlad
|
||||
M src/jrd/dpm.epp
|
||||
Correction
|
||||
|
||||
2015-07-15 06:55 hvlad
|
||||
M src/utilities/gsec/main/gsecMain.cpp
|
||||
gsec also could hung on exit if worker database have non-zero LINGER set.
|
||||
Seems we must add fb_shutdown to the every utility which could load embedded engine...
|
||||
|
||||
2015-07-15 06:42 hvlad
|
||||
M src/remote/server/os/win32/srvr_w32.cpp
|
||||
Windows-specific part for CORE-4871
|
||||
|
||||
2015-07-14 17:10 dimitr
|
||||
M src/jrd/RecordSourceNodes.cpp
|
||||
Fixed CORE-4710: invalid request BLR at offset 361 context already in use (BLR error).
|
||||
|
Loading…
Reference in New Issue
Block a user