Revert.
[libidn.git] / NEWS
blobd96feddb9c08f601b2342015315f34f7b153adb2
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 0.6.11 (unreleased)
7 ** Update gnulib files.
8 We now use the "striconv" module instead of the "iconvme", which
9 causes a slight increase of code size (from 303kb to 319kb with
10 debugging symbols on i386).  The reason is the use of a new locale
11 independent strcasecmp, which may cause faster operation in some
12 locales where, e.g., "ASCII" and "ascii" are not treated as the same.
14 ** API and ABI is backwards compatible with the previous version.
16 * Version 0.6.10 (released 2007-01-04)
18 ** Corrected year in copyright notices.
20 ** Update gnulib files.
21 Including the code to convert strings between different encodings
22 (noted in case this introduces problems).
24 ** API and ABI is backwards compatible with the previous version.
26 * Version 0.6.9 (released 2006-11-30)
28 ** The Java code is fixed to properly translate any non-ASCII dot into '.'.
29 Reported and fixed by "Stephane Mikaty" <mikaty@ecircle-ag.com>.
31 ** Update gnulib files.
33 ** Bump tool versions to autoconf 2.61, automake 1.10, and gettext 0.16.
35 ** Old versions of iconv.m4, codeset.m4 and lib-link.m4 removed from m4/.
36 Modern versions are part of gnulib.
38 ** API and ABI is backwards compatible with the previous version.
40 * Version 0.6.8 (released 2006-10-18)
42 ** The gnulib directory is separated into two directories.
43 One gnulib directory (lib/gl/) for the LGPL library in lib/, and one
44 gnulib directory (gl/) for the GPL tools in src/.  This allows the
45 GPL'd tools to use more gnulib modules than before, since earlier all
46 gnulib files had to be LGPL.
48 ** Update gnulib files.
50 ** Some minor cleanups, like assuming locale.h and setlocale().
52 ** API and ABI is backwards compatible with the previous version.
54 * Version 0.6.7 (released 2006-09-13)
56 ** Fix build failure of idn-int.h on C99 platforms.
57 Reported by Paul Howarth <paul@city-fan.org>.
59 ** The manual includes the GPL license, for the command-line tools.
61 ** The function, variable and concept index is moved to the end of the manual.
63 ** Update gnulib files.
65 ** API and ABI is backwards compatible with the previous version.
67 * Version 0.6.6 (released 2006-08-23)
69 ** Instead of AX_CREATE_STDINT_H, use the stdint gnulib module, for idn-int.h.
70 This solves building on some HPPA systems.  Note that the generated
71 idn-int.h is specific to the build environment that libidn was built
72 under, and is not generally usable by any other compiler (if any) on
73 the host.  This was true before too.
75 ** Update gnulib files.
77 ** API and ABI is backwards compatible with the previous version.
79 * Version 0.6.5 (released 2006-06-07)
81 ** Link the library with external libintl, for gettext.
82 This fixes building on FreeBSD, reported by Kirill Ponomarew
83 <krion@voodoo.bawue.com>.
85 ** Update doxygen config file to version 1.4.7.
87 ** API and ABI is backwards compatible with the previous version.
89 * Version 0.6.4 (released 2006-06-07)
91 ** Fix translation of error messages.
92 Thanks to Joe Orton <jorton@redhat.com>.
94 ** Fix warnings on 64-bit platforms.
95 Thanks to Joe Orton <jorton@redhat.com>.
97 ** The tests are run under valgrind, if it is installed.
98 Use --disable-valgrind-tests to unconditionally disable this.  It is
99 disabled by default for cross compiles.
101 ** API and ABI is backwards compatible with the previous version.
103 * Version 0.6.3 (released 2006-03-08)
105 ** Fixes for the build environment.
107 ** API and ABI is backwards compatible with the previous version.
109 * Version 0.6.2 (released 2006-02-07)
111 ** Fix objdir != srcdir builds for the Java documentation.
112 Thanks to Bernard Leak <bernard@brenda-arkle.demon.co.uk>.
114 ** Update of gnulib files.
116 ** API and ABI is backwards compatible with the previous version.
118 * Version 0.6.1 (released 2006-01-20)
120 ** Make it possible to cross-compile to mingw32.
121 You can build Libidn for Windows by invoking `./configure
122 --host=i586-mingw32msvc' (or similar).
124 ** Minor changes in how the C# code is built.
126 ** Update of gnulib files.
128 ** API and ABI is backwards compatible with the previous version.
130 * Version 0.6.0 (released 2005-12-03)
132 ** A C# port of Libidn has been contributed by Alexander Gnauck.
133 The port resides in the csharp/ directory.  Configure will build it if
134 a working C# compiler can be found.  Mono's "mcs" compiler is known to
135 work (available in Debian in the "mono-mcs" package), but PNET's
136 "cscc" compiler should also work (available in Debian in the "pnet"
137 package).  The port is licensed under the GPL.  Some Microsoft Visual
138 Studio project files are also present in the csharp/ directory, which
139 may be useful when building the port under Windows.  The C# API is
140 currently not documented, improvements are gratefully accepted.
142 ** Support shared libraries on Cygwin and Mingw32, thanks to Yaakov S.
144 ** Fix memory leak.
146 ** API and ABI is backwards compatible with the previous version.
148 * Version 0.5.20 (released 2005-10-23)
150 ** The header file pr29.h is now installed by 'make install'.
152 ** Translation updates.
154 ** Update of gnulib files.
156 ** API and ABI is backwards compatible with the previous version.
158 * Version 0.5.19 (released 2005-09-19)
160 ** The test for setlocale and nl_langinfo has now been separated.
161 The autoconf script now test for locale.h, setlocale and
162 nl_langinfo(CODESET) independently.
164 ** Gnulib updates, fixes for getopt.
166 ** Java manuals in doc/java/ are now generated by Gjdoc from GNU Classpath.
168 ** Kaffe is used to link the pre-built libidn-*.jar file.
170 ** Translation updates.
172 ** API and ABI is backwards compatible with the previous version.
174 * Version 0.5.18 (released 2005-07-16)
176 ** The macro AX_CREATE_STDINT_H that is used to create idn-int.h
177 ** has been updated.
179 ** Fix use of 'head -1' in configure script (should be 'head -n -1'),
180 ** thanks to Carsten Lohrke.
182 ** Announce the help-libidn mailing list in documentation and README.
184 ** Translation updates.
186 ** API and ABI is backwards compatible with the previous version.
188 * Version 0.5.17 (released 2005-05-26)
190 ** The gnulib portability files were updated.
192 ** The license template in files were updated with the new address.
194 ** Translation updated.
196 ** API and ABI is backwards compatible with the previous version.
198 * Version 0.5.16 (released 2005-05-06)
200 ** Mark static PR29 data tables as 'const', thanks to Joe Orton.
202 ** Kinyarwanda translations added, thanks to Steve Murphy.
204 ** API and ABI is backwards compatible with the previous version.
206 * Version 0.5.15 (released 2005-03-19)
208 ** Improvements to code to convert data between character sets.
209 The license template was changed to the LGPL, from the GPL template
210 that was mistakenly used in the previous two releases.  Document here
211 that cleaning up this code has solved memory allocation and arithmetic
212 overflow problems.
214 ** API and ABI is backwards compatible with the previous version.
216 * Version 0.5.14 (released 2005-03-19)
218 ** Building for srcdir != objdir from CVS now work, thanks to Linus Nordberg.
220 ** Simplified Chinese translations added, thanks to Meng Jie.
222 ** Vietnamese translation added, thanks to Clytie Siddall.
224 ** API and ABI is backwards compatible with the previous version.
226 * Version 0.5.13 (released 2005-01-29)
228 ** The code to convert data between character encodings have been cleaned up.
229 The stringprep_convert function has been added to gnulib, under the
230 name iconv_string, and is now used by libidn.  This should not have
231 any user-visible consequences, though.
233 ** It is now possible to bootstrap with unmodified Automake installations.
235 ** Italian translation added, thanks to Marco Colombo.
237 ** Swedish translation updated.
239 ** API and ABI is backwards compatible with the previous version.
241 * Version 0.5.12 (released 2004-12-04)
243 ** Java code now support the XMPP NodePrep and ResourcePrep profiles.
245 ** Bug fixes and improvements to Java code.
246 The allowUnassigned flag is now respected properly.  The prohibited
247 code points check now works.  Arguments are now checked.  Convenience
248 method with allowUnassigned set to false was added.
250 ** Update getopt from gnulib.
252 ** API and ABI is backwards compatible with the previous version.
254 * Version 0.5.11 (released 2004-11-21)
256 ** Fix formatting of man pages, based on warnings from Doclifter.
258 ** Update of gnulib files to fix potential getopt problem on ELF systems.
260 ** API and ABI is backwards compatible with the previous version.
262 * Version 0.5.10 (released 2004-11-08)
264 ** Libtool's -export-symbols-regex is now used to only export official APIs.
265 Before, applications might accidentally access internal functions.
266 Note that this is not supported on all platforms, so you must still
267 make sure you are not using undocumented symbols in Libidn.
269 ** API and ABI is backwards compatible with the previous version.
271 * Version 0.5.9 (released 2004-11-07)
273 ** Align GTK-DOC build infrastructure with GTK-DOC official recommendations.
274 This mean that you can now browse the Libidn API manual using Devhelp.
276 ** Update of gnulib files to fix potential problem in getopt on BSD.
278 ** Documentation improvements.
280 ** API and ABI is backwards compatible with the previous version.
282 * Version 0.5.8 (released 2004-10-12)
284 ** BidiMirroring-3.2.0.txt is now included, not only the generated source code.
285 This allow builds to succeed after 'make realclean'.
287 ** Generated files now have consistent 'DO NOT EDIT!' comments.
289 ** API and ABI is backwards compatible with the previous version.
291 * Version 0.5.7 (released 2004-10-12)
293 ** Shared library version incremented, because new APIs were added.
294 This was forgotten in the last release.
296 ** French translation updated.
298 ** Minor bug fixes.
300 ** API and ABI is backwards compatible with the previous version.
302 * Version 0.5.6 (released 2004-10-02)
304 ** Added functions to convert return codes to human readable text.
306 ** Now using GNULib in command line front end (src/) for portability code.
307 See <http://www.gnu.org/software/gnulib/> for more information on
308 GNULib.  This should make the code easier to read and maintain.
310 ** API and ABI is backwards compatible with the previous version.
311 idna_strerror: ADD.
312 pr29_strerror: ADD.
313 punycode_strerror: ADD.
314 stringprep_strerror: ADD.
315 tld_strerror: ADD.
316 TLD_NO_TLD: ADD.  Replaces TLD_NOTLD.
317 TLD_NOTLD: DEPRECATED.  Use TLD_NO_TLD instead.
319 * Version 0.5.5 (released 2004-09-13)
321 ** Hide accidentally exported variable g_utf8_skip, by marking it as static.
323 ** Various fixes.
325 ** API and ABI is backwards compatible with the previous version.
326 g_utf8_skip: REMOVED.  (But never meant to be used.)
328 * Version 0.5.4 (released 2004-08-08)
330 ** Translation updates.
332 ** API and ABI is backwards compatible with the previous version.
334 * Version 0.5.3 (released 2004-08-05)
336 ** Fix crash in `idn --tld' command line tool.
338 ** API and ABI is backwards compatible with the previous version.
340 * Version 0.5.2 (released 2004-07-14)
342 ** Java "make install" rules are now DESTDIR compatible.
344 ** API and ABI is backwards compatible with the previous version.
346 * Version 0.5.1 (released 2004-07-09)
348 ** Cross compile builds should work.
349 It should work for any sane cross compile target, but the only tested
350 platform is uClibc/uClinux on Motorola Coldfire.
352 ** The example programs now correctly invoke `setlocale (LC_ALL, "")'.
354 ** API and ABI is backwards compatible with the previous version.
356 * Version 0.5.0 (released 2004-06-26)
358 ** Functions to detect "normalization problem sequences" as per PR-29 added.
359 See the new chapter "PR29 Functions" in the manual
360 (doc/libidn.{ps,pdf,html}) for more information and the background
361 story.  An external link that discuss the problem is
362 <http://www.unicode.org/review/pr-29.html>.
364 ** More translations.
365 Added Esperanto (by Edmund GRIMLEY EVANS).
367 ** API and ABI is backwards compatible with the previous version.
368 pr29.h: ADD.  Prototypes for PR29 types and functions.
369 pr29_4, pr29_4z, pr29_8z: ADD.  New API entry points for PR29 functions.
370 Pr29_rc: ADD.  New error code enum type for PR29 functions.
372 * Version 0.4.9 (released 2004-06-11)
374 ** The Java library (java/libidn-*.jar) is included in the distribution.
376 ** JavaDoc manuals (doc/javadoc/) are included.
378 ** API and ABI is backwards compatible with the previous version.
380 * Version 0.4.8 (released 2004-06-01)
382 ** The Java source code is actually included in the distribution.
384 ** API and ABI is backwards compatible with the previous version.
386 * Version 0.4.7 (released 2004-05-31)
388 ** The Java port should now be functional, contributed by Oliver Hitz.
389 See the new section "Java API" in the manual for more information.
391 ** API and ABI is backwards compatible with the previous version.
393 * Version 0.4.6 (released 2004-05-24)
395 ** The header file idn-free.h is actually installed by 'make install'.
397 ** API and ABI is backwards compatible with the previous version.
399 * Version 0.4.5 (released 2004-05-21)
401 ** In IDNA ToUnicode, a `free' on a stale pointer fixed by Ulrich Drepper.
403 ** Several memory leaks fixed by Ulrich Drepper.
405 ** Added more SASLPrep and NFKC test vectors.
407 ** Automake 1.8.4 is used.
409 ** API and ABI is backwards compatible with the previous version.
410 idn_free: ADD.  Wrapper around system `free'.
411 idn-free.h: ADD.  Prototype for `idn_free'.
412                 See idn-free.h for discussion.  The interface is
413                 currently not documented.  Comments and feedback is
414                 appreciated.
416 * Version 0.4.4 (released 2004-04-29)
418 ** Fixed two bugs in iSCSI definition, syncing with newly published RFC 3722.
419 The first bug was an omission of prohibiting the characters in C.1.1,
420 C.1.2 and C.7 (space characters and characters that are inappropriate
421 for canonical representation).  The second was a bug in the definition
422 of the table, causing the entire table to be skipped, of the special
423 prohibited output character table defined in RFC 3722 (see section 6,
424 the characters in the table are various ASCII characters and U+3002).
426 ** A few test vectors for iSCSI were added.
428 ** The self tests are linked with libtool -no-install to avoid wrapper script.
430 ** Separated self test utilities into a separate library, shared by all tests.
432 ** More translations.
433 Added Romanian (by Laurentiu Buzdugan).
435 ** API and ABI is backwards compatible with the previous version.
437 * Version 0.4.3 (released 2004-04-22)
439 ** Fixed a bug in table processing code to prohibit control characters.
440 The problem was that the code used a code point of 0 to indicate end
441 of table, but if (as for table C.2.1) a range starts with 0, this
442 logic would fail.  The end-of-table test is now that both the start
443 and end code points of the range is 0.  Table C.2.1 is responsible for
444 prohibiting non-ASCII control characters, i.e. ASCII 0-31 and 127.
445 Before, libidn silently accepted such strings without complaining.
447 ** A few test vectors for SASLprep were added.
449 ** The pkg-config script no longer include a -R parameter.
451 ** More translations.
452 Added Dutch (by Elros Cyriatan), and German (by Roland Illig).
454 ** API and ABI is backwards compatible with the previous version.
456 * Version 0.4.2 (released 2004-03-20)
458 ** A Punycode implementation in Java was added, by Oliver Hitz.
459 Eventually hopefully a StringPrep, Nameprep and IDNA implementation
460 will be added as well.  Currently you need to specify --enable-java to
461 enable the Java interface.  The Java sources (below java/) are
462 compiled into byte-code (not native code) into a JAR library.
464 ** More translations.
465 Added Danish (by Morten Bo Johansen), French (by Michel Robitaille),
466 Polish (by Jakub Bogusz), and Serbian (by Aleksandar Jelenak).
468 ** Norwegian TLD table added, by Thomas Jacob.
470 ** API and ABI is backwards compatible with the previous version.
472 * Version 0.4.1 (released 2004-03-08)
474 ** The user messages from the command line utility are now translated.
475 Currently English and Swedish is supported.
477 ** Logic of stringprep_locale_charset modified.
478 Future versions will use, in order, $CHARSET iff defined, nl_langinfo
479 (CODESET) iff working, or fall back to returning "ASCII".  Earlier it
480 attempted to guess the system locale, in contrast with the current
481 application's locale, via some setlocale save/set/reset magic.  This
482 change may require you to invoke setlocale() in your application,
483 which is (should be) required for non-ASCII to work anyway.  Based on
484 discussion with Ulrich Drepper.
486 ** The command-line utility now invoke setlocale (LC_ALL, "") at startup.
488 ** Fixed SASLprep tables to prohibit non-ASCII space in output.
489 Non-ASCII space has always been mapped to ASCII space, so it is not
490 clear this really have any effect, but the specification require it.
492 ** Building Libidn as part of GLIBC has been updated.
493 Refer to libc/README for more information.  Incidentally, GLIBC in CVS
494 now include a copy of Libidn.
496 ** API and ABI is backwards compatible with the previous version.
497 IDNA_DLOPEN_ERROR: ADD.  Only used internally by Libidn in libc.
499 * Version 0.4.0 (released 2004-02-28)
501 ** Support for TLD restrictions on IDN strings, contributed by Thomas Jacob.
502 Many TLDs restrict the set of characters that can be used, from the
503 full Unicode 3.2 range that is normally available.  This contribution
504 make it possible for you to test strings for TLD conformance locally.
505 The code can be disabled by --disable-tld.  If enabled (the default),
506 the new API "tld.h" is installed which can be used to check a string
507 for conformance to TLD specific rules.  This add a new self test, and
508 a new chapter in the manual.  People responsible for maintaining TLD
509 tables are hereby encouraged to contribute them (under reasonable
510 licensing terms) for inclusion in future versions of Libidn.  Be
511 warned that the API for TLD checking may change throughout the 0.4.x
512 series as we get feedback on it.
514 ** Kerberos 5 stringprep profile macro is no longer documented.
515 The macro itself will probably be removed in the future, if the
516 specification is dropped from the Kerberos WG agenda.
518 ** API and ABI is backwards compatible with the previous version.
519 stringprep_kerberos5: DEPRECATED.
520 Tld_table_element:
521 Tld_table:
522 Tld_rc: ADD.  New data types.
523 tld_get_4:
524 tld_get_4z:
525 tld_get_z: ADD.  New functions to extract TLD from string.
526 tld_get_table:
527 tld_default_table: ADD.  New functions to get TLD table from TLD name.
528 tld_check_4t:
529 tld_check_4tz: ADD.  New function to provide core TLD operations.
530 tld_check_4:
531 tld_check_4z:
532 tld_check_8z:
533 tld_check_lz: ADD.  New functions that combine all TLD operations in one call.
535 * Version 0.3.7 (released 2004-01-22)
537 ** The command line parameter '--' idiom is documented.
539 ** The iSCSI stringprep profile now recognized as "iSCSI".
540 The earlier name "ISCSIprep" is still recognized, for backwards
541 compatibility.
543 ** DocBook manuals no longer included (the tools are too unstable).
545 ** API and ABI is backwards compatible with the previous version.
547 * Version 0.3.6 (released 2004-01-06)
549 ** The manual now contain a troubleshooting section for the command line tool.
551 ** The PHP interface pass the string directly on the command line.
553 ** The macro that create 'idn-int.h' has been updated to latest version.
555 ** API and ABI is backwards compatible with the previous version.
557 * Version 0.3.5 (released 2003-12-15)
559 ** The program 'idn' accepts input strings directly on the command line.
561 ** The program 'idn' defaults to --idna-to-ascii if no parameter is given.
563 ** The program 'idn' now print user instructions before waiting for input.
565 ** DocBook HTML output not included any longer.
566 The reason is that the filenames generated by docbook2html appear to
567 be rather random, so it is difficult to maintain the Makefile.am rules
568 for them.
570 ** Autoconf 2.59, automake 1.8 and libtool from CVS is used.
572 ** API and ABI is backwards compatible with the previous version.
573 IDNA_CONTAINS_NON_LDH: ADD.  Same integer value as IDNA_CONTAINS_LDH.
574 IDNA_CONTAINS_LDH: DEPRECATED.  LDH (letter-digits-hyphens) characters
575                 are not an error, but non-LDH characters are, when
576                 IDNA_USE_STD3_ASCII_RULES is used.  The logic of the
577                 mnemonic name of this error constant was reversed.
579 * Version 0.3.4 (released 2003-11-09)
581 ** DocBook manuals in XML, PDF, PostScript, ASCII and HTML formats included.
583 * Version 0.3.3 (released 2003-10-18)
585 ** Fixed list of Stringprep profiles in 'idn --help' and 'idn.php'.
587 ** Fixed debug information in 'idn'.
589 ** Internal improvements.
590 Leads to reduced heap memory usage.  Simplified inter-dependency among
591 files in lib/* to make it easier to copy them into your project.
593 ** Debugging stringprep profile 'generic' removed.
595 ** Punycode implementation updated to rfc3492bis-00.
597 ** API and ABI is backwards compatible with the previous version.
598 stringprep_4i: NEW.
599 stringprep_4zi: NEW.
600 stringprep: CHANGED. 'profile' is marked as 'const'.
601 stringprep_profile: CHANGED. 'profile' is marked as 'const'.
602 stringprep_generic: REMOVED. Never meant for public use.
604 * Version 0.3.2 (released 2003-10-07)
606 ** SASL ANONYMOUS stringprep profile "trace" added.
607 It is equivalent to the already supported "plain" SASL ANONYMOUS
608 stringprep profile, except for the name.
610 ** API and ABI is backwards compatible with the previous version.
611 The 'in' parameter to stringprep_profile was changed from 'char*' to
612 'const char*'.
614 * Version 0.3.1 (released 2003-10-02)
616 ** Fixed handling of implicit and explicit zero-length root labels in ToASCII.
618 ** Fixed support for Hangul Syllables during Unicode NFKC normalization.
620 ** Fixed Unicode NFKC normalization of (some) BMP code points.
621 This was done by syncing the NFKC code with latest GLIB, and may have
622 fixed other bugs in the earlier versions of the updated functions.
624 ** Added more IDNA test vectors.
626 ** Emacs Lisp IDNA implementation now set the UseSTD3ASCIIRules flag.
627 This is the appropriate setting for mail-related uses of IDNA.
629 ** API and ABI is backwards compatible with the previous version.
631 * Version 0.3.0 (released 2003-09-23)
633 ** Ported to Mac OS X.
635 ** Gnulib code removed, we now assume a C89 compatible environment.
637 ** Building libidn as a libc add-on now works again.
639 ** Man pages for all public API functions are included.
641 ** Fixed bug in SASLprep profile.
643 ** API and ABI is NOT backwards compatible with the previous version.
644 All previously labeled (since 0.1.x) obsolete functions have been dropped.
645 The use of 'enum' types instead of 'int' added in 0.2.3 reverted, it
646 confused documentation generators and wasn't all that common practice.
648 * Version 0.2.3 (released 2003-08-26)
650 ** Example 4 was the same as example 3, now changed to demo ToUnicode.
652 ** Documentation improvements.
654 ** Prototype cleanups.
655 The proper enum types (Stringprep_rc, Idna_rc, etc) are now used in
656 several places where plain int where used before.  String lengths are
657 handled by (s)size_t instead of int.
659 ** API and ABI is backwards compatible with the previous version.
661 * Version 0.2.2 (released 2003-08-13)
663 ** Fixed problem with strings longer than 4GB in punycode functions.
664 The punycode code cannot handle strings longer than 4GB.  The code now
665 return PUNYCODE_BAD_INPUT on too long input, instead of failing in an
666 unknown way.
668 ** The "idn --idna-to-unicode" command now output locale encoded strings.
670 ** Build fixes, bug fixes.
672 ** API and ABI is backwards compatible with the previous version.
674 * Version 0.2.1 (released 2003-07-04)
676 ** Don't reject zero-length trailing labels as in, e.g., "www.example.org.".
677 The IDNA RFC is not clear on this topic, zero-length labels in general
678 are forbidden by the ToASCII algorithm in section 4.1 step 8, but the
679 terminology section define, inside a parenthesis, that the zero-length
680 root label is in fact not considered a label at all in IDNA.
682 ** Bug fixes.
684 ** API and ABI is backwards compatible with the previous version.
686 * Version 0.2.0 (released 2003-06-19)
688 ** Unicode code point data is now uint32_t, defined in "idn-int.h".
689 A header file "idn-int.h" is generated and installed to make sure the
690 "uint32_t" data type is available on all platforms.  The reason for
691 this change is that on 64-bit platforms, the application was required
692 to convert 32 bit integers (which is how Unicode code points are
693 typically represented) into 64 bit integers before calling libidn
694 functions.
696 ** New idna_*() functions have improved flags handling.
697 The allowunassigned and usestd3asciirules parameters were collapsed
698 into a flags parameter, that can take on the IDNA_ALLOW_UNASSIGNED and
699 IDNA_USE_STD3_ASCII_RULES values.  This allows for easier extensions
700 to support, e.g., Unicode 4.0 or RFC 952 ASCII rules checking.  Note
701 that the old entry points are unmodified (in this regard), and new
702 entry points with this modification were added.
704 ** The manual was moved into a separate directory doc/.
706 ** Bugfixes.
708 ** API and ABI is not backwards compatible.
709 In punycode.h and stringprep.h the "unsigned long" data type was
710 changed into "uint32_t", which cause a API and ABI missmatch.  For
711 idna.h, the old entry points that used "unsigned long" still exist,
712 and new entry points that uses "uint32_t" was added.  To update your
713 application, you probably only need to change "unsigned long" to
714 "uint32_t".  As a result of these changes, the shared object version
715 has been increased.
717 * Version 0.1.15 (released 2003-06-07)
719 ** Bugfixes.
721 ** API and ABI is backwards compatible with the previous version.
723 * Version 0.1.14 (released 2003-05-10)
725 ** Experimental documentation generation in contrib/doxygen/.
726 Simply invoke "doxygen" in that directory and it should build the
727 documentation.
729 ** Lisp API bug fixes.
731 ** API and ABI is backwards compatible with the previous version.
733 * Version 0.1.13 (released 2003-03-13)
735 ** Unfinished Java *.class files implementing the libidn API.
736 See the contrib/java/ directory.  It is implemented using the Java
737 Native Interface, and light initial testing indicate interoperability
738 between GCJ, IBM's JDK and Sun's JDK.
740 ** Building is now silent when gengetopt is not present.
742 ** Bug fixes.
744 ** API and ABI is backwards compatible with the previous version.
746 * Version 0.1.12 (released 2003-03-06)
748 ** Building libidn doesn't require gengetopt.
749 Warnings are still printed though.  Gengetopt will be replaced by argp
750 eventually.
752 ** Command line tool "idn" supports stringprep too.
754 ** New stringprep API entry point: stringprep_profile().
755 It takes a name of the stringprep profile as an argument instead of
756 the stringprep table structure.
758 ** stringprep_*.h are deprecated and will be removed in the future.
759 All symbols have been moved to stringprep.h.  The reasons are that (1)
760 the files typically only defined one CPP macro and exported one symbol
761 definition, which is wasteful as it generates too much work in the
762 manual, and (2) using one header file for all profiles allows easier
763 access to all stringprep profiles during runtime.  Note that the files
764 are still installed, but they only #include stringprep.h now, for
765 backwards compatibility.
767 ** GNU Libc add-on build instructions updated to GNU Libc 2.3.2.
769 ** SASLprep stringprep profile added.
771 ** An online interface to libidn written in PHP added to contrib/web/.
773 ** API and ABI is backwards compatible with the previous version.
775 * Version 0.1.11 (released 2003-02-26)
777 ** Command line application "idn" is included.
778 A simple wrapper around the library that allows you to invoke punycode
779 encoding/decoding and IDNA ToASCII/ToUnicode on the command line.
781 ** Emacs Lisp interface for punycode and IDNA included.
782 See punycode.el and idna.el.
784 ** API and ABI is backwards compatible with the previous version.
786 * Version 0.1.10 (released 2003-02-21)
788 ** idna_*_to_ace() and idna_*ace_to_*() are deprecated in favor of
789 ** idna_to_ascii_from_*() and idna_to_unicode_*_from_*() respectively.
790 The reason was that the old interfaces did not accept the
791 AllowUnassigned and UseSTD3ASCIIRules flags.  Note that the old
792 functions are not removed, but will be in the future.
794 ** IPS iSCSI stringprep profile added.
796 ** A new contrib/ directory added.
797 Currently it contains a Python interface to Libidn, contributed by
798 Stephane Bortzmeyer.
800 ** idna.h and punycode.h are now installed by "make install".
802 ** API and ABI is backwards compatible with the previous version.
804 * Version 0.1.9 (released 2003-02-20)
806 ** SASL ANONYMOUS "plain" stringprep profile added.
808 ** XMPP nodeprep profile fixed.
810 ** API and ABI is backwards compatible with the previous version.
811 For future releases, the NEWS entry will specifically mention whether
812 the C header API or library ABI backwards compatibility is affected.
814 * Version 0.1.8 (released 2003-02-14)
816 ** Portability fixes.
817 This includes not building the API Reference Manual with GTK-DOC by
818 default, if you want it use configure parameter --enable-gtk-doc after
819 making sure your gtkdoc-mkdb accept the --tmpl-dir parameter.
821 ** The type for string length variables is now (s)size_t.
822 Unfortunately this means binary shared library binary backwards
823 compatible is lost.
825 ** New nameprep test vectors.
827 * Version 0.1.7 (released 2003-02-12)
829 ** Uses official IDNA ACE prefix.
831 * Version 0.1.6 (released 2003-02-11)
833 ** Uses tentative IDNA ACE prefix.
835 ** Added XMPP Node/Resource Identifiers stringprep profiles.
837 ** Fixed prohibited character checks for bidi.
839 * Version 0.1.5 (released 2003-01-28)
841 ** The library can now be built as part of GNU Libc.
842 This is experimental and only tested against GNU Libc version 2.3.1.
843 See the libc/ directory, and libc/README in particular.
845 ** Bug fixes.
847 * Version 0.1.4 (released 2003-01-15)
849 ** Documentation fixes.
851 ** Portability fixes.
853 ** Bug fixes.
855 * Version 0.1.3 (released 2003-01-15)
857 ** Added texinfo manual.
859 * Version 0.1.2 (released 2003-01-08)
861 ** Added high-level IDNA API.
863 ** Added example3.c and example4.c demonstrating the high-level IDNA API.
865 * Version 0.1.1 (released 2003-01-08)
867 ** Added documentation using GTK-DOC.
869 ** The obsolete stringprep_utf8_to_ucs4_fast API entry point was removed.
870 By accident it was never removed in 0.1.0.
872 * Version 0.1.0 (released 2003-01-05)
874 ** Official GNU project.
876 ** Renamed from libstringprep to libidn.
878 ** Supports punycode and IDNA.  Caveat emptor: I don't use it myself.
880 ** Uses "unsigned long" for Unicode code points instead of "long".
881 Long is guaranteed to be at least 32 bits by C standards so it is
882 always sufficiently large, no need to use uint32_t and the like.
884 ** The obsolete stringprep_utf8_to_ucs4_fast API entry point was removed.
886 * Version 0.0.8 (released 2002-12-13)
888 ** Portability fixes (now works under Cygwin on Windows 2000).
890 ** Bug fixes.
892 * Version 0.0.7 (released 2002-12-09)
894 ** Apply all tables to entire strings, not just first hit.
896 ** Fix bidi infloop.
898 * Version 0.0.5 (released 2002-12-07)
900 ** Fix prohibited characters handling.
902 ** Fix bidi.
904 ** Renamed type (struct) stringprep_table_element to Stringprep_table_element.
906 ** Renamed type stringprep_profile to Stringprep_profile.
908 ** Renamed type (struct) stringprep_table to Stringprep_table.
910 ** Added more self-tests.
912 * Version 0.0.4 (released 2002-12-06)
914 ** Add unassigned code point handling, including self test cases.
916 ** Portability fixes.
918 * Version 0.0.3 (released 2002-11-30)
920 ** Exported utility function `stringprep_utf8_to_unichar', complementary
921 to existing `stringprep_unichar_to_utf8'.
923 ** Renamed `stringprep_utf8_to_ucs4_fast' to `stringprep_utf8_to_ucs4' to
924 clean up API. The old entry point is maintained for binary backwards
925 compatibility though.
927 ** The distribution is from now on signed using GnuPG.
929 ** Bug fixes.
931 * Version 0.0.2 (released 2002-11-07)
933 ** NFKC self test.
935 ** Bug fixes.
937 * Version 0.0.1 (released 2002-11-06)
939 ** Add utility functions stringprep_locale_charset(), stringprep_convert() 
940 and stringprep_locale_to_utf8 () that can be used to convert text from
941 system's locale into UTF-8, which should be done before invoking
942 stringprep().  The functions requires iconv() in the operating system.
944 ** An example program (example.c) that illustrates how libstringprep can be
945 used is included.
947 ** The pkg-config --libs output should now include necessary -R options.
949 * Version 0.0.0 (released 2002-11-05)
951 ** Initial release
953 ----------------------------------------------------------------------
954 Copying and distribution of this file, with or without modification,
955 are permitted in any medium without royalty provided the copyright
956 notice and this notice are preserved.