Fix.
[libidn.git] / NEWS
blob710128dff54bd735b0ab75b77de72b7472556592
1 Libidn NEWS -- History of user-visible changes.                 -*- outline -*-
2 Copyright (C) 2002, 2003, 2004, 2005, 2006 Simon Josefsson
3 See the end for copying conditions.
5 * Version 0.6.2 (released 2006-02-07)
7 ** Fix objdir != srcdir builds for the Java documentation.
8 Thanks to Bernard Leak <bernard@brenda-arkle.demon.co.uk>.
10 ** Update of gnulib files.
12 ** API and ABI is backwards compatible with the previous version.
14 * Version 0.6.1 (released 2006-01-20)
16 ** Make it possible to cross-compile to mingw32.
17 You can build Libidn for Windows by invoking `./configure
18 --host=i586-mingw32msvc' (or similar).
20 ** Minor changes in how the C# code is built.
22 ** Update of gnulib files.
24 ** API and ABI is backwards compatible with the previous version.
26 * Version 0.6.0 (released 2005-12-03)
28 ** A C# port of Libidn has been contributed by Alexander Gnauck.
29 The port resides in the csharp/ directory.  Configure will build it if
30 a working C# compiler can be found.  Mono's "mcs" compiler is known to
31 work (available in Debian in the "mono-mcs" package), but PNET's
32 "cscc" compiler should also work (available in Debian in the "pnet"
33 package).  The port is licensed under the GPL.  Some Microsoft Visual
34 Studio project files are also present in the csharp/ directory, which
35 may be useful when building the port under Windows.  The C# API is
36 currently not documented, improvements are gratefully accepted.
38 ** Support shared libraries on Cygwin and Mingw32, thanks to Yaakov S.
40 ** Fix memory leak.
42 ** API and ABI is backwards compatible with the previous version.
44 * Version 0.5.20 (released 2005-10-23)
46 ** The header file pr29.h is now installed by 'make install'.
48 ** Translation updates.
50 ** Update of gnulib files.
52 ** API and ABI is backwards compatible with the previous version.
54 * Version 0.5.19 (released 2005-09-19)
56 ** The test for setlocale and nl_langinfo has now been separated.
57 The autoconf script now test for locale.h, setlocale and
58 nl_langinfo(CODESET) independently.
60 ** Gnulib updates, fixes for getopt.
62 ** Java manuals in doc/java/ are now generated by Gjdoc from GNU Classpath.
64 ** Kaffe is used to link the pre-built libidn-*.jar file.
66 ** Translation updates.
68 ** API and ABI is backwards compatible with the previous version.
70 * Version 0.5.18 (released 2005-07-16)
72 ** The macro AX_CREATE_STDINT_H that is used to create idn-int.h
73 ** has been updated.
75 ** Fix use of 'head -1' in configure script (should be 'head -n -1'),
76 ** thanks to Carsten Lohrke.
78 ** Announce the help-libidn mailing list in documentation and README.
80 ** Translation updates.
82 ** API and ABI is backwards compatible with the previous version.
84 * Version 0.5.17 (released 2005-05-26)
86 ** The gnulib portability files were updated.
88 ** The license template in files were updated with the new address.
90 ** Translation updated.
92 ** API and ABI is backwards compatible with the previous version.
94 * Version 0.5.16 (released 2005-05-06)
96 ** Mark static PR29 data tables as 'const', thanks to Joe Orton.
98 ** Kinyarwanda translations added, thanks to Steve Murphy.
100 ** API and ABI is backwards compatible with the previous version.
102 * Version 0.5.15 (released 2005-03-19)
104 ** Improvements to code to convert data between character sets.
105 The license template was changed to the LGPL, from the GPL template
106 that was mistakenly used in the previous two releases.  Document here
107 that cleaning up this code has solved memory allocation and arithmetic
108 overflow problems.
110 ** API and ABI is backwards compatible with the previous version.
112 * Version 0.5.14 (released 2005-03-19)
114 ** Building for srcdir != objdir from CVS now work, thanks to Linus Nordberg.
116 ** Simplified Chinese translations added, thanks to Meng Jie.
118 ** Vietnamese translation added, thanks to Clytie Siddall.
120 ** API and ABI is backwards compatible with the previous version.
122 * Version 0.5.13 (released 2005-01-29)
124 ** The code to convert data between character encodings have been cleaned up.
125 The stringprep_convert function has been added to gnulib, under the
126 name iconv_string, and is now used by libidn.  This should not have
127 any user-visible consequences, though.
129 ** It is now possible to bootstrap with unmodified Automake installations.
131 ** Italian translation added, thanks to Marco Colombo.
133 ** Swedish translation updated.
135 ** API and ABI is backwards compatible with the previous version.
137 * Version 0.5.12 (released 2004-12-04)
139 ** Java code now support the XMPP NodePrep and ResourcePrep profiles.
141 ** Bug fixes and improvements to Java code.
142 The allowUnassigned flag is now respected properly.  The prohibited
143 code points check now works.  Arguments are now checked.  Convenience
144 method with allowUnassigned set to false was added.
146 ** Update getopt from gnulib.
148 ** API and ABI is backwards compatible with the previous version.
150 * Version 0.5.11 (released 2004-11-21)
152 ** Fix formatting of man pages, based on warnings from Doclifter.
154 ** Update of gnulib files to fix potential getopt problem on ELF systems.
156 ** API and ABI is backwards compatible with the previous version.
158 * Version 0.5.10 (released 2004-11-08)
160 ** Libtool's -export-symbols-regex is now used to only export official APIs.
161 Before, applications might accidentally access internal functions.
162 Note that this is not supported on all platforms, so you must still
163 make sure you are not using undocumented symbols in Libidn.
165 ** API and ABI is backwards compatible with the previous version.
167 * Version 0.5.9 (released 2004-11-07)
169 ** Align GTK-DOC build infrastructure with GTK-DOC official recommendations.
170 This mean that you can now browse the Libidn API manual using Devhelp.
172 ** Update of gnulib files to fix potential problem in getopt on BSD.
174 ** Documentation improvements.
176 ** API and ABI is backwards compatible with the previous version.
178 * Version 0.5.8 (released 2004-10-12)
180 ** BidiMirroring-3.2.0.txt is now included, not only the generated source code.
181 This allow builds to succeed after 'make realclean'.
183 ** Generated files now have consistent 'DO NOT EDIT!' comments.
185 ** API and ABI is backwards compatible with the previous version.
187 * Version 0.5.7 (released 2004-10-12)
189 ** Shared library version incremented, because new APIs were added.
190 This was forgotten in the last release.
192 ** French translation updated.
194 ** Minor bug fixes.
196 ** API and ABI is backwards compatible with the previous version.
198 * Version 0.5.6 (released 2004-10-02)
200 ** Added functions to convert return codes to human readable text.
202 ** Now using GNULib in command line front end (src/) for portability code.
203 See <http://www.gnu.org/software/gnulib/> for more information on
204 GNULib.  This should make the code easier to read and maintain.
206 ** API and ABI is backwards compatible with the previous version.
207 idna_strerror: ADD.
208 pr29_strerror: ADD.
209 punycode_strerror: ADD.
210 stringprep_strerror: ADD.
211 tld_strerror: ADD.
212 TLD_NO_TLD: ADD.  Replaces TLD_NOTLD.
213 TLD_NOTLD: DEPRECATED.  Use TLD_NO_TLD instead.
215 * Version 0.5.5 (released 2004-09-13)
217 ** Hide accidentally exported variable g_utf8_skip, by marking it as static.
219 ** Various fixes.
221 ** API and ABI is backwards compatible with the previous version.
222 g_utf8_skip: REMOVED.  (But never meant to be used.)
224 * Version 0.5.4 (released 2004-08-08)
226 ** Translation updates.
228 ** API and ABI is backwards compatible with the previous version.
230 * Version 0.5.3 (released 2004-08-05)
232 ** Fix crash in `idn --tld' command line tool.
234 ** API and ABI is backwards compatible with the previous version.
236 * Version 0.5.2 (released 2004-07-14)
238 ** Java "make install" rules are now DESTDIR compatible.
240 ** API and ABI is backwards compatible with the previous version.
242 * Version 0.5.1 (released 2004-07-09)
244 ** Cross compile builds should work.
245 It should work for any sane cross compile target, but the only tested
246 platform is uClibc/uClinux on Motorola Coldfire.
248 ** The example programs now correctly invoke `setlocale (LC_ALL, "")'.
250 ** API and ABI is backwards compatible with the previous version.
252 * Version 0.5.0 (released 2004-06-26)
254 ** Functions to detect "normalization problem sequences" as per PR-29 added.
255 See the new chapter "PR29 Functions" in the manual
256 (doc/libidn.{ps,pdf,html}) for more information and the background
257 story.  An external link that discuss the problem is
258 <http://www.unicode.org/review/pr-29.html>.
260 ** More translations.
261 Added Esperanto (by Edmund GRIMLEY EVANS).
263 ** API and ABI is backwards compatible with the previous version.
264 pr29.h: ADD.  Prototypes for PR29 types and functions.
265 pr29_4, pr29_4z, pr29_8z: ADD.  New API entry points for PR29 functions.
266 Pr29_rc: ADD.  New error code enum type for PR29 functions.
268 * Version 0.4.9 (released 2004-06-11)
270 ** The Java library (java/libidn-*.jar) is included in the distribution.
272 ** JavaDoc manuals (doc/javadoc/) are included.
274 ** API and ABI is backwards compatible with the previous version.
276 * Version 0.4.8 (released 2004-06-01)
278 ** The Java source code is actually included in the distribution.
280 ** API and ABI is backwards compatible with the previous version.
282 * Version 0.4.7 (released 2004-05-31)
284 ** The Java port should now be functional, contributed by Oliver Hitz.
285 See the new section "Java API" in the manual for more information.
287 ** API and ABI is backwards compatible with the previous version.
289 * Version 0.4.6 (released 2004-05-24)
291 ** The header file idn-free.h is actually installed by 'make install'.
293 ** API and ABI is backwards compatible with the previous version.
295 * Version 0.4.5 (released 2004-05-21)
297 ** In IDNA ToUnicode, a `free' on a stale pointer fixed by Ulrich Drepper.
299 ** Several memory leaks fixed by Ulrich Drepper.
301 ** Added more SASLPrep and NFKC test vectors.
303 ** Automake 1.8.4 is used.
305 ** API and ABI is backwards compatible with the previous version.
306 idn_free: ADD.  Wrapper around system `free'.
307 idn-free.h: ADD.  Prototype for `idn_free'.
308                 See idn-free.h for discussion.  The interface is
309                 currently not documented.  Comments and feedback is
310                 appreciated.
312 * Version 0.4.4 (released 2004-04-29)
314 ** Fixed two bugs in iSCSI definition, syncing with newly published RFC 3722.
315 The first bug was an omission of prohibiting the characters in C.1.1,
316 C.1.2 and C.7 (space characters and characters that are inappropriate
317 for canonical representation).  The second was a bug in the definition
318 of the table, causing the entire table to be skipped, of the special
319 prohibited output character table defined in RFC 3722 (see section 6,
320 the characters in the table are various ASCII characters and U+3002).
322 ** A few test vectors for iSCSI were added.
324 ** The self tests are linked with libtool -no-install to avoid wrapper script.
326 ** Separated self test utilities into a separate library, shared by all tests.
328 ** More translations.
329 Added Romanian (by Laurentiu Buzdugan).
331 ** API and ABI is backwards compatible with the previous version.
333 * Version 0.4.3 (released 2004-04-22)
335 ** Fixed a bug in table processing code to prohibit control characters.
336 The problem was that the code used a code point of 0 to indicate end
337 of table, but if (as for table C.2.1) a range starts with 0, this
338 logic would fail.  The end-of-table test is now that both the start
339 and end code points of the range is 0.  Table C.2.1 is responsible for
340 prohibiting non-ASCII control characters, i.e. ASCII 0-31 and 127.
341 Before, libidn silently accepted such strings without complaining.
343 ** A few test vectors for SASLprep were added.
345 ** The pkg-config script no longer include a -R parameter.
347 ** More translations.
348 Added Dutch (by Elros Cyriatan), and German (by Roland Illig).
350 ** API and ABI is backwards compatible with the previous version.
352 * Version 0.4.2 (released 2004-03-20)
354 ** A Punycode implementation in Java was added, by Oliver Hitz.
355 Eventually hopefully a StringPrep, Nameprep and IDNA implementation
356 will be added as well.  Currently you need to specify --enable-java to
357 enable the Java interface.  The Java sources (below java/) are
358 compiled into byte-code (not native code) into a JAR library.
360 ** More translations.
361 Added Danish (by Morten Bo Johansen), French (by Michel Robitaille),
362 Polish (by Jakub Bogusz), and Serbian (by Aleksandar Jelenak).
364 ** Norwegian TLD table added, by Thomas Jacob.
366 ** API and ABI is backwards compatible with the previous version.
368 * Version 0.4.1 (released 2004-03-08)
370 ** The user messages from the command line utility are now translated.
371 Currently English and Swedish is supported.
373 ** Logic of stringprep_locale_charset modified.
374 Future versions will use, in order, $CHARSET iff defined, nl_langinfo
375 (CODESET) iff working, or fall back to returning "ASCII".  Earlier it
376 attempted to guess the system locale, in contrast with the current
377 application's locale, via some setlocale save/set/reset magic.  This
378 change may require you to invoke setlocale() in your application,
379 which is (should be) required for non-ASCII to work anyway.  Based on
380 discussion with Ulrich Drepper.
382 ** The command-line utility now invoke setlocale (LC_ALL, "") at startup.
384 ** Fixed SASLprep tables to prohibit non-ASCII space in output.
385 Non-ASCII space has always been mapped to ASCII space, so it is not
386 clear this really have any effect, but the specification require it.
388 ** Building Libidn as part of GLIBC has been updated.
389 Refer to libc/README for more information.  Incidentally, GLIBC in CVS
390 now include a copy of Libidn.
392 ** API and ABI is backwards compatible with the previous version.
393 IDNA_DLOPEN_ERROR: ADD.  Only used internally by Libidn in libc.
395 * Version 0.4.0 (released 2004-02-28)
397 ** Support for TLD restrictions on IDN strings, contributed by Thomas Jacob.
398 Many TLDs restrict the set of characters that can be used, from the
399 full Unicode 3.2 range that is normally available.  This contribution
400 make it possible for you to test strings for TLD conformance locally.
401 The code can be disabled by --disable-tld.  If enabled (the default),
402 the new API "tld.h" is installed which can be used to check a string
403 for conformance to TLD specific rules.  This add a new self test, and
404 a new chapter in the manual.  People responsible for maintaining TLD
405 tables are hereby encouraged to contribute them (under reasonable
406 licensing terms) for inclusion in future versions of Libidn.  Be
407 warned that the API for TLD checking may change throughout the 0.4.x
408 series as we get feedback on it.
410 ** Kerberos 5 stringprep profile macro is no longer documented.
411 The macro itself will probably be removed in the future, if the
412 specification is dropped from the Kerberos WG agenda.
414 ** API and ABI is backwards compatible with the previous version.
415 stringprep_kerberos5: DEPRECATED.
416 Tld_table_element:
417 Tld_table:
418 Tld_rc: ADD.  New data types.
419 tld_get_4:
420 tld_get_4z:
421 tld_get_z: ADD.  New functions to extract TLD from string.
422 tld_get_table:
423 tld_default_table: ADD.  New functions to get TLD table from TLD name.
424 tld_check_4t:
425 tld_check_4tz: ADD.  New function to provide core TLD operations.
426 tld_check_4:
427 tld_check_4z:
428 tld_check_8z:
429 tld_check_lz: ADD.  New functions that combine all TLD operations in one call.
431 * Version 0.3.7 (released 2004-01-22)
433 ** The command line parameter '--' idiom is documented.
435 ** The iSCSI stringprep profile now recognized as "iSCSI".
436 The earlier name "ISCSIprep" is still recognized, for backwards
437 compatibility.
439 ** DocBook manuals no longer included (the tools are too unstable).
441 ** API and ABI is backwards compatible with the previous version.
443 * Version 0.3.6 (released 2004-01-06)
445 ** The manual now contain a troubleshooting section for the command line tool.
447 ** The PHP interface pass the string directly on the command line.
449 ** The macro that create 'idn-int.h' has been updated to latest version.
451 ** API and ABI is backwards compatible with the previous version.
453 * Version 0.3.5 (released 2003-12-15)
455 ** The program 'idn' accepts input strings directly on the command line.
457 ** The program 'idn' defaults to --idna-to-ascii if no parameter is given.
459 ** The program 'idn' now print user instructions before waiting for input.
461 ** DocBook HTML output not included any longer.
462 The reason is that the filenames generated by docbook2html appear to
463 be rather random, so it is difficult to maintain the Makefile.am rules
464 for them.
466 ** Autoconf 2.59, automake 1.8 and libtool from CVS is used.
468 ** API and ABI is backwards compatible with the previous version.
469 IDNA_CONTAINS_NON_LDH: ADD.  Same integer value as IDNA_CONTAINS_LDH.
470 IDNA_CONTAINS_LDH: DEPRECATED.  LDH (letter-digits-hyphens) characters
471                 are not an error, but non-LDH characters are, when
472                 IDNA_USE_STD3_ASCII_RULES is used.  The logic of the
473                 mnemonic name of this error constant was reversed.
475 * Version 0.3.4 (released 2003-11-09)
477 ** DocBook manuals in XML, PDF, PostScript, ASCII and HTML formats included.
479 * Version 0.3.3 (released 2003-10-18)
481 ** Fixed list of Stringprep profiles in 'idn --help' and 'idn.php'.
483 ** Fixed debug information in 'idn'.
485 ** Internal improvements.
486 Leads to reduced heap memory usage.  Simplified inter-dependency among
487 files in lib/* to make it easier to copy them into your project.
489 ** Debugging stringprep profile 'generic' removed.
491 ** Punycode implementation updated to rfc3492bis-00.
493 ** API and ABI is backwards compatible with the previous version.
494 stringprep_4i: NEW.
495 stringprep_4zi: NEW.
496 stringprep: CHANGED. 'profile' is marked as 'const'.
497 stringprep_profile: CHANGED. 'profile' is marked as 'const'.
498 stringprep_generic: REMOVED. Never meant for public use.
500 * Version 0.3.2 (released 2003-10-07)
502 ** SASL ANONYMOUS stringprep profile "trace" added.
503 It is equivalent to the already supported "plain" SASL ANONYMOUS
504 stringprep profile, except for the name.
506 ** API and ABI is backwards compatible with the previous version.
507 The 'in' parameter to stringprep_profile was changed from 'char*' to
508 'const char*'.
510 * Version 0.3.1 (released 2003-10-02)
512 ** Fixed handling of implicit and explicit zero-length root labels in ToASCII.
514 ** Fixed support for Hangul Syllables during Unicode NFKC normalization.
516 ** Fixed Unicode NFKC normalization of (some) BMP code points.
517 This was done by syncing the NFKC code with latest GLIB, and may have
518 fixed other bugs in the earlier versions of the updated functions.
520 ** Added more IDNA test vectors.
522 ** Emacs Lisp IDNA implementation now set the UseSTD3ASCIIRules flag.
523 This is the appropriate setting for mail-related uses of IDNA.
525 ** API and ABI is backwards compatible with the previous version.
527 * Version 0.3.0 (released 2003-09-23)
529 ** Ported to Mac OS X.
531 ** Gnulib code removed, we now assume a C89 compatible environment.
533 ** Building libidn as a libc add-on now works again.
535 ** Man pages for all public API functions are included.
537 ** Fixed bug in SASLprep profile.
539 ** API and ABI is NOT backwards compatible with the previous version.
540 All previously labeled (since 0.1.x) obsolete functions have been dropped.
541 The use of 'enum' types instead of 'int' added in 0.2.3 reverted, it
542 confused documentation generators and wasn't all that common practice.
544 * Version 0.2.3 (released 2003-08-26)
546 ** Example 4 was the same as example 3, now changed to demo ToUnicode.
548 ** Documentation improvements.
550 ** Prototype cleanups.
551 The proper enum types (Stringprep_rc, Idna_rc, etc) are now used in
552 several places where plain int where used before.  String lengths are
553 handled by (s)size_t instead of int.
555 ** API and ABI is backwards compatible with the previous version.
557 * Version 0.2.2 (released 2003-08-13)
559 ** Fixed problem with strings longer than 4GB in punycode functions.
560 The punycode code cannot handle strings longer than 4GB.  The code now
561 return PUNYCODE_BAD_INPUT on too long input, instead of failing in an
562 unknown way.
564 ** The "idn --idna-to-unicode" command now output locale encoded strings.
566 ** Build fixes, bug fixes.
568 ** API and ABI is backwards compatible with the previous version.
570 * Version 0.2.1 (released 2003-07-04)
572 ** Don't reject zero-length trailing labels as in, e.g., "www.example.org.".
573 The IDNA RFC is not clear on this topic, zero-length labels in general
574 are forbidden by the ToASCII algorithm in section 4.1 step 8, but the
575 terminology section define, inside a parenthesis, that the zero-length
576 root label is in fact not considered a label at all in IDNA.
578 ** Bug fixes.
580 ** API and ABI is backwards compatible with the previous version.
582 * Version 0.2.0 (released 2003-06-19)
584 ** Unicode code point data is now uint32_t, defined in "idn-int.h".
585 A header file "idn-int.h" is generated and installed to make sure the
586 "uint32_t" data type is available on all platforms.  The reason for
587 this change is that on 64-bit platforms, the application was required
588 to convert 32 bit integers (which is how Unicode code points are
589 typically represented) into 64 bit integers before calling libidn
590 functions.
592 ** New idna_*() functions have improved flags handling.
593 The allowunassigned and usestd3asciirules parameters were collapsed
594 into a flags parameter, that can take on the IDNA_ALLOW_UNASSIGNED and
595 IDNA_USE_STD3_ASCII_RULES values.  This allows for easier extensions
596 to support, e.g., Unicode 4.0 or RFC 952 ASCII rules checking.  Note
597 that the old entry points are unmodified (in this regard), and new
598 entry points with this modification were added.
600 ** The manual was moved into a separate directory doc/.
602 ** Bugfixes.
604 ** API and ABI is not backwards compatible.
605 In punycode.h and stringprep.h the "unsigned long" data type was
606 changed into "uint32_t", which cause a API and ABI missmatch.  For
607 idna.h, the old entry points that used "unsigned long" still exist,
608 and new entry points that uses "uint32_t" was added.  To update your
609 application, you probably only need to change "unsigned long" to
610 "uint32_t".  As a result of these changes, the shared object version
611 has been increased.
613 * Version 0.1.15 (released 2003-06-07)
615 ** Bugfixes.
617 ** API and ABI is backwards compatible with the previous version.
619 * Version 0.1.14 (released 2003-05-10)
621 ** Experimental documentation generation in contrib/doxygen/.
622 Simply invoke "doxygen" in that directory and it should build the
623 documentation.
625 ** Lisp API bug fixes.
627 ** API and ABI is backwards compatible with the previous version.
629 * Version 0.1.13 (released 2003-03-13)
631 ** Unfinished Java *.class files implementing the libidn API.
632 See the contrib/java/ directory.  It is implemented using the Java
633 Native Interface, and light initial testing indicate interoperability
634 between GCJ, IBM's JDK and Sun's JDK.
636 ** Building is now silent when gengetopt is not present.
638 ** Bug fixes.
640 ** API and ABI is backwards compatible with the previous version.
642 * Version 0.1.12 (released 2003-03-06)
644 ** Building libidn doesn't require gengetopt.
645 Warnings are still printed though.  Gengetopt will be replaced by argp
646 eventually.
648 ** Command line tool "idn" supports stringprep too.
650 ** New stringprep API entry point: stringprep_profile().
651 It takes a name of the stringprep profile as an argument instead of
652 the stringprep table structure.
654 ** stringprep_*.h are deprecated and will be removed in the future.
655 All symbols have been moved to stringprep.h.  The reasons are that (1)
656 the files typically only defined one CPP macro and exported one symbol
657 definition, which is wasteful as it generates too much work in the
658 manual, and (2) using one header file for all profiles allows easier
659 access to all stringprep profiles during runtime.  Note that the files
660 are still installed, but they only #include stringprep.h now, for
661 backwards compatibility.
663 ** GNU Libc add-on build instructions updated to GNU Libc 2.3.2.
665 ** SASLprep stringprep profile added.
667 ** An online interface to libidn written in PHP added to contrib/web/.
669 ** API and ABI is backwards compatible with the previous version.
671 * Version 0.1.11 (released 2003-02-26)
673 ** Command line application "idn" is included.
674 A simple wrapper around the library that allows you to invoke punycode
675 encoding/decoding and IDNA ToASCII/ToUnicode on the command line.
677 ** Emacs Lisp interface for punycode and IDNA included.
678 See punycode.el and idna.el.
680 ** API and ABI is backwards compatible with the previous version.
682 * Version 0.1.10 (released 2003-02-21)
684 ** idna_*_to_ace() and idna_*ace_to_*() are deprecated in favor of
685 ** idna_to_ascii_from_*() and idna_to_unicode_*_from_*() respectively.
686 The reason was that the old interfaces did not accept the
687 AllowUnassigned and UseSTD3ASCIIRules flags.  Note that the old
688 functions are not removed, but will be in the future.
690 ** IPS iSCSI stringprep profile added.
692 ** A new contrib/ directory added.
693 Currently it contains a Python interface to Libidn, contributed by
694 Stephane Bortzmeyer.
696 ** idna.h and punycode.h are now installed by "make install".
698 ** API and ABI is backwards compatible with the previous version.
700 * Version 0.1.9 (released 2003-02-20)
702 ** SASL ANONYMOUS "plain" stringprep profile added.
704 ** XMPP nodeprep profile fixed.
706 ** API and ABI is backwards compatible with the previous version.
707 For future releases, the NEWS entry will specifically mention whether
708 the C header API or library ABI backwards compatibility is affected.
710 * Version 0.1.8 (released 2003-02-14)
712 ** Portability fixes.
713 This includes not building the API Reference Manual with GTK-DOC by
714 default, if you want it use configure parameter --enable-gtk-doc after
715 making sure your gtkdoc-mkdb accept the --tmpl-dir parameter.
717 ** The type for string length variables is now (s)size_t.
718 Unfortunately this means binary shared library binary backwards
719 compatible is lost.
721 ** New nameprep test vectors.
723 * Version 0.1.7 (released 2003-02-12)
725 ** Uses official IDNA ACE prefix.
727 * Version 0.1.6 (released 2003-02-11)
729 ** Uses tentative IDNA ACE prefix.
731 ** Added XMPP Node/Resource Identifiers stringprep profiles.
733 ** Fixed prohibited character checks for bidi.
735 * Version 0.1.5 (released 2003-01-28)
737 ** The library can now be built as part of GNU Libc.
738 This is experimental and only tested against GNU Libc version 2.3.1.
739 See the libc/ directory, and libc/README in particular.
741 ** Bug fixes.
743 * Version 0.1.4 (released 2003-01-15)
745 ** Documentation fixes.
747 ** Portability fixes.
749 ** Bug fixes.
751 * Version 0.1.3 (released 2003-01-15)
753 ** Added texinfo manual.
755 * Version 0.1.2 (released 2003-01-08)
757 ** Added high-level IDNA API.
759 ** Added example3.c and example4.c demonstrating the high-level IDNA API.
761 * Version 0.1.1 (released 2003-01-08)
763 ** Added documentation using GTK-DOC.
765 ** The obsolete stringprep_utf8_to_ucs4_fast API entry point was removed.
766 By accident it was never removed in 0.1.0.
768 * Version 0.1.0 (released 2003-01-05)
770 ** Official GNU project.
772 ** Renamed from libstringprep to libidn.
774 ** Supports punycode and IDNA.  Caveat emptor: I don't use it myself.
776 ** Uses "unsigned long" for Unicode code points instead of "long".
777 Long is guaranteed to be at least 32 bits by C standards so it is
778 always sufficiently large, no need to use uint32_t and the like.
780 ** The obsolete stringprep_utf8_to_ucs4_fast API entry point was removed.
782 * Version 0.0.8 (released 2002-12-13)
784 ** Portability fixes (now works under Cygwin on Windows 2000).
786 ** Bug fixes.
788 * Version 0.0.7 (released 2002-12-09)
790 ** Apply all tables to entire strings, not just first hit.
792 ** Fix bidi infloop.
794 * Version 0.0.5 (released 2002-12-07)
796 ** Fix prohibited characters handling.
798 ** Fix bidi.
800 ** Renamed type (struct) stringprep_table_element to Stringprep_table_element.
802 ** Renamed type stringprep_profile to Stringprep_profile.
804 ** Renamed type (struct) stringprep_table to Stringprep_table.
806 ** Added more self-tests.
808 * Version 0.0.4 (released 2002-12-06)
810 ** Add unassigned code point handling, including self test cases.
812 ** Portability fixes.
814 * Version 0.0.3 (released 2002-11-30)
816 ** Exported utility function `stringprep_utf8_to_unichar', complementary
817 to existing `stringprep_unichar_to_utf8'.
819 ** Renamed `stringprep_utf8_to_ucs4_fast' to `stringprep_utf8_to_ucs4' to
820 clean up API. The old entry point is maintained for binary backwards
821 compatibility though.
823 ** The distribution is from now on signed using GnuPG.
825 ** Bug fixes.
827 * Version 0.0.2 (released 2002-11-07)
829 ** NFKC self test.
831 ** Bug fixes.
833 * Version 0.0.1 (released 2002-11-06)
835 ** Add utility functions stringprep_locale_charset(), stringprep_convert() 
836 and stringprep_locale_to_utf8 () that can be used to convert text from
837 system's locale into UTF-8, which should be done before invoking
838 stringprep().  The functions requires iconv() in the operating system.
840 ** An example program (example.c) that illustrates how libstringprep can be
841 used is included.
843 ** The pkg-config --libs output should now include necessary -R options.
845 * Version 0.0.0 (released 2002-11-05)
847 ** Initial release
849 ----------------------------------------------------------------------
850 Copying and distribution of this file, with or without modification,
851 are permitted in any medium without royalty provided the copyright
852 notice and this notice are preserved.