diff options
author | Erlang/OTP <[email protected]> | 2011-10-04 12:06:58 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2011-10-04 12:06:58 +0200 |
commit | b6dc1a844eab061d0a7153d46e7e68296f15a504 (patch) | |
tree | abb46e1ccc6df3f56965fe78b2861b93a0271d3e /lib/cosFileTransfer | |
parent | 3d6153cb2d3a08f9b82a3ea52e69c5442c226559 (diff) | |
download | otp-b6dc1a844eab061d0a7153d46e7e68296f15a504.tar.gz otp-b6dc1a844eab061d0a7153d46e7e68296f15a504.tar.bz2 otp-b6dc1a844eab061d0a7153d46e7e68296f15a504.zip |
Prepare releaseOTP_R14B04
Diffstat (limited to 'lib/cosFileTransfer')
-rw-r--r-- | lib/cosFileTransfer/doc/src/notes.xml | 16 | ||||
-rw-r--r-- | lib/cosFileTransfer/vsn.mk | 2 |
2 files changed, 16 insertions, 2 deletions
diff --git a/lib/cosFileTransfer/doc/src/notes.xml b/lib/cosFileTransfer/doc/src/notes.xml index 53c207db2f..c7a4fd4504 100644 --- a/lib/cosFileTransfer/doc/src/notes.xml +++ b/lib/cosFileTransfer/doc/src/notes.xml @@ -30,7 +30,21 @@ <file>notes.xml</file> </header> - <section> + <section><title>cosFileTransfer 1.1.12</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> XML files have been corrected. </p> + <p> + Own Id: OTP-9550 Aux Id: OTP-9541 </p> + </item> + </list> + </section> + +</section> + +<section> <title>cosFileTransfer 1.1.11</title> <section> diff --git a/lib/cosFileTransfer/vsn.mk b/lib/cosFileTransfer/vsn.mk index 9d68ab2720..fe0226e3b3 100644 --- a/lib/cosFileTransfer/vsn.mk +++ b/lib/cosFileTransfer/vsn.mk @@ -1 +1 @@ -COSFILETRANSFER_VSN = 1.1.11 +COSFILETRANSFER_VSN = 1.1.12 |