Don't use uint32_t in one odd place.
[libidn.git] / NEWS
blob3ca4b8f0e7671e3fe9d89ef682ff3cb77254b486
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.7
8 ** Apply all tables to entire strings, not just first hit.
10 ** Fix bidi infloop.
12 * Version 0.0.5
14 ** Fix prohibited characters handling.
16 ** Fix bidi.
18 ** Renamed type (struct) stringprep_table_element to Stringprep_table_element.
20 ** Renamed type stringprep_profile to Stringprep_profile.
22 ** Renamed type (struct) stringprep_table to Stringprep_table.
24 ** Added more self-tests.
26 * Version 0.0.4
28 ** Add unassigned code point handling, including self test cases.
30 ** Portability fixes.
32 * Version 0.0.3
34 ** Exported utility function `stringprep_utf8_to_unichar', complementary
35 to existing `stringprep_unichar_to_utf8'.
37 ** Renamed `stringprep_utf8_to_ucs4_fast' to `stringprep_utf8_to_ucs4' to
38 clean up API. The old entry point is maintained for binary backwards
39 compatibility though.
41 ** The distribution is from now on signed using GnuPG.
43 ** Bug fixes.
45 * Version 0.0.2
47 ** NFKC self test.
49 ** Bug fixes.
51 * Version 0.0.1
53 ** Add utility functions stringprep_locale_charset(), stringprep_convert() 
54 and stringprep_locale_to_utf8 () that can be used to convert text from
55 system's locale into UTF-8, which should be done before invoking
56 stringprep().  The functions requires iconv() in the operating system.
58 ** An example program (example.c) that illustrates how libstringprep can be
59 used is included.
61 ** The pkg-config --libs output should now include necessary -R options.
63 * Version 0.0.0
65 ** Initial release
67 ----------------------------------------------------------------------
68 Copyright information:
70 Copyright (C) 2002 Simon Josefsson
72    Permission is granted to anyone to make or distribute verbatim copies
73    of this document as received, in any medium, provided that the
74    copyright notice and this permission notice are preserved,
75    thus giving the recipient permission to redistribute in turn.
77    Permission is granted to distribute modified versions
78    of this document, or of portions of it,
79    under the above conditions, provided also that they
80    carry prominent notices stating who last changed them.