aboutsummaryrefslogtreecommitdiffstats
path: root/lib/jinterface/doc/src/notes.xml
diff options
context:
space:
mode:
authorErlang/OTP <[email protected]>2015-05-12 18:18:55 +0200
committerErlang/OTP <[email protected]>2015-05-12 18:18:55 +0200
commite09dd66dc4d89c62ddfd8c19791f9678d5d787c6 (patch)
tree5967d95bbd5daf995246b0f66a4b40fa92c7f415 /lib/jinterface/doc/src/notes.xml
parent11001c6a93ad6c2d0433cd7d23916d5a72f5eff3 (diff)
downloadotp-e09dd66dc4d89c62ddfd8c19791f9678d5d787c6.tar.gz
otp-e09dd66dc4d89c62ddfd8c19791f9678d5d787c6.tar.bz2
otp-e09dd66dc4d89c62ddfd8c19791f9678d5d787c6.zip
Prepare release
Diffstat (limited to 'lib/jinterface/doc/src/notes.xml')
-rw-r--r--lib/jinterface/doc/src/notes.xml53
1 files changed, 53 insertions, 0 deletions
diff --git a/lib/jinterface/doc/src/notes.xml b/lib/jinterface/doc/src/notes.xml
index fc5f8be53e..f854fa1f3a 100644
--- a/lib/jinterface/doc/src/notes.xml
+++ b/lib/jinterface/doc/src/notes.xml
@@ -30,6 +30,59 @@
</header>
<p>This document describes the changes made to the Jinterface application.</p>
+<section><title>Jinterface 1.6</title>
+
+ <section><title>Fixed Bugs and Malfunctions</title>
+ <list>
+ <item>
+ <p>
+ Reformat the sources for JInterface uniformly and
+ according to the standard Java style guidelines. Provide
+ description of the rules applied in Eclipse format (for
+ other editors one can check the settings against these).</p>
+ <p>
+ In short, the formatting style is: * indentation uses
+ only spaces; each level is 4 positions * no trailing
+ whitespace * mostly default Java style formatting (any
+ difference is minor) * always use {} blocks * use 'final'
+ as much as possible</p>
+ <p>
+ Own Id: OTP-12333</p>
+ </item>
+ </list>
+ </section>
+
+
+ <section><title>Improvements and New Features</title>
+ <list>
+ <item>
+ <p>
+ Add basic transport factory implementation. This makes
+ possible creating connections between nodes using ssh
+ channels for example.</p>
+ <p>
+ Own Id: OTP-12686</p>
+ </item>
+ <item>
+ <p>
+ Add Jinterface generic match and bind methods to provide
+ low level interface base methods sufficient for variety
+ of higher level pattern matching/variable binding
+ implementations.</p>
+ <p>
+ Own Id: OTP-12691</p>
+ </item>
+ <item>
+ <p>
+ Minimal Java version is now 1.6</p>
+ <p>
+ Own Id: OTP-12718</p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
<section><title>Jinterface 1.5.12</title>
<section><title>Fixed Bugs and Malfunctions</title>