From 8cece79b77952c991e62ae595bcf71cde016a052 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Mon, 17 Jun 2013 16:23:55 +0200 Subject: Prepare release --- lib/mnesia/doc/src/notes.xml | 32 +++++++++++++++++++++++++++++++- lib/mnesia/vsn.mk | 2 +- 2 files changed, 32 insertions(+), 2 deletions(-) (limited to 'lib/mnesia') diff --git a/lib/mnesia/doc/src/notes.xml b/lib/mnesia/doc/src/notes.xml index 5942a40a87..790f5d92b5 100644 --- a/lib/mnesia/doc/src/notes.xml +++ b/lib/mnesia/doc/src/notes.xml @@ -38,7 +38,37 @@ thus constitutes one section in this document. The title of each section is the version number of Mnesia.

-
Mnesia 4.8 +
Mnesia 4.9 + +
Fixed Bugs and Malfunctions + + +

+ If mnesia:clear_table/2 was called during a table load on + that table, the schema record was written to the table + instead of clearing table.

+

+ Own Id: OTP-11030 Aux Id: seq12267

+
+
+
+ + +
Improvements and New Features + + +

+ Optimize index creation for Mnesia set tables. Thanks to + Nick Marino.

+

+ Own Id: OTP-11103

+
+
+
+ +
+ +
Mnesia 4.8
Fixed Bugs and Malfunctions diff --git a/lib/mnesia/vsn.mk b/lib/mnesia/vsn.mk index 8cd97342af..d7a132bc1a 100644 --- a/lib/mnesia/vsn.mk +++ b/lib/mnesia/vsn.mk @@ -1 +1 @@ -MNESIA_VSN = 4.8 +MNESIA_VSN = 4.9 -- cgit v1.2.3