Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
Erlang/OTP committed Sep 13, 2010
1 parent 3a49195 commit 17224a3
Show file tree
Hide file tree
Showing 58 changed files with 1,609 additions and 34 deletions.
474 changes: 474 additions & 0 deletions erts/doc/src/notes.xml

Large diffs are not rendered by default.

16 changes: 16 additions & 0 deletions lib/appmon/doc/src/notes.xml
Expand Up @@ -30,6 +30,22 @@
</header> </header>
<p>This document describes the changes made to the Appmon application.</p> <p>This document describes the changes made to the Appmon application.</p>


<section><title>Appmon 2.1.13</title>

<section><title>Improvements and New Features</title>
<list>
<item>
<p>
An obsolete compiler directive for native code generation
was removed from a source file.</p>
<p>
Own Id: OTP-8839</p>
</item>
</list>
</section>

</section>

<section><title>Appmon 2.1.12</title> <section><title>Appmon 2.1.12</title>


<section><title>Improvements and New Features</title> <section><title>Improvements and New Features</title>
Expand Down
2 changes: 1 addition & 1 deletion lib/appmon/vsn.mk
@@ -1 +1 @@
APPMON_VSN = 2.1.12 APPMON_VSN = 2.1.13
44 changes: 44 additions & 0 deletions lib/asn1/doc/src/notes.xml
Expand Up @@ -31,6 +31,50 @@
<p>This document describes the changes made to the asn1 application.</p> <p>This document describes the changes made to the asn1 application.</p>




<section><title>Asn1 1.6.14.1</title>

<section><title>Fixed Bugs and Malfunctions</title>
<list>
<item>
<p>
Extension Addition Groups are now supported by the parser
and in all backends.</p>
<p>
Own Id: OTP-8598 Aux Id: seq-11557 </p>
</item>
<item>
<p>
Extension Addition Groups are now supported in nested
types within a SEQUENCE and CHOICE as well (missed that
in previous fix)</p>
<p>
Own Id: OTP-8797 Aux Id: seq-11557 </p>
</item>
</list>
</section>


<section><title>Improvements and New Features</title>
<list>
<item>
<p>
Bug in UNALIGNED PER regarding encoding and decoding of
constrained numbers with a valuerange > 1024. (Thanks to
Vincent de Phily)</p>
<p>
Own Id: OTP-8779</p>
</item>
<item>
<p>
Minor corrections in the User Guide.</p>
<p>
Own Id: OTP-8829</p>
</item>
</list>
</section>

</section>

<section><title>Asn1 1.6.14</title> <section><title>Asn1 1.6.14</title>


<section><title>Improvements and New Features</title> <section><title>Improvements and New Features</title>
Expand Down
2 changes: 1 addition & 1 deletion lib/asn1/vsn.mk
@@ -1,2 +1,2 @@
#next version number to use is 1.6.15 | 1.7 | 2.0 #next version number to use is 1.6.15 | 1.7 | 2.0
ASN1_VSN = 1.6.14 ASN1_VSN = 1.6.14.1
63 changes: 63 additions & 0 deletions lib/common_test/doc/src/notes.xml
Expand Up @@ -32,6 +32,69 @@
<file>notes.xml</file> <file>notes.xml</file>
</header> </header>


<section><title>Common_Test 1.5.1</title>

<section><title>Fixed Bugs and Malfunctions</title>
<list>
<item>
<p>
Returning {return_group_result,failed} from end_per_group
in a group that is part of a sequence, did not cause the
proceeding cases (or groups) to get skipped. This has
been fixed.</p>
<p>
Own Id: OTP-8753 Aux Id: seq11644 </p>
</item>
<item>
<p>
ct:install now works as the documentation describes.</p>
<p>
Own Id: OTP-8818 Aux Id: seq-11666 </p>
</item>
</list>
</section>


<section><title>Improvements and New Features</title>
<list>
<item>
<p>
Common Test has been updated to handle start options and
test specification terms for test case groups (and test
cases in groups). Also, an option named 'label', has been
added that associates the test run with a name that
Common Test prints in the overview HTML logs.</p>
<p>
Own Id: OTP-8725 Aux Id: OTP-8727 </p>
</item>
<item>
<p>
Andrey Pampukha has been added to the AUTHORS file. Thank
you Andrey for your work on configuration data handling,
Large Scale Testing improvements, and other useful
updates and fixes.</p>
<p>
Own Id: OTP-8803</p>
</item>
<item>
<p>
The Configuration Data chapter in the User's Guide has
been updated.</p>
<p>
Own Id: OTP-8804</p>
</item>
<item>
<p>
Milliseconds are now included in timestamps in Common
Test log entries. (Thanks to Tomas Johansson.)</p>
<p>
Own Id: OTP-8808</p>
</item>
</list>
</section>

</section>

<section><title>Common_Test 1.5</title> <section><title>Common_Test 1.5</title>


<section><title>Fixed Bugs and Malfunctions</title> <section><title>Fixed Bugs and Malfunctions</title>
Expand Down
15 changes: 15 additions & 0 deletions lib/compiler/doc/src/notes.xml
Expand Up @@ -31,6 +31,21 @@
<p>This document describes the changes made to the Compiler <p>This document describes the changes made to the Compiler
application.</p> application.</p>


<section><title>Compiler 4.7.1</title>

<section><title>Improvements and New Features</title>
<list>
<item>
<p>
Eliminated warnings for auto-imported BIF clashes.</p>
<p>
Own Id: OTP-8840</p>
</item>
</list>
</section>

</section>

<section><title>Compiler 4.7</title> <section><title>Compiler 4.7</title>


<section><title>Fixed Bugs and Malfunctions</title> <section><title>Fixed Bugs and Malfunctions</title>
Expand Down
2 changes: 1 addition & 1 deletion lib/compiler/vsn.mk
@@ -1 +1 @@
COMPILER_VSN = 4.7 COMPILER_VSN = 4.7.1
50 changes: 50 additions & 0 deletions lib/crypto/doc/src/notes.xml
Expand Up @@ -30,6 +30,56 @@
</header> </header>
<p>This document describes the changes made to the Crypto application.</p> <p>This document describes the changes made to the Crypto application.</p>


<section><title>Crypto 2.0.1</title>

<section><title>Fixed Bugs and Malfunctions</title>
<list>
<item>
<p>
Crypto dialyzer type error in md5_mac and sha_mac.</p>
<p>
Own Id: OTP-8718</p>
</item>
<item>
<p>
RC4 stream cipher didn't work. This since the new NIF
implementation of <c>crypto:rc4_encrypt_with_state/2</c>
introduced in <c>crypto-2.0</c> didn't return an updated
state. (Thanks to Paul Guyot)</p>
<p>
Own Id: OTP-8781</p>
</item>
<item>
<p>
A number of memory leaks in the crypto NIF library have
been fixed.</p>
<p>
Own Id: OTP-8810</p>
</item>
</list>
</section>


<section><title>Improvements and New Features</title>
<list>
<item>
<p>
Added erlang:system_info(build_type) which makes it
easier to chose drivers, NIF libraries, etc based on
build type of the runtime system.</p>
<p>
The NIF library for crypto can now be built for valgrind
and/or debug as separate NIF libraries that will be
automatically loaded if the runtime system has been built
with a matching build type.</p>
<p>
Own Id: OTP-8760</p>
</item>
</list>
</section>

</section>

<section><title>Crypto 2.0</title> <section><title>Crypto 2.0</title>


<section><title>Improvements and New Features</title> <section><title>Improvements and New Features</title>
Expand Down
2 changes: 1 addition & 1 deletion lib/crypto/vsn.mk
@@ -1 +1 @@
CRYPTO_VSN = 2.0 CRYPTO_VSN = 2.0.1
16 changes: 16 additions & 0 deletions lib/debugger/doc/src/notes.xml
Expand Up @@ -32,6 +32,22 @@
<p>This document describes the changes made to the Debugger <p>This document describes the changes made to the Debugger
application.</p> application.</p>


<section><title>Debugger 3.2.4</title>

<section><title>Improvements and New Features</title>
<list>
<item>
<p>
Type specs have been added/cleaned up. (Thanks to Kostis
Sagonas.)</p>
<p>
Own Id: OTP-8757</p>
</item>
</list>
</section>

</section>

<section><title>Debugger 3.2.3</title> <section><title>Debugger 3.2.3</title>


<section><title>Improvements and New Features</title> <section><title>Improvements and New Features</title>
Expand Down
2 changes: 1 addition & 1 deletion lib/debugger/vsn.mk
@@ -1 +1 @@
DEBUGGER_VSN = 3.2.3 DEBUGGER_VSN = 3.2.4
15 changes: 15 additions & 0 deletions lib/dialyzer/doc/src/notes.xml
Expand Up @@ -31,6 +31,21 @@
<p>This document describes the changes made to the Dialyzer <p>This document describes the changes made to the Dialyzer
application.</p> application.</p>


<section><title>Dialyzer 2.3.1</title>

<section><title>Improvements and New Features</title>
<list>
<item>
<p>
Eliminated warnings for auto-imported BIF clashes.</p>
<p>
Own Id: OTP-8840</p>
</item>
</list>
</section>

</section>

<section><title>Dialyzer 2.3.0</title> <section><title>Dialyzer 2.3.0</title>


<section><title>Improvements and New Features</title> <section><title>Improvements and New Features</title>
Expand Down
2 changes: 1 addition & 1 deletion lib/dialyzer/vsn.mk
@@ -1 +1 @@
DIALYZER_VSN = 2.3.0 DIALYZER_VSN = 2.3.1
16 changes: 16 additions & 0 deletions lib/docbuilder/doc/src/notes.xml
Expand Up @@ -31,6 +31,22 @@
<p>This document describes the changes made to the DocBuilder <p>This document describes the changes made to the DocBuilder
application.</p> application.</p>


<section><title>Docbuilder 0.9.8.8</title>

<section><title>Fixed Bugs and Malfunctions</title>
<list>
<item>
<p> Fixed problem with a centered table that was
transformed into an xml document which then produced
mis-formatted html. </p>
<p>
Own Id: OTP-8784</p>
</item>
</list>
</section>

</section>

<section><title>Docbuilder 0.9.8.7</title> <section><title>Docbuilder 0.9.8.7</title>


<section><title>Improvements and New Features</title> <section><title>Improvements and New Features</title>
Expand Down
2 changes: 1 addition & 1 deletion lib/docbuilder/vsn.mk
@@ -1 +1 @@
DOCB_VSN = 0.9.8.7 DOCB_VSN = 0.9.8.8
15 changes: 15 additions & 0 deletions lib/edoc/doc/src/notes.xml
Expand Up @@ -31,6 +31,21 @@
<p>This document describes the changes made to the EDoc <p>This document describes the changes made to the EDoc
application.</p> application.</p>


<section><title>Edoc 0.7.6.7</title>

<section><title>Fixed Bugs and Malfunctions</title>
<list>
<item>
<p>Edoc now uses the new API functions to <c>inets</c>
instead of the deprecated ones.</p>
<p>
Own Id: OTP-8749</p>
</item>
</list>
</section>

</section>

<section><title>Edoc 0.7.6.6</title> <section><title>Edoc 0.7.6.6</title>


<section><title>Improvements and New Features</title> <section><title>Improvements and New Features</title>
Expand Down
2 changes: 1 addition & 1 deletion lib/edoc/vsn.mk
@@ -1 +1 @@
EDOC_VSN = 0.7.6.6 EDOC_VSN = 0.7.6.7
17 changes: 16 additions & 1 deletion lib/erl_docgen/doc/src/notes.xml
Expand Up @@ -29,7 +29,22 @@
<file>notes.xml</file> <file>notes.xml</file>
</header> </header>
<p>This document describes the changes made to the erl_docgen application.</p> <p>This document describes the changes made to the erl_docgen application.</p>
<section><title>erl_docgen 0.2.1</title> <section><title>Erl_Docgen 0.2.2</title>

<section><title>Fixed Bugs and Malfunctions</title>
<list>
<item>
<p> Fixed the transformation from xml to html of the
funcs block in comref pages. </p>
<p>
Own Id: OTP-8792</p>
</item>
</list>
</section>

</section>

<section><title>erl_docgen 0.2.1</title>


<section><title>Fixed Bugs and Malfunctions</title> <section><title>Fixed Bugs and Malfunctions</title>
<list> <list>
Expand Down
2 changes: 1 addition & 1 deletion lib/erl_docgen/vsn.mk
@@ -1 +1 @@
ERL_DOCGEN_VSN = 0.2.1 ERL_DOCGEN_VSN = 0.2.2

0 comments on commit 17224a3

Please sign in to comment.