*** empty log message ***
[libidn.git] / NEWS
blob1939fab1de259ff8fe3a4e670a5c9d573b7d10d8
1 Libidn NEWS -- History of user-visible changes.                 -*- outline -*-
2 Copyright (C) 2002, 2003 Simon Josefsson
3 See the end for copying conditions.
5 * Version 0.1.15 (released 2003-06-07)
7 ** Bugfixes.
9 ** API and ABI is backwards compatible with the previous version.
11 * Version 0.1.14 (released 2003-05-10)
13 ** Experimental documentation generation in contrib/doxygen/.
14 Simply invoke "doxygen" in that directory and it should build the
15 documentation.
17 ** Lisp API bug fixes.
19 ** API and ABI is backwards compatible with the previous version.
21 * Version 0.1.13 (released 2003-03-13)
23 ** Unfinished Java *.class files implementing the libidn API.
24 See the contrib/java/ directory.  It is implemented using the Java
25 Native Interface, and light initial testing indicate interoperability
26 between GCJ, IBM's JDK and Sun's JDK.
28 ** Building is now silent when gengetopt is not present.
30 ** Bug fixes.
32 ** API and ABI is backwards compatible with the previous version.
34 * Version 0.1.12 (released 2003-03-06)
36 ** Building libidn doesn't require gengetopt.
37 Warnings are still printed though.  Gengetopt will be replaced by argp
38 eventually.
40 ** Command line tool "idn" supports stringprep too.
42 ** New stringprep API entry point: stringprep_profile().
43 It takes a name of the stringprep profile as an argument instead of
44 the stringprep table structure.
46 ** stringprep_*.h are deprecated and will be removed in the future.
47 All symbols have been moved to stringprep.h.  The reasons are that (1)
48 the files typically only defined one CPP macro and exported one symbol
49 definition, which is wasteful as it generates too much work in the
50 manual, and (2) using one header file for all profiles allows easier
51 access to all stringprep profiles during runtime.  Note that the files
52 are still installed, but they only #include stringprep.h now, for
53 backwards compatibility.
55 ** GNU Libc add-on build instructions updated to GNU Libc 2.3.2.
57 ** SASLprep stringprep profile added.
59 ** An online interface to libidn written in PHP added to contrib/web/.
61 ** API and ABI is backwards compatible with the previous version.
63 * Version 0.1.11 (released 2003-02-26)
65 ** Command line application "idn" is included.
66 A simple wrapper around the library that allows you to invoke punycode
67 encoding/decoding and IDNA ToASCII/ToUnicode on the command line.
69 ** Emacs Lisp interface for punycode and IDNA included.
70 See punycode.el and idna.el.
72 ** API and ABI is backwards compatible with the previous version.
74 * Version 0.1.10 (released 2003-02-21)
76 ** idna_*_to_ace() and idna_*ace_to_*() are deprecated in favor of
77 ** idna_to_ascii_from_*() and idna_to_unicode_*_from_*() respectively.
78 The reason was that the old interfaces did not accept the
79 AllowUnassigned and UseSTD3ASCIIRules flags.  Note that the old
80 functions are not removed, but will be in the future.
82 ** IPS iSCSI stringprep profile added.
84 ** A new contrib/ directory added.
85 Currently it contains a Python interface to Libidn, contributed by
86 Stephane Bortzmeyer.
88 ** idna.h and punycode.h are now installed by "make install".
90 ** API and ABI is backwards compatible with the previous version.
92 * Version 0.1.9 (released 2003-02-20)
94 ** SASL ANONYMOUS "plain" stringprep profile added.
96 ** XMPP nodeprep profile fixed.
98 ** API and ABI is backwards compatible with the previous version.
99 For future releases, the NEWS entry will specifically mention whether
100 the C header API or library ABI backwards compatibility is affected.
102 * Version 0.1.8 (released 2003-02-14)
104 ** Portability fixes.
105 This includes not building the API Reference Manual with GTK-DOC by
106 default, if you want it use configure parameter --enable-gtk-doc after
107 making sure your gtkdoc-mkdb accept the --tmpl-dir parameter.
109 ** The type for string length variables is now (s)size_t.
110 Unfortunately this means binary shared library binary backwards
111 compatible is lost.
113 ** New nameprep test vectors.
115 * Version 0.1.7 (released 2003-02-12)
117 ** Uses official IDNA ACE prefix.
119 * Version 0.1.6 (released 2003-02-11)
121 ** Uses tentative IDNA ACE prefix.
123 ** Added XMPP Node/Resource Identifiers stringprep profiles.
125 ** Fixed prohibited character checks for bidi.
127 * Version 0.1.5 (released 2003-01-28)
129 ** The library can now be built as part of GNU Libc.
130 This is experimental and only tested against GNU Libc version 2.3.1.
131 See the libc/ directory, and libc/README in particular.
133 ** Bug fixes.
135 * Version 0.1.4 (released 2003-01-15)
137 ** Documentation fixes.
139 ** Portability fixes.
141 ** Bug fixes.
143 * Version 0.1.3 (released 2003-01-15)
145 ** Added texinfo manual.
147 * Version 0.1.2 (released 2003-01-08)
149 ** Added high-level IDNA API.
151 ** Added example3.c and example4.c demonstrating the high-level IDNA API.
153 * Version 0.1.1 (released 2003-01-08)
155 ** Added documentation using GTK-DOC.
157 ** The obsolete stringprep_utf8_to_ucs4_fast API entry point was removed.
158 By accident it was never removed in 0.1.0.
160 * Version 0.1.0 (released 2003-01-05)
162 ** Official GNU project.
164 ** Renamed from libstringprep to libidn.
166 ** Supports punycode and IDNA.  Caveat emptor: I don't use it myself.
168 ** Uses "unsigned long" for Unicode code points instead of "long".
169 Long is guaranteed to be at least 32 bits by C standards so it is
170 always sufficiently large, no need to use uint32_t and the like.
172 ** The obsolete stringprep_utf8_to_ucs4_fast API entry point was removed.
174 * Version 0.0.8 (released 2002-12-13)
176 ** Portability fixes (now works under Cygwin on Windows 2000).
178 ** Bug fixes.
180 * Version 0.0.7 (released 2002-12-09)
182 ** Apply all tables to entire strings, not just first hit.
184 ** Fix bidi infloop.
186 * Version 0.0.5 (released 2002-12-07)
188 ** Fix prohibited characters handling.
190 ** Fix bidi.
192 ** Renamed type (struct) stringprep_table_element to Stringprep_table_element.
194 ** Renamed type stringprep_profile to Stringprep_profile.
196 ** Renamed type (struct) stringprep_table to Stringprep_table.
198 ** Added more self-tests.
200 * Version 0.0.4 (released 2002-12-06)
202 ** Add unassigned code point handling, including self test cases.
204 ** Portability fixes.
206 * Version 0.0.3 (released 2002-11-30)
208 ** Exported utility function `stringprep_utf8_to_unichar', complementary
209 to existing `stringprep_unichar_to_utf8'.
211 ** Renamed `stringprep_utf8_to_ucs4_fast' to `stringprep_utf8_to_ucs4' to
212 clean up API. The old entry point is maintained for binary backwards
213 compatibility though.
215 ** The distribution is from now on signed using GnuPG.
217 ** Bug fixes.
219 * Version 0.0.2 (released 2002-11-07)
221 ** NFKC self test.
223 ** Bug fixes.
225 * Version 0.0.1 (released 2002-11-06)
227 ** Add utility functions stringprep_locale_charset(), stringprep_convert() 
228 and stringprep_locale_to_utf8 () that can be used to convert text from
229 system's locale into UTF-8, which should be done before invoking
230 stringprep().  The functions requires iconv() in the operating system.
232 ** An example program (example.c) that illustrates how libstringprep can be
233 used is included.
235 ** The pkg-config --libs output should now include necessary -R options.
237 * Version 0.0.0 (released 2002-11-05)
239 ** Initial release
241 ----------------------------------------------------------------------
242 Copying and distribution of this file, with or without modification,
243 are permitted in any medium without royalty provided the copyright
244 notice and this notice are preserved.