aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErlang/OTP <[email protected]>2010-10-27 13:43:01 +0200
committerErlang/OTP <[email protected]>2010-10-27 13:43:01 +0200
commitcaa311d4a2b5fb229d9369c7667b062b34945b36 (patch)
tree83a44efa719c403a6dbedd0743b2cba31726ac6a
parent84d30886bd04987ce16e7eeb22c3ab1c4d38f369 (diff)
downloadotp-caa311d4a2b5fb229d9369c7667b062b34945b36.tar.gz
otp-caa311d4a2b5fb229d9369c7667b062b34945b36.tar.bz2
otp-caa311d4a2b5fb229d9369c7667b062b34945b36.zip
Prepare release
-rw-r--r--lib/cosNotification/doc/src/notes.xml17
-rw-r--r--lib/cosNotification/vsn.mk2
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 \