From fb7006280f8d5a45459e1fba066fe6f6131e8e86 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Mon, 24 Sep 2018 11:32:41 +0200 Subject: Prepare release --- lib/mnesia/doc/src/notes.xml | 50 +++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 49 insertions(+), 1 deletion(-) (limited to 'lib/mnesia/doc/src/notes.xml') diff --git a/lib/mnesia/doc/src/notes.xml b/lib/mnesia/doc/src/notes.xml index b4816f9fa4..29c35d221c 100644 --- a/lib/mnesia/doc/src/notes.xml +++ b/lib/mnesia/doc/src/notes.xml @@ -39,7 +39,55 @@ thus constitutes one section in this document. The title of each section is the version number of Mnesia.

-
Mnesia 4.15.4 +
Mnesia 4.15.5 + +
Fixed Bugs and Malfunctions + + +

+ Fixed type spec for mnesia:change_config/2.

+

+ Own Id: OTP-15201 Aux Id: PR-1881

+
+ +

+ When master node is set do not force a load from + ram_copies replica when there are no available + disc_copies, since that would load an empty table. Wait + until a disk replica is available or until user + explicitly force_loads the table.

+

+ Own Id: OTP-15221 Aux Id: ERIERL-217

+
+ +

+ Allow to add replicas even if all other replicas are down + when the other replicas are not stored on disk.

+

+ Own Id: OTP-15226 Aux Id: ERIERL-221

+
+ +

+ Fixed mnesia:delete_object/1 bug, where + delete_object was deleting the record if it was written + in the same transaction even if it was written to a + different value.

+

+ Own Id: OTP-15231 Aux Id: PR-1858

+
+ +

+ Fixed a bug where the bag table index data was not + deleted when objects were deleted.

+

+ Own Id: OTP-15243

+
+
+
+ +
+ +
Mnesia 4.15.4
Improvements and New Features -- cgit v1.2.3