*** empty log message ***
[libidn.git] / NEWS
blobf099959692885957cc5c1ce09a849de39b14bd0a
1 Libstringprep NEWS -- history of user-visible changes.          -*- outline -*-
2 See the end for copying conditions.
4 Please send libstringprep bug reports to bug-libstringprep@josefsson.org.
6 * Version 0.0.3.
8 ** Exported utility function `stringprep_utf8_to_unichar', complementary
9 to existing `stringprep_unichar_to_utf8'.
11 ** Renamed `stringprep_utf8_to_ucs4_fast' to `stringprep_utf8_to_ucs4' to
12 clean up API. The old entry point is maintained for binary backwards
13 compatibility though.
15 ** The distribution is from now on signed using GnuPG.
17 ** Bug fixes.
19 * Version 0.0.2
21 ** NFKC self test.
23 ** Bug fixes.
25 * Version 0.0.1
27 ** Add utility functions stringprep_locale_charset(), stringprep_convert() 
28 and stringprep_locale_to_utf8 () that can be used to convert text from
29 system's locale into UTF-8, which should be done before invoking
30 stringprep().  The functions requires iconv() in the operating system.
32 ** An example program (example.c) that illustrates how libstringprep can be
33 used is included.
35 ** The pkg-config --libs output should now include necessary -R options.
37 * Version 0.0.0
39 ** Initial release
41 ----------------------------------------------------------------------
42 Copyright information:
44 Copyright (C) 2002 Simon Josefsson
46    Permission is granted to anyone to make or distribute verbatim copies
47    of this document as received, in any medium, provided that the
48    copyright notice and this permission notice are preserved,
49    thus giving the recipient permission to redistribute in turn.
51    Permission is granted to distribute modified versions
52    of this document, or of portions of it,
53    under the above conditions, provided also that they
54    carry prominent notices stating who last changed them.