Add.
[libidn.git] / NEWS
blob677d7f0c11f968c36248edcc4f6b8763d2576a5e
1 Libidn NEWS -- History of user-visible changes.                 -*- outline -*-
2 Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 Simon Josefsson
3 See the end for copying conditions.
5 * Version 1.1 (unreleased)
7 ** Fix compilation error in idn-int.h.
8 The error would typically be 'error: no include path in which to
9 search for stdint.h'.  Reported by Remko van der Vossen
10 <wich@stack.nl>, see
11 <http://thread.gmane.org/gmane.comp.gnu.libidn.general/65> and
12 <http://bugs.sourcemage.org/show_bug.cgi?id=13857>.
14 ** Declare external variables with __declspec(import) for Windows.
15 Apparently this is required for variables in DLL's on Windows.  This
16 is enabled if __DECLSPEC_SUPPORTED is defined (MinGW), or if _MSC_VER
17 and_DLL is defined (MSVC).
19 ** Update gnulib files.
21 ** API and ABI is backwards compatible with the previous version.
23 * Version 1.0 (released 2007-07-31)
25 ** Command-line tools, examples, etc are now licensed under GPL version 3.
26 The library is still licensed under LGPL v2.1 for compatibility
27 reasons (it is included in glibc).
29 ** Updated documentation as per license change.
31 ** Update gnulib files.
33 ** Update translations.
35 ** API and ABI is backwards compatible with the previous version.
37 * Version 0.6.14 (released 2007-05-31)
39 ** Libidn is now developed using Git instead of CVS.
40 A public git mirror is available from
41 <http://repo.or.cz/w/libidn.git>.  If you have pulled from this
42 repository before this release, you need to erase your clone because
43 it has been re-generated from scratch.
45 ** API and ABI is backwards compatible with the previous version.
47 * Version 0.6.13 (released 2007-05-31)
49 ** Documentation fixes.
50 Clarify that the C# and Java libraries are licensed under the LGPL.
51 Earlier, some places incorrectly said that these were licensed under
52 the GPL.  If you encounter other places that still suggest that GPL
53 applies to the C# and Java library, please let me know.
55 ** Updated Polish and Vietnamese translations.
56 Thanks to Jakub Bogusz <qboosh@pld-linux.org> and Clytie Siddall
57 <clytie@riverland.net.au>.
59 ** Install images for the manual in $infodir.
60 This fixes the broken image in the info manual.  Image files will be
61 called libidn-*.png to avoid namespace collisions with images from
62 other info manuals.
64 ** Update gnulib files.
66 ** API and ABI is backwards compatible with the previous version.
68 * Version 0.6.12 (released 2007-04-25)
70 ** Use AM_JAVACFLAGS instead of JAVACFLAGS in java/misc/Makefile.am.
71 Reported by Petteri Räty <betelgeuse@gentoo.org>.
73 ** Update gnulib files.
75 ** API and ABI is backwards compatible with the previous version.
77 * Version 0.6.11 (released 2007-03-13)
79 ** Update of the C# Libidn port, by Alexander Gnauck.
80 The code has been refactored and the namespace has been modified to
81 comply with .NET naming conventions.  An IDNA bug was fixed.
83 ** Update gnulib files.
84 We now use the "striconv" module instead of the "iconvme", which
85 causes a slight increase of code size (from 303kb to 319kb with
86 debugging symbols on i386).  The reason is the use of a new locale
87 independent strcasecmp, which may cause faster operation in some
88 locales where, e.g., "ASCII" and "ascii" are not treated as the same.
90 ** API and ABI is backwards compatible with the previous version.
92 * Version 0.6.10 (released 2007-01-04)
94 ** Corrected year in copyright notices.
96 ** Update gnulib files.
97 Including the code to convert strings between different encodings
98 (noted in case this introduces problems).
100 ** API and ABI is backwards compatible with the previous version.
102 * Version 0.6.9 (released 2006-11-30)
104 ** The Java code is fixed to properly translate any non-ASCII dot into '.'.
105 Reported and fixed by "Stephane Mikaty" <mikaty@ecircle-ag.com>.
107 ** Update gnulib files.
109 ** Bump tool versions to autoconf 2.61, automake 1.10, and gettext 0.16.
111 ** Old versions of iconv.m4, codeset.m4 and lib-link.m4 removed from m4/.
112 Modern versions are part of gnulib.
114 ** API and ABI is backwards compatible with the previous version.
116 * Version 0.6.8 (released 2006-10-18)
118 ** The gnulib directory is separated into two directories.
119 One gnulib directory (lib/gl/) for the LGPL library in lib/, and one
120 gnulib directory (gl/) for the GPL tools in src/.  This allows the
121 GPL'd tools to use more gnulib modules than before, since earlier all
122 gnulib files had to be LGPL.
124 ** Update gnulib files.
126 ** Some minor cleanups, like assuming locale.h and setlocale().
128 ** API and ABI is backwards compatible with the previous version.
130 * Version 0.6.7 (released 2006-09-13)
132 ** Fix build failure of idn-int.h on C99 platforms.
133 Reported by Paul Howarth <paul@city-fan.org>.
135 ** The manual includes the GPL license, for the command-line tools.
137 ** The function, variable and concept index is moved to the end of the manual.
139 ** Update gnulib files.
141 ** API and ABI is backwards compatible with the previous version.
143 * Version 0.6.6 (released 2006-08-23)
145 ** Instead of AX_CREATE_STDINT_H, use the stdint gnulib module, for idn-int.h.
146 This solves building on some HPPA systems.  Note that the generated
147 idn-int.h is specific to the build environment that libidn was built
148 under, and is not generally usable by any other compiler (if any) on
149 the host.  This was true before too.
151 ** Update gnulib files.
153 ** API and ABI is backwards compatible with the previous version.
155 * Version 0.6.5 (released 2006-06-07)
157 ** Link the library with external libintl, for gettext.
158 This fixes building on FreeBSD, reported by Kirill Ponomarew
159 <krion@voodoo.bawue.com>.
161 ** Update doxygen config file to version 1.4.7.
163 ** API and ABI is backwards compatible with the previous version.
165 * Version 0.6.4 (released 2006-06-07)
167 ** Fix translation of error messages.
168 Thanks to Joe Orton <jorton@redhat.com>.
170 ** Fix warnings on 64-bit platforms.
171 Thanks to Joe Orton <jorton@redhat.com>.
173 ** The tests are run under valgrind, if it is installed.
174 Use --disable-valgrind-tests to unconditionally disable this.  It is
175 disabled by default for cross compiles.
177 ** API and ABI is backwards compatible with the previous version.
179 * Version 0.6.3 (released 2006-03-08)
181 ** Fixes for the build environment.
183 ** API and ABI is backwards compatible with the previous version.
185 * Version 0.6.2 (released 2006-02-07)
187 ** Fix objdir != srcdir builds for the Java documentation.
188 Thanks to Bernard Leak <bernard@brenda-arkle.demon.co.uk>.
190 ** Update of gnulib files.
192 ** API and ABI is backwards compatible with the previous version.
194 * Version 0.6.1 (released 2006-01-20)
196 ** Make it possible to cross-compile to mingw32.
197 You can build Libidn for Windows by invoking `./configure
198 --host=i586-mingw32msvc' (or similar).
200 ** Minor changes in how the C# code is built.
202 ** Update of gnulib files.
204 ** API and ABI is backwards compatible with the previous version.
206 * Version 0.6.0 (released 2005-12-03)
208 ** A C# port of Libidn has been contributed by Alexander Gnauck.
209 The port resides in the csharp/ directory.  Configure will build it if
210 a working C# compiler can be found.  Mono's "mcs" compiler is known to
211 work (available in Debian in the "mono-mcs" package), but PNET's
212 "cscc" compiler should also work (available in Debian in the "pnet"
213 package).  The port is licensed under the GPL.  Some Microsoft Visual
214 Studio project files are also present in the csharp/ directory, which
215 may be useful when building the port under Windows.  The C# API is
216 currently not documented, improvements are gratefully accepted.
218 ** Support shared libraries on Cygwin and Mingw32, thanks to Yaakov S.
220 ** Fix memory leak.
222 ** API and ABI is backwards compatible with the previous version.
224 * Version 0.5.20 (released 2005-10-23)
226 ** The header file pr29.h is now installed by 'make install'.
228 ** Translation updates.
230 ** Update of gnulib files.
232 ** API and ABI is backwards compatible with the previous version.
234 * Version 0.5.19 (released 2005-09-19)
236 ** The test for setlocale and nl_langinfo has now been separated.
237 The autoconf script now test for locale.h, setlocale and
238 nl_langinfo(CODESET) independently.
240 ** Gnulib updates, fixes for getopt.
242 ** Java manuals in doc/java/ are now generated by Gjdoc from GNU Classpath.
244 ** Kaffe is used to link the pre-built libidn-*.jar file.
246 ** Translation updates.
248 ** API and ABI is backwards compatible with the previous version.
250 * Version 0.5.18 (released 2005-07-16)
252 ** The macro AX_CREATE_STDINT_H that is used to create idn-int.h
253 ** has been updated.
255 ** Fix use of 'head -1' in configure script (should be 'head -n -1'),
256 ** thanks to Carsten Lohrke.
258 ** Announce the help-libidn mailing list in documentation and README.
260 ** Translation updates.
262 ** API and ABI is backwards compatible with the previous version.
264 * Version 0.5.17 (released 2005-05-26)
266 ** The gnulib portability files were updated.
268 ** The license template in files were updated with the new address.
270 ** Translation updated.
272 ** API and ABI is backwards compatible with the previous version.
274 * Version 0.5.16 (released 2005-05-06)
276 ** Mark static PR29 data tables as 'const', thanks to Joe Orton.
278 ** Kinyarwanda translations added, thanks to Steve Murphy.
280 ** API and ABI is backwards compatible with the previous version.
282 * Version 0.5.15 (released 2005-03-19)
284 ** Improvements to code to convert data between character sets.
285 The license template was changed to the LGPL, from the GPL template
286 that was mistakenly used in the previous two releases.  Document here
287 that cleaning up this code has solved memory allocation and arithmetic
288 overflow problems.
290 ** API and ABI is backwards compatible with the previous version.
292 * Version 0.5.14 (released 2005-03-19)
294 ** Building for srcdir != objdir from CVS now work, thanks to Linus Nordberg.
296 ** Simplified Chinese translations added, thanks to Meng Jie.
298 ** Vietnamese translation added, thanks to Clytie Siddall.
300 ** API and ABI is backwards compatible with the previous version.
302 * Version 0.5.13 (released 2005-01-29)
304 ** The code to convert data between character encodings have been cleaned up.
305 The stringprep_convert function has been added to gnulib, under the
306 name iconv_string, and is now used by libidn.  This should not have
307 any user-visible consequences, though.
309 ** It is now possible to bootstrap with unmodified Automake installations.
311 ** Italian translation added, thanks to Marco Colombo.
313 ** Swedish translation updated.
315 ** API and ABI is backwards compatible with the previous version.
317 * Version 0.5.12 (released 2004-12-04)
319 ** Java code now support the XMPP NodePrep and ResourcePrep profiles.
321 ** Bug fixes and improvements to Java code.
322 The allowUnassigned flag is now respected properly.  The prohibited
323 code points check now works.  Arguments are now checked.  Convenience
324 method with allowUnassigned set to false was added.
326 ** Update getopt from gnulib.
328 ** API and ABI is backwards compatible with the previous version.
330 * Version 0.5.11 (released 2004-11-21)
332 ** Fix formatting of man pages, based on warnings from Doclifter.
334 ** Update of gnulib files to fix potential getopt problem on ELF systems.
336 ** API and ABI is backwards compatible with the previous version.
338 * Version 0.5.10 (released 2004-11-08)
340 ** Libtool's -export-symbols-regex is now used to only export official APIs.
341 Before, applications might accidentally access internal functions.
342 Note that this is not supported on all platforms, so you must still
343 make sure you are not using undocumented symbols in Libidn.
345 ** API and ABI is backwards compatible with the previous version.
347 * Version 0.5.9 (released 2004-11-07)
349 ** Align GTK-DOC build infrastructure with GTK-DOC official recommendations.
350 This mean that you can now browse the Libidn API manual using Devhelp.
352 ** Update of gnulib files to fix potential problem in getopt on BSD.
354 ** Documentation improvements.
356 ** API and ABI is backwards compatible with the previous version.
358 * Version 0.5.8 (released 2004-10-12)
360 ** BidiMirroring-3.2.0.txt is now included, not only the generated source code.
361 This allow builds to succeed after 'make realclean'.
363 ** Generated files now have consistent 'DO NOT EDIT!' comments.
365 ** API and ABI is backwards compatible with the previous version.
367 * Version 0.5.7 (released 2004-10-12)
369 ** Shared library version incremented, because new APIs were added.
370 This was forgotten in the last release.
372 ** French translation updated.
374 ** Minor bug fixes.
376 ** API and ABI is backwards compatible with the previous version.
378 * Version 0.5.6 (released 2004-10-02)
380 ** Added functions to convert return codes to human readable text.
382 ** Now using GNULib in command line front end (src/) for portability code.
383 See <http://www.gnu.org/software/gnulib/> for more information on
384 GNULib.  This should make the code easier to read and maintain.
386 ** API and ABI is backwards compatible with the previous version.
387 idna_strerror: ADD.
388 pr29_strerror: ADD.
389 punycode_strerror: ADD.
390 stringprep_strerror: ADD.
391 tld_strerror: ADD.
392 TLD_NO_TLD: ADD.  Replaces TLD_NOTLD.
393 TLD_NOTLD: DEPRECATED.  Use TLD_NO_TLD instead.
395 * Version 0.5.5 (released 2004-09-13)
397 ** Hide accidentally exported variable g_utf8_skip, by marking it as static.
399 ** Various fixes.
401 ** API and ABI is backwards compatible with the previous version.
402 g_utf8_skip: REMOVED.  (But never meant to be used.)
404 * Version 0.5.4 (released 2004-08-08)
406 ** Translation updates.
408 ** API and ABI is backwards compatible with the previous version.
410 * Version 0.5.3 (released 2004-08-05)
412 ** Fix crash in `idn --tld' command line tool.
414 ** API and ABI is backwards compatible with the previous version.
416 * Version 0.5.2 (released 2004-07-14)
418 ** Java "make install" rules are now DESTDIR compatible.
420 ** API and ABI is backwards compatible with the previous version.
422 * Version 0.5.1 (released 2004-07-09)
424 ** Cross compile builds should work.
425 It should work for any sane cross compile target, but the only tested
426 platform is uClibc/uClinux on Motorola Coldfire.
428 ** The example programs now correctly invoke `setlocale (LC_ALL, "")'.
430 ** API and ABI is backwards compatible with the previous version.
432 * Version 0.5.0 (released 2004-06-26)
434 ** Functions to detect "normalization problem sequences" as per PR-29 added.
435 See the new chapter "PR29 Functions" in the manual
436 (doc/libidn.{ps,pdf,html}) for more information and the background
437 story.  An external link that discuss the problem is
438 <http://www.unicode.org/review/pr-29.html>.
440 ** More translations.
441 Added Esperanto (by Edmund GRIMLEY EVANS).
443 ** API and ABI is backwards compatible with the previous version.
444 pr29.h: ADD.  Prototypes for PR29 types and functions.
445 pr29_4, pr29_4z, pr29_8z: ADD.  New API entry points for PR29 functions.
446 Pr29_rc: ADD.  New error code enum type for PR29 functions.
448 * Version 0.4.9 (released 2004-06-11)
450 ** The Java library (java/libidn-*.jar) is included in the distribution.
452 ** JavaDoc manuals (doc/javadoc/) are included.
454 ** API and ABI is backwards compatible with the previous version.
456 * Version 0.4.8 (released 2004-06-01)
458 ** The Java source code is actually included in the distribution.
460 ** API and ABI is backwards compatible with the previous version.
462 * Version 0.4.7 (released 2004-05-31)
464 ** The Java port should now be functional, contributed by Oliver Hitz.
465 See the new section "Java API" in the manual for more information.
467 ** API and ABI is backwards compatible with the previous version.
469 * Version 0.4.6 (released 2004-05-24)
471 ** The header file idn-free.h is actually installed by 'make install'.
473 ** API and ABI is backwards compatible with the previous version.
475 * Version 0.4.5 (released 2004-05-21)
477 ** In IDNA ToUnicode, a `free' on a stale pointer fixed by Ulrich Drepper.
479 ** Several memory leaks fixed by Ulrich Drepper.
481 ** Added more SASLPrep and NFKC test vectors.
483 ** Automake 1.8.4 is used.
485 ** API and ABI is backwards compatible with the previous version.
486 idn_free: ADD.  Wrapper around system `free'.
487 idn-free.h: ADD.  Prototype for `idn_free'.
488                 See idn-free.h for discussion.  The interface is
489                 currently not documented.  Comments and feedback is
490                 appreciated.
492 * Version 0.4.4 (released 2004-04-29)
494 ** Fixed two bugs in iSCSI definition, syncing with newly published RFC 3722.
495 The first bug was an omission of prohibiting the characters in C.1.1,
496 C.1.2 and C.7 (space characters and characters that are inappropriate
497 for canonical representation).  The second was a bug in the definition
498 of the table, causing the entire table to be skipped, of the special
499 prohibited output character table defined in RFC 3722 (see section 6,
500 the characters in the table are various ASCII characters and U+3002).
502 ** A few test vectors for iSCSI were added.
504 ** The self tests are linked with libtool -no-install to avoid wrapper script.
506 ** Separated self test utilities into a separate library, shared by all tests.
508 ** More translations.
509 Added Romanian (by Laurentiu Buzdugan).
511 ** API and ABI is backwards compatible with the previous version.
513 * Version 0.4.3 (released 2004-04-22)
515 ** Fixed a bug in table processing code to prohibit control characters.
516 The problem was that the code used a code point of 0 to indicate end
517 of table, but if (as for table C.2.1) a range starts with 0, this
518 logic would fail.  The end-of-table test is now that both the start
519 and end code points of the range is 0.  Table C.2.1 is responsible for
520 prohibiting non-ASCII control characters, i.e. ASCII 0-31 and 127.
521 Before, libidn silently accepted such strings without complaining.
523 ** A few test vectors for SASLprep were added.
525 ** The pkg-config script no longer include a -R parameter.
527 ** More translations.
528 Added Dutch (by Elros Cyriatan), and German (by Roland Illig).
530 ** API and ABI is backwards compatible with the previous version.
532 * Version 0.4.2 (released 2004-03-20)
534 ** A Punycode implementation in Java was added, by Oliver Hitz.
535 Eventually hopefully a StringPrep, Nameprep and IDNA implementation
536 will be added as well.  Currently you need to specify --enable-java to
537 enable the Java interface.  The Java sources (below java/) are
538 compiled into byte-code (not native code) into a JAR library.
540 ** More translations.
541 Added Danish (by Morten Bo Johansen), French (by Michel Robitaille),
542 Polish (by Jakub Bogusz), and Serbian (by Aleksandar Jelenak).
544 ** Norwegian TLD table added, by Thomas Jacob.
546 ** API and ABI is backwards compatible with the previous version.
548 * Version 0.4.1 (released 2004-03-08)
550 ** The user messages from the command line utility are now translated.
551 Currently English and Swedish is supported.
553 ** Logic of stringprep_locale_charset modified.
554 Future versions will use, in order, $CHARSET iff defined, nl_langinfo
555 (CODESET) iff working, or fall back to returning "ASCII".  Earlier it
556 attempted to guess the system locale, in contrast with the current
557 application's locale, via some setlocale save/set/reset magic.  This
558 change may require you to invoke setlocale() in your application,
559 which is (should be) required for non-ASCII to work anyway.  Based on
560 discussion with Ulrich Drepper.
562 ** The command-line utility now invoke setlocale (LC_ALL, "") at startup.
564 ** Fixed SASLprep tables to prohibit non-ASCII space in output.
565 Non-ASCII space has always been mapped to ASCII space, so it is not
566 clear this really have any effect, but the specification require it.
568 ** Building Libidn as part of GLIBC has been updated.
569 Refer to libc/README for more information.  Incidentally, GLIBC in CVS
570 now include a copy of Libidn.
572 ** API and ABI is backwards compatible with the previous version.
573 IDNA_DLOPEN_ERROR: ADD.  Only used internally by Libidn in libc.
575 * Version 0.4.0 (released 2004-02-28)
577 ** Support for TLD restrictions on IDN strings, contributed by Thomas Jacob.
578 Many TLDs restrict the set of characters that can be used, from the
579 full Unicode 3.2 range that is normally available.  This contribution
580 make it possible for you to test strings for TLD conformance locally.
581 The code can be disabled by --disable-tld.  If enabled (the default),
582 the new API "tld.h" is installed which can be used to check a string
583 for conformance to TLD specific rules.  This add a new self test, and
584 a new chapter in the manual.  People responsible for maintaining TLD
585 tables are hereby encouraged to contribute them (under reasonable
586 licensing terms) for inclusion in future versions of Libidn.  Be
587 warned that the API for TLD checking may change throughout the 0.4.x
588 series as we get feedback on it.
590 ** Kerberos 5 stringprep profile macro is no longer documented.
591 The macro itself will probably be removed in the future, if the
592 specification is dropped from the Kerberos WG agenda.
594 ** API and ABI is backwards compatible with the previous version.
595 stringprep_kerberos5: DEPRECATED.
596 Tld_table_element:
597 Tld_table:
598 Tld_rc: ADD.  New data types.
599 tld_get_4:
600 tld_get_4z:
601 tld_get_z: ADD.  New functions to extract TLD from string.
602 tld_get_table:
603 tld_default_table: ADD.  New functions to get TLD table from TLD name.
604 tld_check_4t:
605 tld_check_4tz: ADD.  New function to provide core TLD operations.
606 tld_check_4:
607 tld_check_4z:
608 tld_check_8z:
609 tld_check_lz: ADD.  New functions that combine all TLD operations in one call.
611 * Version 0.3.7 (released 2004-01-22)
613 ** The command line parameter '--' idiom is documented.
615 ** The iSCSI stringprep profile now recognized as "iSCSI".
616 The earlier name "ISCSIprep" is still recognized, for backwards
617 compatibility.
619 ** DocBook manuals no longer included (the tools are too unstable).
621 ** API and ABI is backwards compatible with the previous version.
623 * Version 0.3.6 (released 2004-01-06)
625 ** The manual now contain a troubleshooting section for the command line tool.
627 ** The PHP interface pass the string directly on the command line.
629 ** The macro that create 'idn-int.h' has been updated to latest version.
631 ** API and ABI is backwards compatible with the previous version.
633 * Version 0.3.5 (released 2003-12-15)
635 ** The program 'idn' accepts input strings directly on the command line.
637 ** The program 'idn' defaults to --idna-to-ascii if no parameter is given.
639 ** The program 'idn' now print user instructions before waiting for input.
641 ** DocBook HTML output not included any longer.
642 The reason is that the filenames generated by docbook2html appear to
643 be rather random, so it is difficult to maintain the Makefile.am rules
644 for them.
646 ** Autoconf 2.59, automake 1.8 and libtool from CVS is used.
648 ** API and ABI is backwards compatible with the previous version.
649 IDNA_CONTAINS_NON_LDH: ADD.  Same integer value as IDNA_CONTAINS_LDH.
650 IDNA_CONTAINS_LDH: DEPRECATED.  LDH (letter-digits-hyphens) characters
651                 are not an error, but non-LDH characters are, when
652                 IDNA_USE_STD3_ASCII_RULES is used.  The logic of the
653                 mnemonic name of this error constant was reversed.
655 * Version 0.3.4 (released 2003-11-09)
657 ** DocBook manuals in XML, PDF, PostScript, ASCII and HTML formats included.
659 * Version 0.3.3 (released 2003-10-18)
661 ** Fixed list of Stringprep profiles in 'idn --help' and 'idn.php'.
663 ** Fixed debug information in 'idn'.
665 ** Internal improvements.
666 Leads to reduced heap memory usage.  Simplified inter-dependency among
667 files in lib/* to make it easier to copy them into your project.
669 ** Debugging stringprep profile 'generic' removed.
671 ** Punycode implementation updated to rfc3492bis-00.
673 ** API and ABI is backwards compatible with the previous version.
674 stringprep_4i: NEW.
675 stringprep_4zi: NEW.
676 stringprep: CHANGED. 'profile' is marked as 'const'.
677 stringprep_profile: CHANGED. 'profile' is marked as 'const'.
678 stringprep_generic: REMOVED. Never meant for public use.
680 * Version 0.3.2 (released 2003-10-07)
682 ** SASL ANONYMOUS stringprep profile "trace" added.
683 It is equivalent to the already supported "plain" SASL ANONYMOUS
684 stringprep profile, except for the name.
686 ** API and ABI is backwards compatible with the previous version.
687 The 'in' parameter to stringprep_profile was changed from 'char*' to
688 'const char*'.
690 * Version 0.3.1 (released 2003-10-02)
692 ** Fixed handling of implicit and explicit zero-length root labels in ToASCII.
694 ** Fixed support for Hangul Syllables during Unicode NFKC normalization.
696 ** Fixed Unicode NFKC normalization of (some) BMP code points.
697 This was done by syncing the NFKC code with latest GLIB, and may have
698 fixed other bugs in the earlier versions of the updated functions.
700 ** Added more IDNA test vectors.
702 ** Emacs Lisp IDNA implementation now set the UseSTD3ASCIIRules flag.
703 This is the appropriate setting for mail-related uses of IDNA.
705 ** API and ABI is backwards compatible with the previous version.
707 * Version 0.3.0 (released 2003-09-23)
709 ** Ported to Mac OS X.
711 ** Gnulib code removed, we now assume a C89 compatible environment.
713 ** Building libidn as a libc add-on now works again.
715 ** Man pages for all public API functions are included.
717 ** Fixed bug in SASLprep profile.
719 ** API and ABI is NOT backwards compatible with the previous version.
720 All previously labeled (since 0.1.x) obsolete functions have been dropped.
721 The use of 'enum' types instead of 'int' added in 0.2.3 reverted, it
722 confused documentation generators and wasn't all that common practice.
724 * Version 0.2.3 (released 2003-08-26)
726 ** Example 4 was the same as example 3, now changed to demo ToUnicode.
728 ** Documentation improvements.
730 ** Prototype cleanups.
731 The proper enum types (Stringprep_rc, Idna_rc, etc) are now used in
732 several places where plain int where used before.  String lengths are
733 handled by (s)size_t instead of int.
735 ** API and ABI is backwards compatible with the previous version.
737 * Version 0.2.2 (released 2003-08-13)
739 ** Fixed problem with strings longer than 4GB in punycode functions.
740 The punycode code cannot handle strings longer than 4GB.  The code now
741 return PUNYCODE_BAD_INPUT on too long input, instead of failing in an
742 unknown way.
744 ** The "idn --idna-to-unicode" command now output locale encoded strings.
746 ** Build fixes, bug fixes.
748 ** API and ABI is backwards compatible with the previous version.
750 * Version 0.2.1 (released 2003-07-04)
752 ** Don't reject zero-length trailing labels as in, e.g., "www.example.org.".
753 The IDNA RFC is not clear on this topic, zero-length labels in general
754 are forbidden by the ToASCII algorithm in section 4.1 step 8, but the
755 terminology section define, inside a parenthesis, that the zero-length
756 root label is in fact not considered a label at all in IDNA.
758 ** Bug fixes.
760 ** API and ABI is backwards compatible with the previous version.
762 * Version 0.2.0 (released 2003-06-19)
764 ** Unicode code point data is now uint32_t, defined in "idn-int.h".
765 A header file "idn-int.h" is generated and installed to make sure the
766 "uint32_t" data type is available on all platforms.  The reason for
767 this change is that on 64-bit platforms, the application was required
768 to convert 32 bit integers (which is how Unicode code points are
769 typically represented) into 64 bit integers before calling libidn
770 functions.
772 ** New idna_*() functions have improved flags handling.
773 The allowunassigned and usestd3asciirules parameters were collapsed
774 into a flags parameter, that can take on the IDNA_ALLOW_UNASSIGNED and
775 IDNA_USE_STD3_ASCII_RULES values.  This allows for easier extensions
776 to support, e.g., Unicode 4.0 or RFC 952 ASCII rules checking.  Note
777 that the old entry points are unmodified (in this regard), and new
778 entry points with this modification were added.
780 ** The manual was moved into a separate directory doc/.
782 ** Bugfixes.
784 ** API and ABI is not backwards compatible.
785 In punycode.h and stringprep.h the "unsigned long" data type was
786 changed into "uint32_t", which cause a API and ABI missmatch.  For
787 idna.h, the old entry points that used "unsigned long" still exist,
788 and new entry points that uses "uint32_t" was added.  To update your
789 application, you probably only need to change "unsigned long" to
790 "uint32_t".  As a result of these changes, the shared object version
791 has been increased.
793 * Version 0.1.15 (released 2003-06-07)
795 ** Bugfixes.
797 ** API and ABI is backwards compatible with the previous version.
799 * Version 0.1.14 (released 2003-05-10)
801 ** Experimental documentation generation in contrib/doxygen/.
802 Simply invoke "doxygen" in that directory and it should build the
803 documentation.
805 ** Lisp API bug fixes.
807 ** API and ABI is backwards compatible with the previous version.
809 * Version 0.1.13 (released 2003-03-13)
811 ** Unfinished Java *.class files implementing the libidn API.
812 See the contrib/java/ directory.  It is implemented using the Java
813 Native Interface, and light initial testing indicate interoperability
814 between GCJ, IBM's JDK and Sun's JDK.
816 ** Building is now silent when gengetopt is not present.
818 ** Bug fixes.
820 ** API and ABI is backwards compatible with the previous version.
822 * Version 0.1.12 (released 2003-03-06)
824 ** Building libidn doesn't require gengetopt.
825 Warnings are still printed though.  Gengetopt will be replaced by argp
826 eventually.
828 ** Command line tool "idn" supports stringprep too.
830 ** New stringprep API entry point: stringprep_profile().
831 It takes a name of the stringprep profile as an argument instead of
832 the stringprep table structure.
834 ** stringprep_*.h are deprecated and will be removed in the future.
835 All symbols have been moved to stringprep.h.  The reasons are that (1)
836 the files typically only defined one CPP macro and exported one symbol
837 definition, which is wasteful as it generates too much work in the
838 manual, and (2) using one header file for all profiles allows easier
839 access to all stringprep profiles during runtime.  Note that the files
840 are still installed, but they only #include stringprep.h now, for
841 backwards compatibility.
843 ** GNU Libc add-on build instructions updated to GNU Libc 2.3.2.
845 ** SASLprep stringprep profile added.
847 ** An online interface to libidn written in PHP added to contrib/web/.
849 ** API and ABI is backwards compatible with the previous version.
851 * Version 0.1.11 (released 2003-02-26)
853 ** Command line application "idn" is included.
854 A simple wrapper around the library that allows you to invoke punycode
855 encoding/decoding and IDNA ToASCII/ToUnicode on the command line.
857 ** Emacs Lisp interface for punycode and IDNA included.
858 See punycode.el and idna.el.
860 ** API and ABI is backwards compatible with the previous version.
862 * Version 0.1.10 (released 2003-02-21)
864 ** idna_*_to_ace() and idna_*ace_to_*() are deprecated in favor of
865 ** idna_to_ascii_from_*() and idna_to_unicode_*_from_*() respectively.
866 The reason was that the old interfaces did not accept the
867 AllowUnassigned and UseSTD3ASCIIRules flags.  Note that the old
868 functions are not removed, but will be in the future.
870 ** IPS iSCSI stringprep profile added.
872 ** A new contrib/ directory added.
873 Currently it contains a Python interface to Libidn, contributed by
874 Stephane Bortzmeyer.
876 ** idna.h and punycode.h are now installed by "make install".
878 ** API and ABI is backwards compatible with the previous version.
880 * Version 0.1.9 (released 2003-02-20)
882 ** SASL ANONYMOUS "plain" stringprep profile added.
884 ** XMPP nodeprep profile fixed.
886 ** API and ABI is backwards compatible with the previous version.
887 For future releases, the NEWS entry will specifically mention whether
888 the C header API or library ABI backwards compatibility is affected.
890 * Version 0.1.8 (released 2003-02-14)
892 ** Portability fixes.
893 This includes not building the API Reference Manual with GTK-DOC by
894 default, if you want it use configure parameter --enable-gtk-doc after
895 making sure your gtkdoc-mkdb accept the --tmpl-dir parameter.
897 ** The type for string length variables is now (s)size_t.
898 Unfortunately this means binary shared library binary backwards
899 compatible is lost.
901 ** New nameprep test vectors.
903 * Version 0.1.7 (released 2003-02-12)
905 ** Uses official IDNA ACE prefix.
907 * Version 0.1.6 (released 2003-02-11)
909 ** Uses tentative IDNA ACE prefix.
911 ** Added XMPP Node/Resource Identifiers stringprep profiles.
913 ** Fixed prohibited character checks for bidi.
915 * Version 0.1.5 (released 2003-01-28)
917 ** The library can now be built as part of GNU Libc.
918 This is experimental and only tested against GNU Libc version 2.3.1.
919 See the libc/ directory, and libc/README in particular.
921 ** Bug fixes.
923 * Version 0.1.4 (released 2003-01-15)
925 ** Documentation fixes.
927 ** Portability fixes.
929 ** Bug fixes.
931 * Version 0.1.3 (released 2003-01-15)
933 ** Added texinfo manual.
935 * Version 0.1.2 (released 2003-01-08)
937 ** Added high-level IDNA API.
939 ** Added example3.c and example4.c demonstrating the high-level IDNA API.
941 * Version 0.1.1 (released 2003-01-08)
943 ** Added documentation using GTK-DOC.
945 ** The obsolete stringprep_utf8_to_ucs4_fast API entry point was removed.
946 By accident it was never removed in 0.1.0.
948 * Version 0.1.0 (released 2003-01-05)
950 ** Official GNU project.
952 ** Renamed from libstringprep to libidn.
954 ** Supports punycode and IDNA.  Caveat emptor: I don't use it myself.
956 ** Uses "unsigned long" for Unicode code points instead of "long".
957 Long is guaranteed to be at least 32 bits by C standards so it is
958 always sufficiently large, no need to use uint32_t and the like.
960 ** The obsolete stringprep_utf8_to_ucs4_fast API entry point was removed.
962 * Version 0.0.8 (released 2002-12-13)
964 ** Portability fixes (now works under Cygwin on Windows 2000).
966 ** Bug fixes.
968 * Version 0.0.7 (released 2002-12-09)
970 ** Apply all tables to entire strings, not just first hit.
972 ** Fix bidi infloop.
974 * Version 0.0.5 (released 2002-12-07)
976 ** Fix prohibited characters handling.
978 ** Fix bidi.
980 ** Renamed type (struct) stringprep_table_element to Stringprep_table_element.
982 ** Renamed type stringprep_profile to Stringprep_profile.
984 ** Renamed type (struct) stringprep_table to Stringprep_table.
986 ** Added more self-tests.
988 * Version 0.0.4 (released 2002-12-06)
990 ** Add unassigned code point handling, including self test cases.
992 ** Portability fixes.
994 * Version 0.0.3 (released 2002-11-30)
996 ** Exported utility function `stringprep_utf8_to_unichar', complementary
997 to existing `stringprep_unichar_to_utf8'.
999 ** Renamed `stringprep_utf8_to_ucs4_fast' to `stringprep_utf8_to_ucs4' to
1000 clean up API. The old entry point is maintained for binary backwards
1001 compatibility though.
1003 ** The distribution is from now on signed using GnuPG.
1005 ** Bug fixes.
1007 * Version 0.0.2 (released 2002-11-07)
1009 ** NFKC self test.
1011 ** Bug fixes.
1013 * Version 0.0.1 (released 2002-11-06)
1015 ** Add utility functions stringprep_locale_charset(), stringprep_convert() 
1016 and stringprep_locale_to_utf8 () that can be used to convert text from
1017 system's locale into UTF-8, which should be done before invoking
1018 stringprep().  The functions requires iconv() in the operating system.
1020 ** An example program (example.c) that illustrates how libstringprep can be
1021 used is included.
1023 ** The pkg-config --libs output should now include necessary -R options.
1025 * Version 0.0.0 (released 2002-11-05)
1027 ** Initial release
1029 ----------------------------------------------------------------------
1030 Copying and distribution of this file, with or without modification,
1031 are permitted in any medium without royalty provided the copyright
1032 notice and this notice are preserved.