diff options
author | Björn-Egil Dahlberg <[email protected]> | 2013-06-18 12:04:03 +0200 |
---|---|---|
committer | Björn-Egil Dahlberg <[email protected]> | 2013-06-18 12:04:03 +0200 |
commit | 2b2646d97a0f2248d7ec1be81fb88488cfec9a56 (patch) | |
tree | c18a924bdaeeef0f2fd1cf7c9653f02802dc9300 /lib/orber | |
parent | 3ed3b7eeb82816a79efda7ff9fd936e4fe5da6d4 (diff) | |
parent | 8cece79b77952c991e62ae595bcf71cde016a052 (diff) | |
download | otp-2b2646d97a0f2248d7ec1be81fb88488cfec9a56.tar.gz otp-2b2646d97a0f2248d7ec1be81fb88488cfec9a56.tar.bz2 otp-2b2646d97a0f2248d7ec1be81fb88488cfec9a56.zip |
Merge tag 'OTP_R16B01'
The R16B01 release
Conflicts:
lib/sasl/vsn.mk
Diffstat (limited to 'lib/orber')
-rw-r--r-- | lib/orber/doc/src/notes.xml | 17 | ||||
-rw-r--r-- | lib/orber/vsn.mk | 2 |
2 files changed, 17 insertions, 2 deletions
diff --git a/lib/orber/doc/src/notes.xml b/lib/orber/doc/src/notes.xml index eea479717d..c4d13a5a2f 100644 --- a/lib/orber/doc/src/notes.xml +++ b/lib/orber/doc/src/notes.xml @@ -33,7 +33,22 @@ </header> - <section><title>Orber 3.6.26</title> + <section><title>Orber 3.6.26.1</title> + + <section><title>Improvements and New Features</title> + <list> + <item> + <p> Postscript files no longer needed for the generation + of PDF files have been removed. </p> + <p> + Own Id: OTP-11016</p> + </item> + </list> + </section> + +</section> + +<section><title>Orber 3.6.26</title> <section><title>Fixed Bugs and Malfunctions</title> <list> diff --git a/lib/orber/vsn.mk b/lib/orber/vsn.mk index 4e09532f88..7bbebc65dc 100644 --- a/lib/orber/vsn.mk +++ b/lib/orber/vsn.mk @@ -1,2 +1,2 @@ -ORBER_VSN = 3.6.26 +ORBER_VSN = 3.6.26.1 |