1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51
|
==========================
AWS 2.10 NEW FEATURES LIST
==========================
Copyright (C) 2006-2011, AdaCore
This file contains a list of new features introduced in AWS.
A full description of all AWS features can be found in the AWS
documentation.
An ISO date (YYYY-MM-DD) appears in parentheses after the
description line. This date shows the implementation date
of the feature.
New features in AWS 2.10
------------------------
NF-210-KA13-051 Add support for CC and BCC in SMTP API (2011-10-14)
All SMTP.Client.Send routines are not supporting CC (Carbon Copy) and
BCC (Blind Carbon Copy) recipients.
NF-210-KA08-001 HTTP_Connection is now a controlled object (2011-10-08)
The HTTP_Connection object is now controlled. The finalization ensure
that the socket is properly closed. This avoids memory leak if close
is not explicitly called.
NF-210-K814-001 Add new configuration option Send_Buffer_Size (2011-08-20)
The Send_Buffer_Size server configuration parameter is to define the
socket internal buffer size when sending data to the client. Using a
bigger buffer increase the performance on slow or long distance
connections. The default is set to 32k.
NF-210-K315-046 Make log file-name compatible with logrotate (2011-03-16)
The log file-name's timestamp has been removed when Split_Mode is None.
This makes the naming compatible with logrotate.
NF-210-JB05-029 Enhance MIME types support (2010-12-04)
It is now possible to specify the name of the file containing the
list of MIME types through the server configuration. A standard
MIME types is also provided.
NF-210-J930-037 Three new Ajax actions have been implemented (2010-10-01)
It is now possible to disable/enable an entry in a form or to make it
read-only/writable. The last action can be used to reset a form to
its default values.
|