diff options
author | Erlang/OTP <[email protected]> | 2010-10-27 13:43:01 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2010-10-27 13:43:01 +0200 |
commit | caa311d4a2b5fb229d9369c7667b062b34945b36 (patch) | |
tree | 83a44efa719c403a6dbedd0743b2cba31726ac6a /lib | |
parent | 84d30886bd04987ce16e7eeb22c3ab1c4d38f369 (diff) | |
download | otp-caa311d4a2b5fb229d9369c7667b062b34945b36.tar.gz otp-caa311d4a2b5fb229d9369c7667b062b34945b36.tar.bz2 otp-caa311d4a2b5fb229d9369c7667b062b34945b36.zip |
Prepare release
Diffstat (limited to 'lib')
-rw-r--r-- | lib/cosNotification/doc/src/notes.xml | 17 | ||||
-rw-r--r-- | lib/cosNotification/vsn.mk | 2 |
2 files changed, 17 insertions, 2 deletions
diff --git a/lib/cosNotification/doc/src/notes.xml b/lib/cosNotification/doc/src/notes.xml index 70b3d98563..dfbabadfa2 100644 --- a/lib/cosNotification/doc/src/notes.xml +++ b/lib/cosNotification/doc/src/notes.xml @@ -31,7 +31,22 @@ <file>notes.xml</file> </header> - <section> + <section><title>cosNotification 1.1.15</title> + + <section><title>Improvements and New Features</title> + <list> + <item> + <p> + Switched from using the deprecated regexp to re instead.</p> + <p> + Own Id: OTP-8846</p> + </item> + </list> + </section> + +</section> + +<section> <title>cosNotification 1.1.14</title> <section> <title>Improvements and New Features</title> diff --git a/lib/cosNotification/vsn.mk b/lib/cosNotification/vsn.mk index fed10ee195..be7aa56e15 100644 --- a/lib/cosNotification/vsn.mk +++ b/lib/cosNotification/vsn.mk @@ -1,4 +1,4 @@ -COSNOTIFICATION_VSN = 1.1.13 +COSNOTIFICATION_VSN = 1.1.15 TICKETS = OTP-8353 \ OTP-8354 \ |