Re-add test, with fixed code that doesn't use Java 1.5 syntax.
[libidn.git] / NEWS
blob638e3c1d884806799dbda492017627cbbc49e770
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.9 (unreleased)
7 ** The Java code is fixed to properly translate any non-ASCII dot into '.'.
8 Reported and fixed by "Stephane Mikaty" <mikaty@ecircle-ag.com>.
10 ** Update gnulib files.
12 ** API and ABI is backwards compatible with the previous version.
14 * Version 0.6.8 (released 2006-10-18)
16 ** The gnulib directory is separated into two directories.
17 One gnulib directory (lib/gl/) for the LGPL library in lib/, and one
18 gnulib directory (gl/) for the GPL tools in src/.  This allows the
19 GPL'd tools to use more gnulib modules than before, since earlier all
20 gnulib files had to be LGPL.
22 ** Update gnulib files.
24 ** Some minor cleanups, like assuming locale.h and setlocale().
26 ** API and ABI is backwards compatible with the previous version.
28 * Version 0.6.7 (released 2006-09-13)
30 ** Fix build failure of idn-int.h on C99 platforms.
31 Reported by Paul Howarth <paul@city-fan.org>.
33 ** The manual includes the GPL license, for the command-line tools.
35 ** The function, variable and concept index is moved to the end of the manual.
37 ** Update gnulib files.
39 ** API and ABI is backwards compatible with the previous version.
41 * Version 0.6.6 (released 2006-08-23)
43 ** Instead of AX_CREATE_STDINT_H, use the stdint gnulib module, for idn-int.h.
44 This solves building on some HPPA systems.  Note that the generated
45 idn-int.h is specific to the build environment that libidn was built
46 under, and is not generally usable by any other compiler (if any) on
47 the host.  This was true before too.
49 ** Update gnulib files.
51 ** API and ABI is backwards compatible with the previous version.
53 * Version 0.6.5 (released 2006-06-07)
55 ** Link the library with external libintl, for gettext.
56 This fixes building on FreeBSD, reported by Kirill Ponomarew
57 <krion@voodoo.bawue.com>.
59 ** Update doxygen config file to version 1.4.7.
61 ** API and ABI is backwards compatible with the previous version.
63 * Version 0.6.4 (released 2006-06-07)
65 ** Fix translation of error messages.
66 Thanks to Joe Orton <jorton@redhat.com>.
68 ** Fix warnings on 64-bit platforms.
69 Thanks to Joe Orton <jorton@redhat.com>.
71 ** The tests are run under valgrind, if it is installed.
72 Use --disable-valgrind-tests to unconditionally disable this.  It is
73 disabled by default for cross compiles.
75 ** API and ABI is backwards compatible with the previous version.
77 * Version 0.6.3 (released 2006-03-08)
79 ** Fixes for the build environment.
81 ** API and ABI is backwards compatible with the previous version.
83 * Version 0.6.2 (released 2006-02-07)
85 ** Fix objdir != srcdir builds for the Java documentation.
86 Thanks to Bernard Leak <bernard@brenda-arkle.demon.co.uk>.
88 ** Update of gnulib files.
90 ** API and ABI is backwards compatible with the previous version.
92 * Version 0.6.1 (released 2006-01-20)
94 ** Make it possible to cross-compile to mingw32.
95 You can build Libidn for Windows by invoking `./configure
96 --host=i586-mingw32msvc' (or similar).
98 ** Minor changes in how the C# code is built.
100 ** Update of gnulib files.
102 ** API and ABI is backwards compatible with the previous version.
104 * Version 0.6.0 (released 2005-12-03)
106 ** A C# port of Libidn has been contributed by Alexander Gnauck.
107 The port resides in the csharp/ directory.  Configure will build it if
108 a working C# compiler can be found.  Mono's "mcs" compiler is known to
109 work (available in Debian in the "mono-mcs" package), but PNET's
110 "cscc" compiler should also work (available in Debian in the "pnet"
111 package).  The port is licensed under the GPL.  Some Microsoft Visual
112 Studio project files are also present in the csharp/ directory, which
113 may be useful when building the port under Windows.  The C# API is
114 currently not documented, improvements are gratefully accepted.
116 ** Support shared libraries on Cygwin and Mingw32, thanks to Yaakov S.
118 ** Fix memory leak.
120 ** API and ABI is backwards compatible with the previous version.
122 * Version 0.5.20 (released 2005-10-23)
124 ** The header file pr29.h is now installed by 'make install'.
126 ** Translation updates.
128 ** Update of gnulib files.
130 ** API and ABI is backwards compatible with the previous version.
132 * Version 0.5.19 (released 2005-09-19)
134 ** The test for setlocale and nl_langinfo has now been separated.
135 The autoconf script now test for locale.h, setlocale and
136 nl_langinfo(CODESET) independently.
138 ** Gnulib updates, fixes for getopt.
140 ** Java manuals in doc/java/ are now generated by Gjdoc from GNU Classpath.
142 ** Kaffe is used to link the pre-built libidn-*.jar file.
144 ** Translation updates.
146 ** API and ABI is backwards compatible with the previous version.
148 * Version 0.5.18 (released 2005-07-16)
150 ** The macro AX_CREATE_STDINT_H that is used to create idn-int.h
151 ** has been updated.
153 ** Fix use of 'head -1' in configure script (should be 'head -n -1'),
154 ** thanks to Carsten Lohrke.
156 ** Announce the help-libidn mailing list in documentation and README.
158 ** Translation updates.
160 ** API and ABI is backwards compatible with the previous version.
162 * Version 0.5.17 (released 2005-05-26)
164 ** The gnulib portability files were updated.
166 ** The license template in files were updated with the new address.
168 ** Translation updated.
170 ** API and ABI is backwards compatible with the previous version.
172 * Version 0.5.16 (released 2005-05-06)
174 ** Mark static PR29 data tables as 'const', thanks to Joe Orton.
176 ** Kinyarwanda translations added, thanks to Steve Murphy.
178 ** API and ABI is backwards compatible with the previous version.
180 * Version 0.5.15 (released 2005-03-19)
182 ** Improvements to code to convert data between character sets.
183 The license template was changed to the LGPL, from the GPL template
184 that was mistakenly used in the previous two releases.  Document here
185 that cleaning up this code has solved memory allocation and arithmetic
186 overflow problems.
188 ** API and ABI is backwards compatible with the previous version.
190 * Version 0.5.14 (released 2005-03-19)
192 ** Building for srcdir != objdir from CVS now work, thanks to Linus Nordberg.
194 ** Simplified Chinese translations added, thanks to Meng Jie.
196 ** Vietnamese translation added, thanks to Clytie Siddall.
198 ** API and ABI is backwards compatible with the previous version.
200 * Version 0.5.13 (released 2005-01-29)
202 ** The code to convert data between character encodings have been cleaned up.
203 The stringprep_convert function has been added to gnulib, under the
204 name iconv_string, and is now used by libidn.  This should not have
205 any user-visible consequences, though.
207 ** It is now possible to bootstrap with unmodified Automake installations.
209 ** Italian translation added, thanks to Marco Colombo.
211 ** Swedish translation updated.
213 ** API and ABI is backwards compatible with the previous version.
215 * Version 0.5.12 (released 2004-12-04)
217 ** Java code now support the XMPP NodePrep and ResourcePrep profiles.
219 ** Bug fixes and improvements to Java code.
220 The allowUnassigned flag is now respected properly.  The prohibited
221 code points check now works.  Arguments are now checked.  Convenience
222 method with allowUnassigned set to false was added.
224 ** Update getopt from gnulib.
226 ** API and ABI is backwards compatible with the previous version.
228 * Version 0.5.11 (released 2004-11-21)
230 ** Fix formatting of man pages, based on warnings from Doclifter.
232 ** Update of gnulib files to fix potential getopt problem on ELF systems.
234 ** API and ABI is backwards compatible with the previous version.
236 * Version 0.5.10 (released 2004-11-08)
238 ** Libtool's -export-symbols-regex is now used to only export official APIs.
239 Before, applications might accidentally access internal functions.
240 Note that this is not supported on all platforms, so you must still
241 make sure you are not using undocumented symbols in Libidn.
243 ** API and ABI is backwards compatible with the previous version.
245 * Version 0.5.9 (released 2004-11-07)
247 ** Align GTK-DOC build infrastructure with GTK-DOC official recommendations.
248 This mean that you can now browse the Libidn API manual using Devhelp.
250 ** Update of gnulib files to fix potential problem in getopt on BSD.
252 ** Documentation improvements.
254 ** API and ABI is backwards compatible with the previous version.
256 * Version 0.5.8 (released 2004-10-12)
258 ** BidiMirroring-3.2.0.txt is now included, not only the generated source code.
259 This allow builds to succeed after 'make realclean'.
261 ** Generated files now have consistent 'DO NOT EDIT!' comments.
263 ** API and ABI is backwards compatible with the previous version.
265 * Version 0.5.7 (released 2004-10-12)
267 ** Shared library version incremented, because new APIs were added.
268 This was forgotten in the last release.
270 ** French translation updated.
272 ** Minor bug fixes.
274 ** API and ABI is backwards compatible with the previous version.
276 * Version 0.5.6 (released 2004-10-02)
278 ** Added functions to convert return codes to human readable text.
280 ** Now using GNULib in command line front end (src/) for portability code.
281 See <http://www.gnu.org/software/gnulib/> for more information on
282 GNULib.  This should make the code easier to read and maintain.
284 ** API and ABI is backwards compatible with the previous version.
285 idna_strerror: ADD.
286 pr29_strerror: ADD.
287 punycode_strerror: ADD.
288 stringprep_strerror: ADD.
289 tld_strerror: ADD.
290 TLD_NO_TLD: ADD.  Replaces TLD_NOTLD.
291 TLD_NOTLD: DEPRECATED.  Use TLD_NO_TLD instead.
293 * Version 0.5.5 (released 2004-09-13)
295 ** Hide accidentally exported variable g_utf8_skip, by marking it as static.
297 ** Various fixes.
299 ** API and ABI is backwards compatible with the previous version.
300 g_utf8_skip: REMOVED.  (But never meant to be used.)
302 * Version 0.5.4 (released 2004-08-08)
304 ** Translation updates.
306 ** API and ABI is backwards compatible with the previous version.
308 * Version 0.5.3 (released 2004-08-05)
310 ** Fix crash in `idn --tld' command line tool.
312 ** API and ABI is backwards compatible with the previous version.
314 * Version 0.5.2 (released 2004-07-14)
316 ** Java "make install" rules are now DESTDIR compatible.
318 ** API and ABI is backwards compatible with the previous version.
320 * Version 0.5.1 (released 2004-07-09)
322 ** Cross compile builds should work.
323 It should work for any sane cross compile target, but the only tested
324 platform is uClibc/uClinux on Motorola Coldfire.
326 ** The example programs now correctly invoke `setlocale (LC_ALL, "")'.
328 ** API and ABI is backwards compatible with the previous version.
330 * Version 0.5.0 (released 2004-06-26)
332 ** Functions to detect "normalization problem sequences" as per PR-29 added.
333 See the new chapter "PR29 Functions" in the manual
334 (doc/libidn.{ps,pdf,html}) for more information and the background
335 story.  An external link that discuss the problem is
336 <http://www.unicode.org/review/pr-29.html>.
338 ** More translations.
339 Added Esperanto (by Edmund GRIMLEY EVANS).
341 ** API and ABI is backwards compatible with the previous version.
342 pr29.h: ADD.  Prototypes for PR29 types and functions.
343 pr29_4, pr29_4z, pr29_8z: ADD.  New API entry points for PR29 functions.
344 Pr29_rc: ADD.  New error code enum type for PR29 functions.
346 * Version 0.4.9 (released 2004-06-11)
348 ** The Java library (java/libidn-*.jar) is included in the distribution.
350 ** JavaDoc manuals (doc/javadoc/) are included.
352 ** API and ABI is backwards compatible with the previous version.
354 * Version 0.4.8 (released 2004-06-01)
356 ** The Java source code is actually included in the distribution.
358 ** API and ABI is backwards compatible with the previous version.
360 * Version 0.4.7 (released 2004-05-31)
362 ** The Java port should now be functional, contributed by Oliver Hitz.
363 See the new section "Java API" in the manual for more information.
365 ** API and ABI is backwards compatible with the previous version.
367 * Version 0.4.6 (released 2004-05-24)
369 ** The header file idn-free.h is actually installed by 'make install'.
371 ** API and ABI is backwards compatible with the previous version.
373 * Version 0.4.5 (released 2004-05-21)
375 ** In IDNA ToUnicode, a `free' on a stale pointer fixed by Ulrich Drepper.
377 ** Several memory leaks fixed by Ulrich Drepper.
379 ** Added more SASLPrep and NFKC test vectors.
381 ** Automake 1.8.4 is used.
383 ** API and ABI is backwards compatible with the previous version.
384 idn_free: ADD.  Wrapper around system `free'.
385 idn-free.h: ADD.  Prototype for `idn_free'.
386                 See idn-free.h for discussion.  The interface is
387                 currently not documented.  Comments and feedback is
388                 appreciated.
390 * Version 0.4.4 (released 2004-04-29)
392 ** Fixed two bugs in iSCSI definition, syncing with newly published RFC 3722.
393 The first bug was an omission of prohibiting the characters in C.1.1,
394 C.1.2 and C.7 (space characters and characters that are inappropriate
395 for canonical representation).  The second was a bug in the definition
396 of the table, causing the entire table to be skipped, of the special
397 prohibited output character table defined in RFC 3722 (see section 6,
398 the characters in the table are various ASCII characters and U+3002).
400 ** A few test vectors for iSCSI were added.
402 ** The self tests are linked with libtool -no-install to avoid wrapper script.
404 ** Separated self test utilities into a separate library, shared by all tests.
406 ** More translations.
407 Added Romanian (by Laurentiu Buzdugan).
409 ** API and ABI is backwards compatible with the previous version.
411 * Version 0.4.3 (released 2004-04-22)
413 ** Fixed a bug in table processing code to prohibit control characters.
414 The problem was that the code used a code point of 0 to indicate end
415 of table, but if (as for table C.2.1) a range starts with 0, this
416 logic would fail.  The end-of-table test is now that both the start
417 and end code points of the range is 0.  Table C.2.1 is responsible for
418 prohibiting non-ASCII control characters, i.e. ASCII 0-31 and 127.
419 Before, libidn silently accepted such strings without complaining.
421 ** A few test vectors for SASLprep were added.
423 ** The pkg-config script no longer include a -R parameter.
425 ** More translations.
426 Added Dutch (by Elros Cyriatan), and German (by Roland Illig).
428 ** API and ABI is backwards compatible with the previous version.
430 * Version 0.4.2 (released 2004-03-20)
432 ** A Punycode implementation in Java was added, by Oliver Hitz.
433 Eventually hopefully a StringPrep, Nameprep and IDNA implementation
434 will be added as well.  Currently you need to specify --enable-java to
435 enable the Java interface.  The Java sources (below java/) are
436 compiled into byte-code (not native code) into a JAR library.
438 ** More translations.
439 Added Danish (by Morten Bo Johansen), French (by Michel Robitaille),
440 Polish (by Jakub Bogusz), and Serbian (by Aleksandar Jelenak).
442 ** Norwegian TLD table added, by Thomas Jacob.
444 ** API and ABI is backwards compatible with the previous version.
446 * Version 0.4.1 (released 2004-03-08)
448 ** The user messages from the command line utility are now translated.
449 Currently English and Swedish is supported.
451 ** Logic of stringprep_locale_charset modified.
452 Future versions will use, in order, $CHARSET iff defined, nl_langinfo
453 (CODESET) iff working, or fall back to returning "ASCII".  Earlier it
454 attempted to guess the system locale, in contrast with the current
455 application's locale, via some setlocale save/set/reset magic.  This
456 change may require you to invoke setlocale() in your application,
457 which is (should be) required for non-ASCII to work anyway.  Based on
458 discussion with Ulrich Drepper.
460 ** The command-line utility now invoke setlocale (LC_ALL, "") at startup.
462 ** Fixed SASLprep tables to prohibit non-ASCII space in output.
463 Non-ASCII space has always been mapped to ASCII space, so it is not
464 clear this really have any effect, but the specification require it.
466 ** Building Libidn as part of GLIBC has been updated.
467 Refer to libc/README for more information.  Incidentally, GLIBC in CVS
468 now include a copy of Libidn.
470 ** API and ABI is backwards compatible with the previous version.
471 IDNA_DLOPEN_ERROR: ADD.  Only used internally by Libidn in libc.
473 * Version 0.4.0 (released 2004-02-28)
475 ** Support for TLD restrictions on IDN strings, contributed by Thomas Jacob.
476 Many TLDs restrict the set of characters that can be used, from the
477 full Unicode 3.2 range that is normally available.  This contribution
478 make it possible for you to test strings for TLD conformance locally.
479 The code can be disabled by --disable-tld.  If enabled (the default),
480 the new API "tld.h" is installed which can be used to check a string
481 for conformance to TLD specific rules.  This add a new self test, and
482 a new chapter in the manual.  People responsible for maintaining TLD
483 tables are hereby encouraged to contribute them (under reasonable
484 licensing terms) for inclusion in future versions of Libidn.  Be
485 warned that the API for TLD checking may change throughout the 0.4.x
486 series as we get feedback on it.
488 ** Kerberos 5 stringprep profile macro is no longer documented.
489 The macro itself will probably be removed in the future, if the
490 specification is dropped from the Kerberos WG agenda.
492 ** API and ABI is backwards compatible with the previous version.
493 stringprep_kerberos5: DEPRECATED.
494 Tld_table_element:
495 Tld_table:
496 Tld_rc: ADD.  New data types.
497 tld_get_4:
498 tld_get_4z:
499 tld_get_z: ADD.  New functions to extract TLD from string.
500 tld_get_table:
501 tld_default_table: ADD.  New functions to get TLD table from TLD name.
502 tld_check_4t:
503 tld_check_4tz: ADD.  New function to provide core TLD operations.
504 tld_check_4:
505 tld_check_4z:
506 tld_check_8z:
507 tld_check_lz: ADD.  New functions that combine all TLD operations in one call.
509 * Version 0.3.7 (released 2004-01-22)
511 ** The command line parameter '--' idiom is documented.
513 ** The iSCSI stringprep profile now recognized as "iSCSI".
514 The earlier name "ISCSIprep" is still recognized, for backwards
515 compatibility.
517 ** DocBook manuals no longer included (the tools are too unstable).
519 ** API and ABI is backwards compatible with the previous version.
521 * Version 0.3.6 (released 2004-01-06)
523 ** The manual now contain a troubleshooting section for the command line tool.
525 ** The PHP interface pass the string directly on the command line.
527 ** The macro that create 'idn-int.h' has been updated to latest version.
529 ** API and ABI is backwards compatible with the previous version.
531 * Version 0.3.5 (released 2003-12-15)
533 ** The program 'idn' accepts input strings directly on the command line.
535 ** The program 'idn' defaults to --idna-to-ascii if no parameter is given.
537 ** The program 'idn' now print user instructions before waiting for input.
539 ** DocBook HTML output not included any longer.
540 The reason is that the filenames generated by docbook2html appear to
541 be rather random, so it is difficult to maintain the Makefile.am rules
542 for them.
544 ** Autoconf 2.59, automake 1.8 and libtool from CVS is used.
546 ** API and ABI is backwards compatible with the previous version.
547 IDNA_CONTAINS_NON_LDH: ADD.  Same integer value as IDNA_CONTAINS_LDH.
548 IDNA_CONTAINS_LDH: DEPRECATED.  LDH (letter-digits-hyphens) characters
549                 are not an error, but non-LDH characters are, when
550                 IDNA_USE_STD3_ASCII_RULES is used.  The logic of the
551                 mnemonic name of this error constant was reversed.
553 * Version 0.3.4 (released 2003-11-09)
555 ** DocBook manuals in XML, PDF, PostScript, ASCII and HTML formats included.
557 * Version 0.3.3 (released 2003-10-18)
559 ** Fixed list of Stringprep profiles in 'idn --help' and 'idn.php'.
561 ** Fixed debug information in 'idn'.
563 ** Internal improvements.
564 Leads to reduced heap memory usage.  Simplified inter-dependency among
565 files in lib/* to make it easier to copy them into your project.
567 ** Debugging stringprep profile 'generic' removed.
569 ** Punycode implementation updated to rfc3492bis-00.
571 ** API and ABI is backwards compatible with the previous version.
572 stringprep_4i: NEW.
573 stringprep_4zi: NEW.
574 stringprep: CHANGED. 'profile' is marked as 'const'.
575 stringprep_profile: CHANGED. 'profile' is marked as 'const'.
576 stringprep_generic: REMOVED. Never meant for public use.
578 * Version 0.3.2 (released 2003-10-07)
580 ** SASL ANONYMOUS stringprep profile "trace" added.
581 It is equivalent to the already supported "plain" SASL ANONYMOUS
582 stringprep profile, except for the name.
584 ** API and ABI is backwards compatible with the previous version.
585 The 'in' parameter to stringprep_profile was changed from 'char*' to
586 'const char*'.
588 * Version 0.3.1 (released 2003-10-02)
590 ** Fixed handling of implicit and explicit zero-length root labels in ToASCII.
592 ** Fixed support for Hangul Syllables during Unicode NFKC normalization.
594 ** Fixed Unicode NFKC normalization of (some) BMP code points.
595 This was done by syncing the NFKC code with latest GLIB, and may have
596 fixed other bugs in the earlier versions of the updated functions.
598 ** Added more IDNA test vectors.
600 ** Emacs Lisp IDNA implementation now set the UseSTD3ASCIIRules flag.
601 This is the appropriate setting for mail-related uses of IDNA.
603 ** API and ABI is backwards compatible with the previous version.
605 * Version 0.3.0 (released 2003-09-23)
607 ** Ported to Mac OS X.
609 ** Gnulib code removed, we now assume a C89 compatible environment.
611 ** Building libidn as a libc add-on now works again.
613 ** Man pages for all public API functions are included.
615 ** Fixed bug in SASLprep profile.
617 ** API and ABI is NOT backwards compatible with the previous version.
618 All previously labeled (since 0.1.x) obsolete functions have been dropped.
619 The use of 'enum' types instead of 'int' added in 0.2.3 reverted, it
620 confused documentation generators and wasn't all that common practice.
622 * Version 0.2.3 (released 2003-08-26)
624 ** Example 4 was the same as example 3, now changed to demo ToUnicode.
626 ** Documentation improvements.
628 ** Prototype cleanups.
629 The proper enum types (Stringprep_rc, Idna_rc, etc) are now used in
630 several places where plain int where used before.  String lengths are
631 handled by (s)size_t instead of int.
633 ** API and ABI is backwards compatible with the previous version.
635 * Version 0.2.2 (released 2003-08-13)
637 ** Fixed problem with strings longer than 4GB in punycode functions.
638 The punycode code cannot handle strings longer than 4GB.  The code now
639 return PUNYCODE_BAD_INPUT on too long input, instead of failing in an
640 unknown way.
642 ** The "idn --idna-to-unicode" command now output locale encoded strings.
644 ** Build fixes, bug fixes.
646 ** API and ABI is backwards compatible with the previous version.
648 * Version 0.2.1 (released 2003-07-04)
650 ** Don't reject zero-length trailing labels as in, e.g., "www.example.org.".
651 The IDNA RFC is not clear on this topic, zero-length labels in general
652 are forbidden by the ToASCII algorithm in section 4.1 step 8, but the
653 terminology section define, inside a parenthesis, that the zero-length
654 root label is in fact not considered a label at all in IDNA.
656 ** Bug fixes.
658 ** API and ABI is backwards compatible with the previous version.
660 * Version 0.2.0 (released 2003-06-19)
662 ** Unicode code point data is now uint32_t, defined in "idn-int.h".
663 A header file "idn-int.h" is generated and installed to make sure the
664 "uint32_t" data type is available on all platforms.  The reason for
665 this change is that on 64-bit platforms, the application was required
666 to convert 32 bit integers (which is how Unicode code points are
667 typically represented) into 64 bit integers before calling libidn
668 functions.
670 ** New idna_*() functions have improved flags handling.
671 The allowunassigned and usestd3asciirules parameters were collapsed
672 into a flags parameter, that can take on the IDNA_ALLOW_UNASSIGNED and
673 IDNA_USE_STD3_ASCII_RULES values.  This allows for easier extensions
674 to support, e.g., Unicode 4.0 or RFC 952 ASCII rules checking.  Note
675 that the old entry points are unmodified (in this regard), and new
676 entry points with this modification were added.
678 ** The manual was moved into a separate directory doc/.
680 ** Bugfixes.
682 ** API and ABI is not backwards compatible.
683 In punycode.h and stringprep.h the "unsigned long" data type was
684 changed into "uint32_t", which cause a API and ABI missmatch.  For
685 idna.h, the old entry points that used "unsigned long" still exist,
686 and new entry points that uses "uint32_t" was added.  To update your
687 application, you probably only need to change "unsigned long" to
688 "uint32_t".  As a result of these changes, the shared object version
689 has been increased.
691 * Version 0.1.15 (released 2003-06-07)
693 ** Bugfixes.
695 ** API and ABI is backwards compatible with the previous version.
697 * Version 0.1.14 (released 2003-05-10)
699 ** Experimental documentation generation in contrib/doxygen/.
700 Simply invoke "doxygen" in that directory and it should build the
701 documentation.
703 ** Lisp API bug fixes.
705 ** API and ABI is backwards compatible with the previous version.
707 * Version 0.1.13 (released 2003-03-13)
709 ** Unfinished Java *.class files implementing the libidn API.
710 See the contrib/java/ directory.  It is implemented using the Java
711 Native Interface, and light initial testing indicate interoperability
712 between GCJ, IBM's JDK and Sun's JDK.
714 ** Building is now silent when gengetopt is not present.
716 ** Bug fixes.
718 ** API and ABI is backwards compatible with the previous version.
720 * Version 0.1.12 (released 2003-03-06)
722 ** Building libidn doesn't require gengetopt.
723 Warnings are still printed though.  Gengetopt will be replaced by argp
724 eventually.
726 ** Command line tool "idn" supports stringprep too.
728 ** New stringprep API entry point: stringprep_profile().
729 It takes a name of the stringprep profile as an argument instead of
730 the stringprep table structure.
732 ** stringprep_*.h are deprecated and will be removed in the future.
733 All symbols have been moved to stringprep.h.  The reasons are that (1)
734 the files typically only defined one CPP macro and exported one symbol
735 definition, which is wasteful as it generates too much work in the
736 manual, and (2) using one header file for all profiles allows easier
737 access to all stringprep profiles during runtime.  Note that the files
738 are still installed, but they only #include stringprep.h now, for
739 backwards compatibility.
741 ** GNU Libc add-on build instructions updated to GNU Libc 2.3.2.
743 ** SASLprep stringprep profile added.
745 ** An online interface to libidn written in PHP added to contrib/web/.
747 ** API and ABI is backwards compatible with the previous version.
749 * Version 0.1.11 (released 2003-02-26)
751 ** Command line application "idn" is included.
752 A simple wrapper around the library that allows you to invoke punycode
753 encoding/decoding and IDNA ToASCII/ToUnicode on the command line.
755 ** Emacs Lisp interface for punycode and IDNA included.
756 See punycode.el and idna.el.
758 ** API and ABI is backwards compatible with the previous version.
760 * Version 0.1.10 (released 2003-02-21)
762 ** idna_*_to_ace() and idna_*ace_to_*() are deprecated in favor of
763 ** idna_to_ascii_from_*() and idna_to_unicode_*_from_*() respectively.
764 The reason was that the old interfaces did not accept the
765 AllowUnassigned and UseSTD3ASCIIRules flags.  Note that the old
766 functions are not removed, but will be in the future.
768 ** IPS iSCSI stringprep profile added.
770 ** A new contrib/ directory added.
771 Currently it contains a Python interface to Libidn, contributed by
772 Stephane Bortzmeyer.
774 ** idna.h and punycode.h are now installed by "make install".
776 ** API and ABI is backwards compatible with the previous version.
778 * Version 0.1.9 (released 2003-02-20)
780 ** SASL ANONYMOUS "plain" stringprep profile added.
782 ** XMPP nodeprep profile fixed.
784 ** API and ABI is backwards compatible with the previous version.
785 For future releases, the NEWS entry will specifically mention whether
786 the C header API or library ABI backwards compatibility is affected.
788 * Version 0.1.8 (released 2003-02-14)
790 ** Portability fixes.
791 This includes not building the API Reference Manual with GTK-DOC by
792 default, if you want it use configure parameter --enable-gtk-doc after
793 making sure your gtkdoc-mkdb accept the --tmpl-dir parameter.
795 ** The type for string length variables is now (s)size_t.
796 Unfortunately this means binary shared library binary backwards
797 compatible is lost.
799 ** New nameprep test vectors.
801 * Version 0.1.7 (released 2003-02-12)
803 ** Uses official IDNA ACE prefix.
805 * Version 0.1.6 (released 2003-02-11)
807 ** Uses tentative IDNA ACE prefix.
809 ** Added XMPP Node/Resource Identifiers stringprep profiles.
811 ** Fixed prohibited character checks for bidi.
813 * Version 0.1.5 (released 2003-01-28)
815 ** The library can now be built as part of GNU Libc.
816 This is experimental and only tested against GNU Libc version 2.3.1.
817 See the libc/ directory, and libc/README in particular.
819 ** Bug fixes.
821 * Version 0.1.4 (released 2003-01-15)
823 ** Documentation fixes.
825 ** Portability fixes.
827 ** Bug fixes.
829 * Version 0.1.3 (released 2003-01-15)
831 ** Added texinfo manual.
833 * Version 0.1.2 (released 2003-01-08)
835 ** Added high-level IDNA API.
837 ** Added example3.c and example4.c demonstrating the high-level IDNA API.
839 * Version 0.1.1 (released 2003-01-08)
841 ** Added documentation using GTK-DOC.
843 ** The obsolete stringprep_utf8_to_ucs4_fast API entry point was removed.
844 By accident it was never removed in 0.1.0.
846 * Version 0.1.0 (released 2003-01-05)
848 ** Official GNU project.
850 ** Renamed from libstringprep to libidn.
852 ** Supports punycode and IDNA.  Caveat emptor: I don't use it myself.
854 ** Uses "unsigned long" for Unicode code points instead of "long".
855 Long is guaranteed to be at least 32 bits by C standards so it is
856 always sufficiently large, no need to use uint32_t and the like.
858 ** The obsolete stringprep_utf8_to_ucs4_fast API entry point was removed.
860 * Version 0.0.8 (released 2002-12-13)
862 ** Portability fixes (now works under Cygwin on Windows 2000).
864 ** Bug fixes.
866 * Version 0.0.7 (released 2002-12-09)
868 ** Apply all tables to entire strings, not just first hit.
870 ** Fix bidi infloop.
872 * Version 0.0.5 (released 2002-12-07)
874 ** Fix prohibited characters handling.
876 ** Fix bidi.
878 ** Renamed type (struct) stringprep_table_element to Stringprep_table_element.
880 ** Renamed type stringprep_profile to Stringprep_profile.
882 ** Renamed type (struct) stringprep_table to Stringprep_table.
884 ** Added more self-tests.
886 * Version 0.0.4 (released 2002-12-06)
888 ** Add unassigned code point handling, including self test cases.
890 ** Portability fixes.
892 * Version 0.0.3 (released 2002-11-30)
894 ** Exported utility function `stringprep_utf8_to_unichar', complementary
895 to existing `stringprep_unichar_to_utf8'.
897 ** Renamed `stringprep_utf8_to_ucs4_fast' to `stringprep_utf8_to_ucs4' to
898 clean up API. The old entry point is maintained for binary backwards
899 compatibility though.
901 ** The distribution is from now on signed using GnuPG.
903 ** Bug fixes.
905 * Version 0.0.2 (released 2002-11-07)
907 ** NFKC self test.
909 ** Bug fixes.
911 * Version 0.0.1 (released 2002-11-06)
913 ** Add utility functions stringprep_locale_charset(), stringprep_convert() 
914 and stringprep_locale_to_utf8 () that can be used to convert text from
915 system's locale into UTF-8, which should be done before invoking
916 stringprep().  The functions requires iconv() in the operating system.
918 ** An example program (example.c) that illustrates how libstringprep can be
919 used is included.
921 ** The pkg-config --libs output should now include necessary -R options.
923 * Version 0.0.0 (released 2002-11-05)
925 ** Initial release
927 ----------------------------------------------------------------------
928 Copying and distribution of this file, with or without modification,
929 are permitted in any medium without royalty provided the copyright
930 notice and this notice are preserved.