From 745b99ab510ed85ce7ff4b77c83f6c501b24c5cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn-Egil=20Dahlberg?= Date: Fri, 19 Feb 2010 11:39:38 +0000 Subject: Update release notes --- lib/sasl/doc/src/notes.xml | 43 ++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 40 insertions(+), 3 deletions(-) (limited to 'lib/sasl/doc/src/notes.xml') diff --git a/lib/sasl/doc/src/notes.xml b/lib/sasl/doc/src/notes.xml index 15387c1232..390b353386 100644 --- a/lib/sasl/doc/src/notes.xml +++ b/lib/sasl/doc/src/notes.xml @@ -4,7 +4,7 @@
- 20042009 + 20042010 Ericsson AB. All Rights Reserved. @@ -13,12 +13,12 @@ compliance with the License. You should have received a copy of the Erlang Public License along with this software. If not, it can be retrieved online at http://www.erlang.org/. - + Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License. - + SASL Release Notes @@ -30,6 +30,43 @@

This document describes the changes made to the SASL application.

+
SASL 2.1.9 + +
Improvements and New Features + + +

+ The re:grep/1 function now uses the 're' + module instead of the deprecated 'regexp' module. + There are new functions rb:filter/1 and + rb:filter/2 for easier filtering of reports. + (Thanks to Alvaro Videla.)

+

+ Own Id: OTP-8443

+
+ +

+ There is new function sasl_report:format_report/3 + that works like the existing + sasl_report:write_report/3 function except that it + returns a formatted string. Note that there is currently + no documentation for the sasl_report module. + (Thanks to Jay Nelson.)

+

+ Own Id: OTP-8445

+
+ +

+ Cleanups suggested by tidier and modernization of types + and specs.

+

+ Own Id: OTP-8455

+
+
+
+ +
+
SASL 2.1.8
Improvements and New Features -- cgit v1.2.3