improve comment
[libidn.git] / NEWS
blob14e7289822bdbfff0262231ecbd15cb8d105a2ee
1 Libstringprep NEWS -- history of user-visible changes.         -*- outline -*-
2 Copyright (C) 2002 Simon Josefsson
3 See the end for copying conditions.
5 Please send libstringprep bug reports to bug-libstringprep@josefsson.org.
7 * Version 0.0.2
9 ** NFKC self test.
11 ** Bug fixes.
13 * Version 0.0.1
15 ** Add utility functions stringprep_locale_charset(), stringprep_convert() 
16 and stringprep_locale_to_utf8 () that can be used to convert text from
17 system's locale into UTF-8, which should be done before invoking
18 stringprep().  The functions requires iconv() in the operating system.
20 ** An example program (example.c) that illustrates how libstringprep can be
21 used is included.
23 ** The pkg-config --libs output should now include necessary -R options.
25 * Version 0.0.0
27 ** Initial release
29 ----------------------------------------------------------------------
30 Copyright information:
32 Copyright (C) 2002 Simon Josefsson
34    Permission is granted to anyone to make or distribute verbatim copies
35    of this document as received, in any medium, provided that the
36    copyright notice and this permission notice are preserved,
37    thus giving the recipient permission to redistribute in turn.
39    Permission is granted to distribute modified versions
40    of this document, or of portions of it,
41    under the above conditions, provided also that they
42    carry prominent notices stating who last changed them.