Bug fix release : otp_src_R16B03-1
Build date      : 2014-01-23

This is R16B03-1, the third maintenance release for the R16B major release.

You can find the README file for the release at

  http://www.erlang.org/download/otp_src_R16B03-1.readme (this file)

The source distribution and binary distributions for Windows can be
downloaded from

  http://www.erlang.org/download/otp_src_R16B03-1.tar.gz
  http://www.erlang.org/download/otp_win32_R16B03-1.exe
  http://www.erlang.org/download/otp_win64_R16B03-1.exe

Note: To unpack the TAR archive you need a GNU TAR compatible program.

For installation instructions please read the README file that is part
of the distribution.

The on-line documentation can be found at: http://www.erlang.org/doc/
You can also download the complete HTML documentation or the Unix manual files

  http://www.erlang.org/download/otp_doc_html_R16B03-1.tar.gz
  http://www.erlang.org/download/otp_doc_man_R16B03-1.tar.gz

We also want to thank those that sent us patches, suggestions and bug reports,

The OTP Team


--- inets ---------------------------------------------------------------

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

--- odbc ----------------------------------------------------------------

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

--- ssl -----------------------------------------------------------------

   OTP-11567  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.

   OTP-11575  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.

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

--- syntax_tools --------------------------------------------------------

   OTP-11576  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)

--- wx ------------------------------------------------------------------

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

--- xmerl ---------------------------------------------------------------

   OTP-11551  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.