From 7f3486a5ddc02a366f2945dfd009c4a2697a2b98 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Tue, 9 Dec 2014 15:21:47 +0100 Subject: Prepare release --- lib/jinterface/doc/src/notes.xml | 34 ++++++++++++++++++++++++++++++++++ lib/jinterface/vsn.mk | 2 +- 2 files changed, 35 insertions(+), 1 deletion(-) (limited to 'lib/jinterface') diff --git a/lib/jinterface/doc/src/notes.xml b/lib/jinterface/doc/src/notes.xml index 46d89f0cdb..fc5f8be53e 100644 --- a/lib/jinterface/doc/src/notes.xml +++ b/lib/jinterface/doc/src/notes.xml @@ -30,6 +30,40 @@

This document describes the changes made to the Jinterface application.

+
Jinterface 1.5.12 + +
Fixed Bugs and Malfunctions + + +

+ handle empty .erlang.cookie without crashing and + OtpErlangList.clone must not return null

+

+ Own Id: OTP-12210

+
+ +

+ This fixes all the compilation warnings in the Java code

+

+ Own Id: OTP-12211

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

+ Added an .appup file for the application.

+

+ Own Id: OTP-12358 Aux Id: OTP-12178

+
+
+
+ +
+
Jinterface 1.5.11
Fixed Bugs and Malfunctions diff --git a/lib/jinterface/vsn.mk b/lib/jinterface/vsn.mk index eea83c2f3f..72ad316333 100644 --- a/lib/jinterface/vsn.mk +++ b/lib/jinterface/vsn.mk @@ -1 +1 @@ -JINTERFACE_VSN = 1.5.11 +JINTERFACE_VSN = 1.5.12 -- cgit v1.2.3