From 25237481ccccd3ddfa74582dc267632ad618ba30 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Mon, 9 Dec 2013 20:12:33 +0100 Subject: Prepare release --- lib/mnesia/doc/src/notes.xml | 26 +++++++++++++++++++++++++- lib/mnesia/vsn.mk | 2 +- 2 files changed, 26 insertions(+), 2 deletions(-) (limited to 'lib/mnesia') diff --git a/lib/mnesia/doc/src/notes.xml b/lib/mnesia/doc/src/notes.xml index da66a647f5..0e9131190d 100644 --- a/lib/mnesia/doc/src/notes.xml +++ b/lib/mnesia/doc/src/notes.xml @@ -38,7 +38,31 @@ thus constitutes one section in this document. The title of each section is the version number of Mnesia.

-
Mnesia 4.10 +
Mnesia 4.11 + +
Fixed Bugs and Malfunctions + + +

+ Fixed a race in mnesia which could cause hanging + transaction when sticky locks had been used. Thanks + janchochol.

+

+ Own Id: OTP-11375

+
+ +

+ Fixed dirty_update_counter which could return ok, thanks + Anton Ryabkov.

+

+ Own Id: OTP-11485

+
+
+
+ +
+ +
Mnesia 4.10
Fixed Bugs and Malfunctions diff --git a/lib/mnesia/vsn.mk b/lib/mnesia/vsn.mk index c8187013be..064ba43791 100644 --- a/lib/mnesia/vsn.mk +++ b/lib/mnesia/vsn.mk @@ -1 +1 @@ -MNESIA_VSN = 4.10 +MNESIA_VSN = 4.11 -- cgit v1.2.3