aboutsummaryrefslogtreecommitdiffstats
path: root/lib/hipe
diff options
context:
space:
mode:
authorHenrik Nord <[email protected]>2017-09-26 12:33:40 +0200
committerHenrik Nord <[email protected]>2017-09-26 12:33:40 +0200
commit25587f05f5d80f9cfa25df953b3ce7f53c70d31a (patch)
treedfe3cb303402f0ebf8107ff77a764ab9286f67d9 /lib/hipe
parent3c23f2c6335d8586aca1efb9da6d20f00a8840fd (diff)
parent02fd746c40e829adbe77cc526c7df904698e2534 (diff)
downloadotp-25587f05f5d80f9cfa25df953b3ce7f53c70d31a.tar.gz
otp-25587f05f5d80f9cfa25df953b3ce7f53c70d31a.tar.bz2
otp-25587f05f5d80f9cfa25df953b3ce7f53c70d31a.zip
Merge branch 'maint'
Diffstat (limited to 'lib/hipe')
-rw-r--r--lib/hipe/doc/src/notes.xml29
-rw-r--r--lib/hipe/vsn.mk2
2 files changed, 30 insertions, 1 deletions
diff --git a/lib/hipe/doc/src/notes.xml b/lib/hipe/doc/src/notes.xml
index 9167d0aaec..eadaee50e2 100644
--- a/lib/hipe/doc/src/notes.xml
+++ b/lib/hipe/doc/src/notes.xml
@@ -31,6 +31,35 @@
</header>
<p>This document describes the changes made to HiPE.</p>
+<section><title>Hipe 3.16.1</title>
+
+ <section><title>Fixed Bugs and Malfunctions</title>
+ <list>
+ <item>
+ <p> Fix a bug regarding map types that caused Dialyzer to
+ go into an infinite loop. A consequence of the fix is
+ that compound map keys such as maps and tuples sometimes
+ are handled with less precision than before. </p>
+ <p>
+ Own Id: OTP-14572 Aux Id: seq13319 </p>
+ </item>
+ </list>
+ </section>
+
+
+ <section><title>Improvements and New Features</title>
+ <list>
+ <item>
+ <p>
+ General Unicode improvements.</p>
+ <p>
+ Own Id: OTP-14462</p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
<section><title>Hipe 3.16</title>
<section><title>Fixed Bugs and Malfunctions</title>
diff --git a/lib/hipe/vsn.mk b/lib/hipe/vsn.mk
index 0ef4aa7f09..f88d9147b1 100644
--- a/lib/hipe/vsn.mk
+++ b/lib/hipe/vsn.mk
@@ -1 +1 @@
-HIPE_VSN = 3.16
+HIPE_VSN = 3.16.1