From 6822ab9889eea3419039ef3695260a48ee990fca Mon Sep 17 00:00:00 2001 From: dimitr Date: Sat, 6 Feb 2016 07:37:58 +0000 Subject: [PATCH] Updated the docs for RC2. --- doc/WhatsNew | 80 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 80 insertions(+) diff --git a/doc/WhatsNew b/doc/WhatsNew index c5ba034b2b..b2a4aaffd6 100644 --- a/doc/WhatsNew +++ b/doc/WhatsNew @@ -2,6 +2,58 @@ * v3.0 Release Candidate 2 ************************** + * Bugfix CORE-5105 + Deadlocks when database is initially encrypted + Contributor(s): + Alex Peshkov + + * Bugfix CORE-5104 + External data source selects became slow + Contributor(s): + Vlad Khorsun + Alex Peshkov + + * Bugfix CORE-5102 + fbclient.dll API calls modify FPU control word + Contributor(s): + Vlad Khorsun + + * Bugfix CORE-5101 + Restore is slow when the database contains many small tables with indices + Contributor(s): + Vlad Khorsun + + * Bugfix CORE-5097 + COMPUTED-BY expressions are not converted to their field type inside the engine + Contributor(s): + Adriano dos Santos Fernandes + + * Bugfix CORE-5093 + ALTER does not change type of a computed field + Contributor(s): + Adriano dos Santos Fernandes + + * Bugfix CORE-5092 + ISQL extract command lose COMPUTED BY field types + Contributor(s): + Adriano dos Santos Fernandes + + * Bugfix CORE-5089 + Metadata extration (ISQL -X): "CREATE PROCEDURE/FUNCTION" statement contains reference to column of table(s) + that not yet exists if this procedure had parameter of such type when it was created + Contributor(s): + Adriano dos Santos Fernandes + + * Bugfix CORE-5088 + Segmentation fault when 'gstat -h' is closing + Contributor(s): + Alex Peshkov + + * Bugfix CORE-5087 + Database shutdown can cause server crash if multiple attachments run EXECUTE STATEMENT + Contributor(s): + Vlad Khorsun + * Bugfix CORE-5082 Server does not validate correctness of user/password pair provided in EXECUTE STATEMENT operator Contributor(s): @@ -52,6 +104,11 @@ Contributor(s): Alex Peshkov + * Bugfix CORE-5044 + Pages are encrypted for each shadow separately + Contributor(s): + Alex Peshkov + * Bugfix CORE-5042 FB3 client cannot create database on FB2.5 server Contributor(s): @@ -122,6 +179,11 @@ Contributor(s): Alex Peshkov + * Bugfix CORE-5002 + Windows installer includes malformed strings + Contributor(s): + Paul Reeves + * Bugfix CORE-4999 Deadlock when trying to access database with invalid crypt key Contributor(s): @@ -172,6 +234,12 @@ Contributor(s): Dimitry Sibiryakov + * Bugfix CORE-4885 + Error retrieving current user name when using Windows trusted authentication and OS user name contains non-ASCII characters. + Contributor(s): + Alex Peshkov + Dmitry Yemanov + * Bugfix CORE-4862 ibase.h from x64 package includes non-existing file Contributor(s): @@ -198,6 +266,18 @@ Contributor(s): Dmitry Yemanov + * Improvement CORE-5100 + Improve control over database crypt keys + See also: + /doc/sql.extensions/README.ddl.txt + Contributor(s): + Alex Peshkov + + * Improvement CORE-5083 + Provide method to correcty set offsets in implemented by user IMessageMetadata + Contributor(s): + Alex Peshkov + * Improvement CORE-5077 ISQL does not show encryption status of database Contributor(s):