From 962ea06fa99e36a4631ec6459895d9466e61964c Mon Sep 17 00:00:00 2001
From: Erlang/OTP
Date: Thu, 9 Aug 2018 17:29:04 +0200
Subject: Update release notes
---
lib/mnesia/doc/src/notes.xml | 28 +++++++++++++++++++++++++++-
1 file changed, 27 insertions(+), 1 deletion(-)
(limited to 'lib/mnesia/doc/src')
diff --git a/lib/mnesia/doc/src/notes.xml b/lib/mnesia/doc/src/notes.xml
index ba94e913f5..151c9f6f21 100644
--- a/lib/mnesia/doc/src/notes.xml
+++ b/lib/mnesia/doc/src/notes.xml
@@ -39,7 +39,33 @@
thus constitutes one section in this document. The title of each
section is the version number of Mnesia.
- Mnesia 4.15.3
+ Mnesia 4.15.3.1
+
+ Fixed Bugs and Malfunctions
+
+ -
+
+ 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 replicase are not stored on disk.
+
+ Own Id: OTP-15226 Aux Id: ERIERL-221
+
+
+
+
+
+
+Mnesia 4.15.3
Fixed Bugs and Malfunctions
--
cgit v1.2.3