Initiate name change for savannah project registration.
[libidn.git] / NEWS
blob7fe900c1497e5d56b36ad151281f08977911aed3
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.1.0
8 ** Supports punycode.  Caveat emptor: I don't use it myself.
10 ** Uses "unsigned long" for Unicode code points instead of "long".
11 Long is guaranteed to be at least 32 bits by C standards so it is
12 always sufficiently large, no need to use uint32_t and the like.
14 * Version 0.0.8
16 ** Portability fixes (now works under Cygwin on Windows 2000).
18 ** Bug fixes.
20 * Version 0.0.7
22 ** Apply all tables to entire strings, not just first hit.
24 ** Fix bidi infloop.
26 * Version 0.0.5
28 ** Fix prohibited characters handling.
30 ** Fix bidi.
32 ** Renamed type (struct) stringprep_table_element to Stringprep_table_element.
34 ** Renamed type stringprep_profile to Stringprep_profile.
36 ** Renamed type (struct) stringprep_table to Stringprep_table.
38 ** Added more self-tests.
40 * Version 0.0.4
42 ** Add unassigned code point handling, including self test cases.
44 ** Portability fixes.
46 * Version 0.0.3
48 ** Exported utility function `stringprep_utf8_to_unichar', complementary
49 to existing `stringprep_unichar_to_utf8'.
51 ** Renamed `stringprep_utf8_to_ucs4_fast' to `stringprep_utf8_to_ucs4' to
52 clean up API. The old entry point is maintained for binary backwards
53 compatibility though.
55 ** The distribution is from now on signed using GnuPG.
57 ** Bug fixes.
59 * Version 0.0.2
61 ** NFKC self test.
63 ** Bug fixes.
65 * Version 0.0.1
67 ** Add utility functions stringprep_locale_charset(), stringprep_convert() 
68 and stringprep_locale_to_utf8 () that can be used to convert text from
69 system's locale into UTF-8, which should be done before invoking
70 stringprep().  The functions requires iconv() in the operating system.
72 ** An example program (example.c) that illustrates how libstringprep can be
73 used is included.
75 ** The pkg-config --libs output should now include necessary -R options.
77 * Version 0.0.0
79 ** Initial release
81 ----------------------------------------------------------------------
82 Copyright (C) 2002 Simon Josefsson
84 Copying and distribution of this file, with or without modification,
85 are permitted in any medium without royalty provided the copyright
86 notice and this notice are preserved.