From 23790daf1a2d384b0fc11c655fa825151d9fa420 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Fri, 24 Jan 2014 12:30:47 +0100 Subject: Prepare release --- lib/inets/doc/src/notes.xml | 18 +++++++++++++++++- lib/odbc/doc/src/notes.xml | 18 +++++++++++++++++- lib/odbc/vsn.mk | 2 +- lib/ssl/doc/src/notes.xml | 36 +++++++++++++++++++++++++++++++++++- lib/syntax_tools/doc/src/notes.xml | 32 ++++++++++++++++++++++++++++++++ lib/syntax_tools/vsn.mk | 2 +- lib/wx/doc/src/notes.xml | 16 ++++++++++++++++ lib/wx/vsn.mk | 2 +- lib/xmerl/doc/src/notes.xml | 29 +++++++++++++++++++++++++++++ 9 files changed, 149 insertions(+), 6 deletions(-) diff --git a/lib/inets/doc/src/notes.xml b/lib/inets/doc/src/notes.xml index a6f2933f6a..f77214c589 100644 --- a/lib/inets/doc/src/notes.xml +++ b/lib/inets/doc/src/notes.xml @@ -32,7 +32,23 @@ notes.xml -
Inets 5.9.7 +
Inets 5.9.8 + +
Improvements and New Features + + +

+ Mend max_clients check that was broken and avoid too + extensive logging that could cause memory problems.

+

+ Own Id: OTP-11557 Aux Id: seq12478

+
+
+
+ +
+ +
Inets 5.9.7
Fixed Bugs and Malfunctions diff --git a/lib/odbc/doc/src/notes.xml b/lib/odbc/doc/src/notes.xml index 2551637001..b254ca3bc9 100644 --- a/lib/odbc/doc/src/notes.xml +++ b/lib/odbc/doc/src/notes.xml @@ -31,7 +31,23 @@

This document describes the changes made to the odbc application.

-
ODBC 2.10.18 +
ODBC 2.10.19 + +
Fixed Bugs and Malfunctions + + +

+ Updated configure test for header files sql.h and + sqlext.h to function correctly on windows.

+

+ Own Id: OTP-11574

+
+
+
+ +
+ +
ODBC 2.10.18
Improvements and New Features diff --git a/lib/odbc/vsn.mk b/lib/odbc/vsn.mk index 6ac83a7718..d9e2ab26a9 100644 --- a/lib/odbc/vsn.mk +++ b/lib/odbc/vsn.mk @@ -1 +1 @@ -ODBC_VSN = 2.10.18 +ODBC_VSN = 2.10.19 diff --git a/lib/ssl/doc/src/notes.xml b/lib/ssl/doc/src/notes.xml index b1c34ca669..141f076eed 100644 --- a/lib/ssl/doc/src/notes.xml +++ b/lib/ssl/doc/src/notes.xml @@ -25,7 +25,41 @@ notes.xml

This document describes the changes made to the SSL application.

-
SSL 5.3.2 +
SSL 5.3.3 + +
Fixed Bugs and Malfunctions + + +

+ Add missing validation of the server_name_indication + option and test for its explicit use. It was not possible + to set or disable the default server_name_indication as + the validation of the option was missing.

+

+ Own Id: OTP-11567

+
+ +

+ Elliptic curve selection in server mode now properly + selects a curve suggested by the client, if possible, and + the fallback alternative is changed to a more widely + supported curve.

+

+ Own Id: OTP-11575

+
+ +

+ Bug in the TLS hello extension handling caused the server + to behave as it did not understand secure renegotiation.

+

+ Own Id: OTP-11595

+
+
+
+ +
+ +
SSL 5.3.2
Fixed Bugs and Malfunctions diff --git a/lib/syntax_tools/doc/src/notes.xml b/lib/syntax_tools/doc/src/notes.xml index c5a1baebdb..b6614774e3 100644 --- a/lib/syntax_tools/doc/src/notes.xml +++ b/lib/syntax_tools/doc/src/notes.xml @@ -31,6 +31,38 @@

This document describes the changes made to the Syntax_Tools application.

+
Syntax_Tools 1.6.13 + +
Fixed Bugs and Malfunctions + + +

+ In syntax_tools-1.6.12 (OTP R16B03) a bug was introduced + which broke reverting of local implicit funs. Implicit + funs were mistakenly thought to be using abstract terms + for their name and arity. This has now been corrected. + (Thanks to Anthony Ramine)

+

+ Own Id: OTP-11576

+
+
+
+ + +
Improvements and New Features + + +

The default encoding of Erlang files has been changed + from ISO-8859-1 to UTF-8.

The encoding of XML + files has also been changed to UTF-8.

+

+ Own Id: OTP-10907

+
+
+
+ +
+
Syntax_Tools 1.6.12
Fixed Bugs and Malfunctions diff --git a/lib/syntax_tools/vsn.mk b/lib/syntax_tools/vsn.mk index 6cafc4dd55..26153a55f1 100644 --- a/lib/syntax_tools/vsn.mk +++ b/lib/syntax_tools/vsn.mk @@ -1 +1 @@ -SYNTAX_TOOLS_VSN = 1.6.12 +SYNTAX_TOOLS_VSN = 1.6.13 diff --git a/lib/wx/doc/src/notes.xml b/lib/wx/doc/src/notes.xml index c330353dd4..6e653cf828 100644 --- a/lib/wx/doc/src/notes.xml +++ b/lib/wx/doc/src/notes.xml @@ -31,6 +31,22 @@

This document describes the changes made to the wxErlang application.

+
Wx 1.1.2 + +
Fixed Bugs and Malfunctions + + +

+ Fixed a problem which caused the debugger to crash when + closing a window. Fixed static linking on mac.

+

+ Own Id: OTP-11444

+
+
+
+ +
+
Wx 1.1.1
Fixed Bugs and Malfunctions diff --git a/lib/wx/vsn.mk b/lib/wx/vsn.mk index 24c62390f4..c018b4fb86 100644 --- a/lib/wx/vsn.mk +++ b/lib/wx/vsn.mk @@ -1 +1 @@ -WX_VSN = 1.1.1 +WX_VSN = 1.1.2 diff --git a/lib/xmerl/doc/src/notes.xml b/lib/xmerl/doc/src/notes.xml index 3a217aa8b1..60cab9e341 100644 --- a/lib/xmerl/doc/src/notes.xml +++ b/lib/xmerl/doc/src/notes.xml @@ -31,6 +31,35 @@

This document describes the changes made to the Xmerl application.

+
Xmerl 1.3.6 + +
Fixed Bugs and Malfunctions + + +

Fixed a problem in the SAX parser when the header of + the next document was appearing in the buffer when using + xmerl_sax_parser:stream/2 function.

+

+ Own Id: OTP-11551 Aux Id: seq12505

+
+
+
+ + +
Improvements and New Features + + +

The default encoding of Erlang files has been changed + from ISO-8859-1 to UTF-8.

The encoding of XML + files has also been changed to UTF-8.

+

+ Own Id: OTP-10907

+
+
+
+ +
+
Xmerl 1.3.5
Improvements and New Features -- cgit v1.2.3