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