diff options
author | Lars G Thorsen <[email protected]> | 2010-04-07 11:21:34 +0000 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2010-04-07 11:21:34 +0000 |
commit | c9a28867c74755a68c43ff8f683fbd8004d5c3ba (patch) | |
tree | 383e19b4a8e0aa5fe42832240234c02ceb3e01f3 /lib/xmerl/doc | |
parent | 6fd69d6ca5cea3aae4afce7544ba6b729221885c (diff) | |
download | otp-c9a28867c74755a68c43ff8f683fbd8004d5c3ba.tar.gz otp-c9a28867c74755a68c43ff8f683fbd8004d5c3ba.tar.bz2 otp-c9a28867c74755a68c43ff8f683fbd8004d5c3ba.zip |
OTP-8537 Checked in beam files in test directory
All Erlang files are now built by the test server instead of the test
directory Makefile.
Erlang files in data directories are now built by the test suites instead
of using prebuilt versions under version control.
Removed a number of obsolete guards.
Diffstat (limited to 'lib/xmerl/doc')
-rw-r--r-- | lib/xmerl/doc/src/notes.xml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/lib/xmerl/doc/src/notes.xml b/lib/xmerl/doc/src/notes.xml index 3106c72bd8..207f6fdf16 100644 --- a/lib/xmerl/doc/src/notes.xml +++ b/lib/xmerl/doc/src/notes.xml @@ -31,6 +31,30 @@ <p>This document describes the changes made to the Xmerl application.</p> +<section><title>Xmerl 1.2.5</title> + + <section><title>Improvements and New Features</title> + <list> + <item> + <p> + All Erlang files are now built by the test server instead of the test directory Makefile. + </p> + <p> + Erlang files in data directories are now built by the test suites instead of using + prebuilt versions under version control. + </p> + <p> + Removed a number of obsolete guards. + </p> + <p> + Own Id: OTP-8537 + </p> + </item> + </list> + </section> + +</section> + <section><title>Xmerl 1.2.4</title> <section><title>Improvements and New Features</title> |