diff options
Diffstat (limited to 'lib/ic/doc/src/notes.xml')
-rw-r--r-- | lib/ic/doc/src/notes.xml | 42 |
1 files changed, 40 insertions, 2 deletions
diff --git a/lib/ic/doc/src/notes.xml b/lib/ic/doc/src/notes.xml index 6329bf1fb5..3ac35aa0e5 100644 --- a/lib/ic/doc/src/notes.xml +++ b/lib/ic/doc/src/notes.xml @@ -4,7 +4,7 @@ <chapter> <header> <copyright> - <year>1998</year><year>2011</year> + <year>1998</year><year>2012</year> <holder>Ericsson AB. All Rights Reserved.</holder> </copyright> <legalnotice> @@ -30,7 +30,45 @@ <file>notes.xml</file> </header> - <section><title>IC 4.2.29</title> + <section><title>IC 4.2.31</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Fix bug where the ic pre-processor would ignore + whitespace quoting.</p> + <p> + Own Id: OTP-10109</p> + </item> + <item> + <p> A bug regarding spaces in C function prototypes has + been fixed. (Thanks to Richard O'Keefe.) </p> + <p> + Own Id: OTP-10138</p> + </item> + </list> + </section> + +</section> + +<section><title>IC 4.2.30</title> + + <section><title>Improvements and New Features</title> + <list> + <item> + <p> + Add generation of Erlang callback functions to generated + Erlang source code to avoid compiler warnings.</p> + <p> + Own Id: OTP-9998</p> + </item> + </list> + </section> + +</section> + +<section><title>IC 4.2.29</title> <section><title>Improvements and New Features</title> <list> |