Skip to content

Commit 8bd2f7b

Browse files
committed
v4.0.4 docs
1 parent 6b9a40e commit 8bd2f7b

File tree

1 file changed

+76
-0
lines changed

1 file changed

+76
-0
lines changed

CHANGELOG.md

Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,79 @@
1+
# v4.0.4
2+
3+
## Improvements
4+
5+
* [#7818](https://github.com/FirebirdSQL/firebird/issues/7818): Extend `RDB$GET_CONTEXT('SYSTEM', '***')` with other info from `MON$ATTACHMENTS`
6+
Contributor(s): Vlad Khorsun
7+
8+
* [#7755](https://github.com/FirebirdSQL/firebird/issues/7755): Update Windows distribution with new _zlib_ version 1.3 (released 2023-08-18)
9+
Contributor(s): Vlad Khorsun
10+
11+
## Bugfixes
12+
13+
* [#7817](https://github.com/FirebirdSQL/firebird/issues/7817): Memory leak is possible for UDF array arguments
14+
Contributor(s): Dmitry Yemanov
15+
16+
* [#7812](https://github.com/FirebirdSQL/firebird/issues/7812): Service backup does not work in multiple engines configuration
17+
Contributor(s): Alexander Peshkov
18+
19+
* [#7779](https://github.com/FirebirdSQL/firebird/issues/7779): Firebird 4.0.3 is constantly crashing with the same symptoms (fbclient.dll)
20+
Contributor(s): Vlad Khorsun
21+
22+
* [#7772](https://github.com/FirebirdSQL/firebird/issues/7772): Blob corruption in FB4.0.3 (embedded)
23+
Contributor(s): Vlad Khorsun
24+
25+
* [#7770](https://github.com/FirebirdSQL/firebird/issues/7770): Restore takes 25% more time vs 4.0.0
26+
Contributor(s): Vlad Khorsun
27+
28+
* [#7766](https://github.com/FirebirdSQL/firebird/issues/7766): Firebird 4 Windows Installer omits DLLs during custom installation mode
29+
Contributor(s): Paul Reeves
30+
31+
* [#7762](https://github.com/FirebirdSQL/firebird/issues/7762): Crash on "Operating system call pthread_mutex_destroy failed. Error code 16" in log
32+
Contributor(s): Alexander Peshkov
33+
34+
* [#7761](https://github.com/FirebirdSQL/firebird/issues/7761): Regression when displaying line number of errors in _ISQL_ scripts
35+
Contributor(s): Adriano dos Santos Fernandes
36+
37+
* [#7759](https://github.com/FirebirdSQL/firebird/issues/7759): Routine calling overhead increased by factor 6 vs Firebird 4.0.0
38+
Contributor(s): Adriano dos Santos Fernandes
39+
40+
* [#7747](https://github.com/FirebirdSQL/firebird/pull/7747): Fix an issue where the garbage collection in indexes and blobs is not performed in _VIO_backout_
41+
Contributor(s): Ilya Eremin
42+
43+
* [#7745](https://github.com/FirebirdSQL/firebird/issues/7745): Error restoring database which has system domains in user table with BLOBs using embedded connection
44+
Contributor(s): Alexander Peshkov
45+
46+
* [#7738](https://github.com/FirebirdSQL/firebird/issues/7738): Crash on multiple connections/disconnections
47+
Contributor(s): Alexander Peshkov
48+
49+
* [#7737](https://github.com/FirebirdSQL/firebird/pull/7737): Fix cases where the precedence relationship between a record page and a blob page is not set
50+
Contributor(s): Ilya Eremin
51+
52+
* [#7731](https://github.com/FirebirdSQL/firebird/issues/7731): Display length of `TIMESTAMP WITH TIME ZONE` is wrong in dialect 1
53+
Contributor(s): Alexander Peshkov
54+
55+
* [#7730](https://github.com/FirebirdSQL/firebird/issues/7730): Server ignores the size of `VARCHAR` when performing `SET BIND ... TO VARCHAR(N)`
56+
Contributor(s): Alexander Peshkov
57+
58+
* [#7729](https://github.com/FirebirdSQL/firebird/issues/7729): `SET BIND OF TS WITH TZ TO VARCHAR(128)` uses the date format of dialect 1
59+
Contributor(s): Alexander Peshkov
60+
61+
* [#7727](https://github.com/FirebirdSQL/firebird/issues/7727): Index for integer column cannot be used when `INT128/DECFLOAT` value is being searched
62+
Contributor(s): Dmitry Yemanov
63+
64+
* [#7723](https://github.com/FirebirdSQL/firebird/issues/7723): Wrong error message on login if the user doesn't exist and _WireCrypt_ is disabled
65+
Contributor(s): Alexander Peshkov
66+
67+
* [#7713](https://github.com/FirebirdSQL/firebird/issues/7713): `FOR SELECT` statement can not see any changes made inside the `DO` block
68+
Contributor(s): Vlad Khorsun
69+
70+
* [#7691](https://github.com/FirebirdSQL/firebird/issues/7691): `WITH CALLER PRIVILEGES` has no effect in triggers
71+
Contributor(s): Alexander Peshkov
72+
73+
* [#7480](https://github.com/FirebirdSQL/firebird/issues/7480): Firebird server stops accepting new connections after some time
74+
Contributor(s): Alexander Peshkov
75+
76+
177
# v4.0.3
278

379
## Improvements

0 commit comments

Comments
 (0)