diff mbox

erlang: bump version to R16B03-1

Message ID 1390869775-13612-1-git-send-email-fhunleth@troodon-software.com
State Accepted
Commit da18018b5f05f8109656ddb9d255721a320e2eac
Headers show

Commit Message

Frank Hunleth Jan. 28, 2014, 12:42 a.m. UTC
OTP R16B03-1 is a service release which corrects a few issues found in
the R16B03 release. The corrections are:

 - The ODBC application was missing in the prebuilt Windows installers
 - 3 corrections in the SSL application:
   - Add missing validation of the server_name_indication option and test for
     its explicit use.
   - Elliptic curve selection in server mode now properly selects a curve
     suggested by the client, if possible.
   - The server did not indicate support for secure renegotiation during TLS
     extension handling.
 - In the syntax tools application a bug was introduced which broke
   reverting of local funs. This is now corrected (thanks to Anthony
   Ramine)
 - wx - Solved a problem which caused the debugger to crash when closing a
   window. Fixed static linking on Mac.
 - xmerl - Fixed a problem in the SAX-parser when the header of the next
   document was appearing in the buffer when using the
   xmerl_sax_parser:stream/2 function.

Signed-off-by: Frank Hunleth <fhunleth@troodon-software.com>
---
 package/erlang/erlang.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Peter Korsgaard Jan. 28, 2014, 1:11 p.m. UTC | #1
>>>>> "Frank" == Frank Hunleth <fhunleth@troodon-software.com> writes:

 > OTP R16B03-1 is a service release which corrects a few issues found in
 > the R16B03 release. The corrections are:

 >  - The ODBC application was missing in the prebuilt Windows installers
 >  - 3 corrections in the SSL application:
 >    - Add missing validation of the server_name_indication option and test for
 >      its explicit use.
 >    - Elliptic curve selection in server mode now properly selects a curve
 >      suggested by the client, if possible.
 >    - The server did not indicate support for secure renegotiation during TLS
 >      extension handling.
 >  - In the syntax tools application a bug was introduced which broke
 >    reverting of local funs. This is now corrected (thanks to Anthony
 >    Ramine)
 >  - wx - Solved a problem which caused the debugger to crash when closing a
 >    window. Fixed static linking on Mac.
 >  - xmerl - Fixed a problem in the SAX-parser when the header of the next
 >    document was appearing in the buffer when using the
 >    xmerl_sax_parser:stream/2 function.

 > Signed-off-by: Frank Hunleth <fhunleth@troodon-software.com>

Committed, thanks.
diff mbox

Patch

diff --git a/package/erlang/erlang.mk b/package/erlang/erlang.mk
index 18ceb7b..1572731 100644
--- a/package/erlang/erlang.mk
+++ b/package/erlang/erlang.mk
@@ -4,7 +4,7 @@ 
 #
 ################################################################################
 
-ERLANG_VERSION = R16B03
+ERLANG_VERSION = R16B03-1
 ERLANG_SITE = http://www.erlang.org/download
 ERLANG_SOURCE = otp_src_$(ERLANG_VERSION).tar.gz
 ERLANG_DEPENDENCIES = host-erlang