Fix.
[gsasl.git] / NEWS
blobfce713c2104d3ddf79dfa6bb83b2cfe3c67e871d
1 Libgsasl NEWS -- history of user-visible changes.               -*- outline -*-
2 Copyright (C) 2002 Simon Josefsson
3 See the end for copying conditions.
5 Please send libgsasl bug reports to bug-libgsasl@josefsson.org.
7 * Changes in 0.0.2 (released 2002-11-07)
9 ** Includes a copy of libstringprep 0.0.2 for Unicode NFKC
10 normalization and locale charset to UTF-8 string conversion, and
11 preparation for the future if a SASL Stringprep profile is created.
12 If libstringprep is already installed, it is used by default.  You can
13 force the use of the internal version with
14 --without-system-libstringprep.
16 ** Uses pkg-config instead of libgsasl.m4 + libgsasl-config.in, and
17 for finding libntlm (requires libntlm 0.3.1 or later).
19 ** Self tests for several mechanisms.
21 ** The API now allows mechanisms to return data even when returning
22 GSASL_OK (earlier only on GSASL_NEEDS_MORE).
24 ** Bug fixes.
26 * Changes in 0.0.1 (released 2002-10-12)
28 ** APIs for integrity and confidentiality protection of application
29 payload data.
31 ** DIGEST-MD5 support for integrity protection.
33 * Changes in 0.0.0 (released 2002-10-07)
35 ** Initial release.
37 ----------------------------------------------------------------------
38 Copyright information:
40 Copyright (C) 2002 Simon Josefsson
42    Permission is granted to anyone to make or distribute verbatim copies
43    of this document as received, in any medium, provided that the
44    copyright notice and this permission notice are preserved,
45    thus giving the recipient permission to redistribute in turn.
47    Permission is granted to distribute modified versions
48    of this document, or of portions of it,
49    under the above conditions, provided also that they
50    carry prominent notices stating who last changed them.
53 ----------------------------------------------------------------------