Skip to content

Commit 85b8fe4

Browse files
committed
Update the docs for v3.0.13
1 parent 78fd318 commit 85b8fe4

File tree

1 file changed

+65
-0
lines changed

1 file changed

+65
-0
lines changed

doc/WhatsNew

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,68 @@
1+
**************************
2+
* v3.0.13
3+
**************************
4+
5+
* Bugfix #8588
6+
Error doing a backup when database file name has extended ASCII chars
7+
Contributor(s): Alexander Peshkov
8+
9+
* Bugfix #8554
10+
Vulnerability GHSA-7qp6-hqxj-pjjp / ZDI-CAN-26486
11+
Contributor(s): Alexander Peshkov
12+
13+
* Bugfix #8520
14+
Error in iTransaction.getInfo() on embedded connection
15+
Contributor(s): Alexander Peshkov
16+
17+
* Bugfix #8485
18+
Segfault/AV on incorrect databases.conf starting with subconfig (without line alias=database_path)
19+
Contributor(s): Alexander Peshkov
20+
21+
* Bugfix #8449
22+
Races when server is closed during forced database shutdown
23+
Contributor(s): Alexander Peshkov
24+
25+
* Bugfix #8437
26+
Segmentation fault when running query with PARTITION BY and subquery
27+
Contributor(s): Adriano dos Santos Fernandes
28+
29+
* Bugfix #8417
30+
Negative statement ID in trace output
31+
Contributor(s): Dmitry Yemanov
32+
33+
* Bugfix #8416
34+
Hang when opening shared memory file
35+
Contributor(s): Alexander Peshkov
36+
37+
* Bugfix #8412
38+
Fix potential deadlock when starting the encryption thread
39+
Contributor(s): Alexey Mochalov
40+
41+
* Bugfix #8389
42+
Unnecessary reload of the encryption plugin in the SuperServer architecture
43+
Contributor(s): Alexey Mochalov
44+
45+
* Bugfix #8237
46+
Database access error when nbackup is starting
47+
Contributor(s): Alexander Peshkov
48+
49+
* Bugfix #8222
50+
Fix a case of deleted memory modification
51+
Contributor(s): Ilya Eremin
52+
53+
* Bugfix #8219
54+
Database creation in 3.0.12, 4.0.5 and 5.0.1 is slower than in previous releases
55+
Contributor(s): Adriano dos Santos Fernandes
56+
57+
* Bugfix #8215
58+
Rare sporadic segfaults in test for CORE-6142 on Windows
59+
Contributor(s): Alexander Peshkov
60+
61+
* Bugfix #8182
62+
IN predicate incorrectly handles single parenthesized subquery as IN-list, instead of table subquery
63+
Contributor(s): Mark Rotteveel
64+
65+
166
**************************
267
* v3.0.12
368
**************************

0 commit comments

Comments
 (0)